diff --git a/mingw-w64-f2cblaslapack/PKGBUILD b/mingw-w64-f2cblaslapack/PKGBUILD index bc0af6fbf8..c12ce1c1d5 100644 --- a/mingw-w64-f2cblaslapack/PKGBUILD +++ b/mingw-w64-f2cblaslapack/PKGBUILD @@ -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" diff --git a/mingw-w64-suitesparse/PKGBUILD b/mingw-w64-suitesparse/PKGBUILD index 85ae299844..337bda0d0a 100644 --- a/mingw-w64-suitesparse/PKGBUILD +++ b/mingw-w64-suitesparse/PKGBUILD @@ -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"