summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichel Zou2018-09-29 19:43:08 +0200
committerMichel Zou2018-09-29 19:43:08 +0200
commita94e4cfc94b5fcb279057bee124f72d33873f7f9 (patch)
treedeccfedb540b9deebfb0feac5968da97785da8c4 /PKGBUILD
parentf475029fe7cd1457006d1fb94ec9eb01a33c5c38 (diff)
downloadaur-a94e4cfc94b5fcb279057bee124f72d33873f7f9.tar.gz
3.2.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 5 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 30aeba15b9cb..563536263080 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=mingw-w64-sundials
-pkgver=3.1.2
+pkgver=3.2.0
pkgrel=1
pkgdesc="Suite of nonlinear differential/algebraic equation solvers (mingw-w64)"
arch=('any')
@@ -10,7 +10,7 @@ depends=('mingw-w64-lapack')
makedepends=('mingw-w64-cmake')
options=('!buildflags' 'staticlibs' '!strip')
source=("http://computation.llnl.gov/projects/sundials/download/sundials-$pkgver.tar.gz")
-sha256sums=('a8985bb1e851d90e24260450667b134bc13d71f5c6effc9e1d7183bd874fe116')
+sha256sums=('d2b690afecadf8b5a048bb27ab341de591d714605b98d3518985dfc2250e93f9')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"
@@ -20,6 +20,9 @@ build() {
mkdir -p build-${_arch} && pushd build-${_arch}
${_arch}-cmake \
-DEXAMPLES_ENABLE_C=OFF \
+ -DLAPACK_ENABLE=ON \
+ -DSUNDIALS_INDEX_TYPE=int32_t \
+ -DSUNDIALS_F77_FUNC_CASE="LOWER" -DSUNDIALS_F77_FUNC_UNDERSCORES="ONE" \
..
make
popd