summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Diehl2024-01-08 22:11:44 +0100
committerMartin Diehl2024-01-08 22:11:44 +0100
commitb79131d708b96c6e3fd307debd7bb703d5eda870 (patch)
tree243300015c81096f4c7316ae5161b954a8bc1b5a
parentfb326bc82c41208093c80054cba8f090fa830869 (diff)
downloadaur-b79131d708b96c6e3fd307debd7bb703d5eda870.tar.gz
support newer SuiteSparse
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d832a7f68839..b8567abefa8c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = petsc
pkgdesc = Portable, extensible toolkit for scientific computation
pkgver = 3.20.3
- pkgrel = 2
+ pkgrel = 3
url = https://petsc.org
install = petsc.install
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index e22d2310fb1d..1ff0b9bd2322 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Myles English <myles at rockhead dot biz>
# Contributor: Lucas H. Gabrielli <heitzmann at gmail dot com>
pkgver=3.20.3
-pkgrel=2
+pkgrel=3
pkgname=petsc
_config=linux-c-opt
# if --with-debugging=yes is set then PETSC_ARCH is automatically set to
@@ -52,7 +52,8 @@ build() {
--with-mpi-f90module-visibility=0 \
--with-mpi-dir=/usr \
--with-superlu-lib=-lsuperlu --with-superlu-include=/usr/include/superlu \
- --with-suitesparse=1 \
+ --with-suitesparse-include=/usr/include/suitesparse \
+ --with-suitesparse-lib=[libamd.so,libbtf.so,libcamd.so,libccolamd.so,libcholmod.so,libcolamd.so,libcxsparse.so,libgraphblas.so,libklu.so,libklu_cholmod.so,liblagraph.so,liblagraphx.so,libldl.so,libparu.so,librbio.so,libspex.so,libspqr.so,libsuitesparse_mongoose.so,libsuitesparseconfig.so,libumfpack.so] \
--with-hdf5=1 --with-hdf5-fortran-bindings=1 \
$(sh ${srcdir}/test_optdepends.sh)"