[SCM] an open source computer algebra system branch, cleanedupstream, updated. 6125e540ca6d66c307958938a9d53b245507c323
Bernhard R. Link
brlink at debian.org
Tue Apr 24 15:55:28 UTC 2012
The following commit has been merged in the cleanedupstream branch:
commit 9a2f3b7a170adceabd2b057fb75d1dc532351ca5
Author: Martin Lee <martinlee84 at web.de>
Date: Tue Mar 27 14:27:12 2012 +0200
chg: add FLINT_CFLAGS to LIBCFLAGS,LIBCXXFLAGS and LIBCGGFLAGS
diff --git a/factory/GNUmakefile.in b/factory/GNUmakefile.in
index da2c7c4..d7ea86a 100644
--- a/factory/GNUmakefile.in
+++ b/factory/GNUmakefile.in
@@ -96,16 +96,16 @@ WARNFLAGS = -Wall
# flags to translate library c files
LIBCFLAGS = $(WARNFLAGS) \
-I. -I.. -I$(srcdir) -I${prefix} -I$(includedir) \
- $(DEFS) $(CPPFLAGS) $(CFLAGS)
+ $(DEFS) $(CPPFLAGS) $(CFLAGS) $(FLINT_CFLAGS)
# flags to translate library c++ files
LIBCXXFLAGS = $(WARNFLAGS) -fno-implicit-templates \
-I. -I.. -I$(srcdir) -I${prefix} -I$(includedir) \
- $(DEFS) $(CPPFLAGS) $(CXXFLAGS)
+ $(DEFS) $(CPPFLAGS) $(CXXFLAGS) $(FLINT_CFLAGS)
LIBCGGFLAGS = $(WARNFLAGS) -fno-implicit-templates \
-I. -I.. -I$(srcdir) -I${prefix} -I$(includedir) \
- $(DEFS) $(CPPFLAGS)
+ $(DEFS) $(CPPFLAGS) $(FLINT_CFLAGS)
# flags to translate ftmpl_inst.cc
TMPLCXXFLAGS = $(LIBCXXFLAGS)
--
an open source computer algebra system
More information about the debian-science-commits
mailing list