Enable clang32 for f2cblaslapack/suiteparse

required by gegl
This commit is contained in:
Christoph Reiter
2022-01-01 11:48:00 +01:00
parent 0cafa5cdf6
commit 911622ebc6
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ pkgrel=1
pkgdesc="f2c BLAS/LAPACK (mingw-w64)"
provides=("${MINGW_PACKAGE_PREFIX}-lapack")
arch=('any')
mingw_arch=('clang64')
mingw_arch=('clang64' 'clang32')
url='https://www.petsc.org/' # Part of petsc
license=('2-clause BSD')
source=("http://ftp.mcs.anl.gov/pub/petsc/externalpackages/${_realname}-${pkgver}.tar.gz"

View File

@@ -9,7 +9,7 @@ pkgdesc='A suite of sparse matrix algorithms (mingw-w64)'
url="https://faculty.cse.tamu.edu/davis/suitesparse.html"
license=('GPL')
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32')
source=(${_realname}-${pkgver}.tar.gz::"https://github.com/DrTimothyAldenDavis/SuiteSparse/archive/v$pkgver.tar.gz"
"0001-mingw-w64-Use-a-not-lib-as-AR_TARGET-extension.patch"
"0002-mingw-w64-Set-SO_OPTS--shared-move-dlls-create-import-libs.patch"