[sundials] 04/06: I don't build the examples when building the package

Dima Kogan dima at secretsauce.net
Mon Apr 3 02:44:37 UTC 2017


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

dkogan pushed a commit to branch master
in repository sundials.

commit 0a9973d2f186246acf6b0cfba085c014f004f76b
Author: Dima Kogan <dima at secretsauce.net>
Date:   Sun Apr 2 19:33:51 2017 -0700

    I don't build the examples when building the package
    
    The examples are for users to build after the packages are installed. I'm making
    modifications to the example builds to make that possible, so they don't build
    at package-building time now. Thus I don't try to build them.
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 1766fb7..44611da 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,7 +15,7 @@ extra_flags +=						\
    -DMPI_ENABLE:BOOL=ON					\
    -DLAPACK_ENABLE:BOOL=ON				\
 							\
-   -DEXAMPLES_ENABLE:BOOL=ON				\
+   -DEXAMPLES_ENABLE:BOOL=OFF				\
    -DEXAMPLES_INSTALL:BOOL=OFF				\
 							\
    -DOPENMP_ENABLE:BOOL=ON				\

-- 
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