summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2018-09-29 19:43:08 +0200
committerMichel Zou2018-09-29 19:43:08 +0200
commita94e4cfc94b5fcb279057bee124f72d33873f7f9 (patch)
treedeccfedb540b9deebfb0feac5968da97785da8c4
parentf475029fe7cd1457006d1fb94ec9eb01a33c5c38 (diff)
downloadaur-a94e4cfc94b5fcb279057bee124f72d33873f7f9.tar.gz
3.2.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3877e90e4262..5050596f3269 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-sundials
pkgdesc = Suite of nonlinear differential/algebraic equation solvers (mingw-w64)
- pkgver = 3.1.2
+ pkgver = 3.2.0
pkgrel = 1
url = https://computation.llnl.gov/casc/sundials/main.html
arch = any
@@ -10,8 +10,8 @@ pkgbase = mingw-w64-sundials
options = !buildflags
options = staticlibs
options = !strip
- source = http://computation.llnl.gov/projects/sundials/download/sundials-3.1.2.tar.gz
- sha256sums = a8985bb1e851d90e24260450667b134bc13d71f5c6effc9e1d7183bd874fe116
+ source = http://computation.llnl.gov/projects/sundials/download/sundials-3.2.0.tar.gz
+ sha256sums = d2b690afecadf8b5a048bb27ab341de591d714605b98d3518985dfc2250e93f9
pkgname = mingw-w64-sundials
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