summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichel Zou2016-11-02 19:32:39 +0100
committerMichel Zou2016-11-02 19:32:39 +0100
commitce122ce821dd8fa02d9278ae576ceb9bcca40ddc (patch)
treef8b72f28735140924ef315a6a677f43c0b401460 /PKGBUILD
parent218921989bd92a5b7ec63e8adde9ac9fe0e968a8 (diff)
downloadaur-mingw-w64-fmipp.tar.gz
+sundials
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 11b2d92fefe2..6d69a3158d23 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgrel=1
pkgdesc="A High-level Utility Package for FMI-based Software Development (mingw-w64)"
arch=('any')
url="http://fmipp.sourceforge.net"
-depends=('mingw-w64-boost')
+depends=('mingw-w64-boost' 'mingw-w64-sundials')
makedepends=('git' 'mingw-w64-cmake')
options=('!buildflags' 'staticlibs' '!strip')
license=('BSD')
@@ -28,7 +28,7 @@ build() {
-DCMAKE_INSTALL_PREFIX=/usr \
-DDBUILD_SWIG=OFF -DBUILD_SWIG_PYTHON=OFF -DBUILD_SWIG_JAVA=OFF \
-DBUILD_TESTS=OFF \
- -DINCLUDE_SUNDIALS=OFF \
+ -DINCLUDE_SUNDIALS=ON \
..
make
popd