[sundials] 07/09: I explicitly turn off all optional features

Dima Kogan dima at secretsauce.net
Sat Feb 11 03:39:56 UTC 2017


This is an automated email from the git hooks/post-receive script.

dkogan pushed a commit to branch master_optional_stuff_enabled
in repository sundials.

commit 5696ee8b0236189e7f3878812feea173570d51ad
Author: Dima Kogan <dima at secretsauce.net>
Date:   Fri Feb 10 19:26:24 2017 -0800

    I explicitly turn off all optional features
---
 debian/rules | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index d0be081..5259966 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,8 +10,17 @@ extra_flags += \
    -DFCMIX_ENABLE:BOOL=ON \
    -DMPI_ENABLE:BOOL=ON \
    -DLAPACK_ENABLE:BOOL=ON \
+							\
    -DEXAMPLES_ENABLE:BOOL=ON \
-   -DEXAMPLES_INSTALL:BOOL=OFF
+   -DEXAMPLES_INSTALL:BOOL=OFF				\
+							\
+   -DOPENMP_ENABLE:BOOL=OFF				\
+   -DPTHREAD_ENABLE:BOOL=OFF				\
+   -DKLU_ENABLE:BOOL=OFF				\
+   -DPETSC_ENABLE:BOOL=OFF				\
+   -DSUPERLUMT_ENABLE:BOOL=OFF				\
+   -DHYPRE_ENABLE:BOOL=OFF
+
 
 BUILDDIR = $(CURDIR)/debian/build
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/sundials.git



More information about the debian-science-commits mailing list