[SCM] an open source computer algebra system branch, debian, updated. 739ca9b41523ed0d986a71769a1361361f2277ee

Bernhard R. Link brlink at debian.org
Tue Feb 28 09:42:17 UTC 2012


The following commit has been merged in the debian branch:
commit 9b4e4e71a20795ef77e492bf5b918c684c85689b
Author: Bernhard R. Link <brlink at debian.org>
Date:   Mon Feb 27 11:19:25 2012 +0100

    do not install surfex wrappers (as surfex is excluded)

diff --git a/debian/rules b/debian/rules
index 3106860..fdc5ecd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -163,6 +163,9 @@ install: build-stamp
 	# $(MAKE) -C Singular DESTDIR=$(CURDIR)/debian/tmp/ DL_LIBSG='' install-sharedist
 	# replace with symlink:
 	ln -sf libsingular-$(VERSION).so debian/tmp/usr/lib/libsingular.so
+	# surfex is not included due to missing sources, so do not install wrappers, either:
+	rm debian/tmp/usr/lib/singular-$(VERSION)/LIB/surfex.lib
+	rm debian/tmp/usr/lib/singular-$(VERSION)/surfex
 	# move as installed to libdir but searched in bindir:
 	mv debian/tmp/usr/lib/dbmsr.so debian/tmp/usr/lib/singular-$(VERSION)/
 	# get rid of AIX specific headers

-- 
an open source computer algebra system



More information about the debian-science-commits mailing list