[SCM] an open source computer algebra system branch, debian, updated. 702bf904528e1774db74d037e7b9b729c7b7e5e6
Bernhard R. Link
brlink at debian.org
Mon Mar 5 16:57:57 UTC 2012
The following commit has been merged in the debian branch:
commit b5cabf722fd35a8430b01a57cc275282a80fb693
Author: Bernhard R. Link <brlink at debian.org>
Date: Mon Mar 5 17:18:30 2012 +0100
don't fail if ./debian/rules build is called in fakeroot by mistake
diff --git a/debian/rules b/debian/rules
index 7746889..9907074 100755
--- a/debian/rules
+++ b/debian/rules
@@ -180,7 +180,7 @@ build-stamp: configure-stamp
$(MAKE) -C Singular libparse
cd Singular && ln -sf ../kernel/p_*.so .
SINGULAR_BIN_DIR=$(CURDIR)/Singular \
- LD_LIBRARY_PATH='$(CURDIR)/Singular' \
+ LD_LIBRARY_PATH='$(CURDIR)/Singular'"$${LD_LIBRARY_PATH:+:$${LD_LIBRARY_PATH}}" \
PATH="$(CURDIR)/Singular:$(CURDIR)/kernel:$(CURDIR)/IntegerProgramming:$$PATH" \
$(MAKE) \
DOC2TEX_EXAMPLE_EXCLUSIONS="$(EXAMPLE_EXCLUDE)" \
--
an open source computer algebra system
More information about the debian-science-commits
mailing list