[SCM] an open source computer algebra system branch, debian, updated. 61127fed29689adb25dd64d2f78a9e7ff5997b8a

Bernhard R. Link brlink at debian.org
Sat Feb 25 14:50:23 UTC 2012


The following commit has been merged in the debian branch:
commit 840a93a8f5105e1855b71c7977025313b1dc87d0
Author: Bernhard R. Link <brlink at debian.org>
Date:   Sat Feb 25 14:48:21 2012 +0100

    -I to top install directory get -I to top source dir instead

diff --git a/debian/rules b/debian/rules
index e6a2476..81b5ee9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -136,9 +136,9 @@ configure-stamp:
 	LDFLAGS="$(LDFLAGS) -L$(CURDIR)/factory -L$(CURDIR)/libfac -L$(CURDIR)/omalloc" \
 	enable_NTL=no \
 	./configure $(DEB_CONFIGURE_EXTRA_FLAGS)
-	sed 	-e 's#-I/usr/lib/singular-[0-9.-]*\>##g' \
+	sed 	-e 's#-I/usr/lib/singular-[0-9.-]*\>#-I'"$(CURDIR)"'#g' \
 		-e 's#-I/usr/\(local/\)\?include\( \|$$\)##g' \
-		-e 's#-I${prefix}\( \|$$\)##g' \
+		-e 's#-I${prefix}\( \|$$\)#-I'"$(CURDIR)"' #g' \
 		-e 's#-L/usr/lib\( \|$$\)##g' \
 		-e 's#-L${libdir}\( \|$$\)##g' \
 		-i \

-- 
an open source computer algebra system



More information about the debian-science-commits mailing list