[librsb] 05/05: d/rules: Disable installation of Fortran modules
Rafael Laboissiere
rafael at debian.org
Fri Sep 23 21:49:47 UTC 2016
This is an automated email from the git hooks/post-receive script.
rafael pushed a commit to branch master
in repository librsb.
commit d249e42a9a9cf9655962837f6f66e67a6e2c6f9a
Author: Rafael Laboissiere <rafael at debian.org>
Date: Fri Sep 23 18:47:34 2016 -0300
d/rules: Disable installation of Fortran modules
Also, format the code in rule override_dh_auto_configure to improve
the readability.
Gbp-Dch: Ignore
---
debian/rules | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/debian/rules b/debian/rules
index 5d99409..1aab0ee 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,8 +6,13 @@ export DEB_CFLAGS_MAINT_APPEND = -O3
dh $@ --with autotools_dev
override_dh_auto_configure:
- dh_auto_configure -- --with-hwloc --enable-matrix-types=blas \
- --with-zlib=-lz --enable-doc-build --prefix=/usr
+ dh_auto_configure -- \
+ --with-hwloc \
+ --enable-matrix-types=blas \
+ --with-zlib=-lz \
+ --enable-doc-build \
+ --disable-fortran-module-install \
+ --prefix=/usr
override_dh_auto_build:
dh_auto_build
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/librsb.git
More information about the debian-science-commits
mailing list