[scotch] 02/05: debian/rules: reformat CFLAGS_COMMON

Drew Parsons dparsons at moszumanska.debian.org
Sun Nov 26 15:12:33 UTC 2017


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

dparsons pushed a commit to tag debian/6.0.4.dfsg1-5
in repository scotch.

commit 410867209442b99cd18371ca6e26deffab5a2349
Author: Drew Parsons <dparsons at debian.org>
Date:   Sun Nov 26 09:44:35 2017 +0800

    debian/rules: reformat CFLAGS_COMMON
---
 debian/rules | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index de9ccad..19d605f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,7 +23,11 @@ DEB_SRCDIR = $(CURDIR)/src
 #DEB_MAKE_CHECK_TARGET :=
 
 CCP=mpicc
-export CFLAGS_COMMON = -O3 -fPIC -I. -I/usr/include/mpi -Drestrict=__restrict -DCOMMON_FILE_COMPRESS_GZ -DCOMMON_PTHREAD -DCOMMON_RANDOM_FIXED_SEED -DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER
+export CFLAGS_COMMON = -O3 -fPIC -I. -I/usr/include/mpi \
+			-Drestrict=__restrict -DCOMMON_FILE_COMPRESS_GZ \
+			-DCOMMON_PTHREAD \
+			-DCOMMON_RANDOM_FIXED_SEED \
+			-DSCOTCH_RENAME -DSCOTCH_RENAME_PARSER
 export LDFLAGS_COMMON = -pthread -lz -lm -lrt
 
 # hurd does not have POSIX time and therefore needs sys/time.h to define struct timeval

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



More information about the debian-science-commits mailing list