Enable clang32 for f2cblaslapack/suiteparse
required by gegl
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user