[SCM] an open source computer algebra system branch, debian, updated. 298b0feb30bfbb13c178c4cf17269f5948b2d745

Bernhard R. Link brlink at debian.org
Sun Feb 19 20:47:23 UTC 2012


The following commit has been merged in the debian branch:
commit 298b0feb30bfbb13c178c4cf17269f5948b2d745
Author: Bernhard R. Link <brlink at debian.org>
Date:   Sun Feb 19 21:44:15 2012 +0100

    remove some unneeded configure options

diff --git a/debian/rules b/debian/rules
index 3d3196f..d40b969 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,7 +12,7 @@ CXXFLAGS += -Wall
 
 PREFIX=/usr
 DEB_CONFIGURE_EXTRA_FLAGS += --with-apint=gmp --with-gmp=/usr/lib --disable-NTL \
-                             --with-ntl --with-NTL --without-MP --enable-gmp=/usr/lib \
+                             --without-MP --enable-gmp=/usr/lib \
                              --enable-Singular --enable-factory --enable-libfac \
                              --enable-IntegerProgramming --disable-debug --prefix=$(PREFIX) \
                              --exec_prefix=$(PREFIX) --libdir=$(PREFIX)/lib \
@@ -20,10 +20,7 @@ DEB_CONFIGURE_EXTRA_FLAGS += --with-apint=gmp --with-gmp=/usr/lib --disable-NTL
                              --includedir=$(PREFIX)/include --without-lex \
                              --without-bison --enable-doc --without-Boost \
                              --with-factory=$(CURDIR)/factory \
-                             --with-libfac=$(CURDIR)/libfac \
-                             --disable-ntl \
-                             --disable-NTL \
-                             --with-omalloc=$(CURDIR)/omalloc
+                             --with-libfac=$(CURDIR)/libfac
 
 DEB_MAKE_INVOKE += slibdir=$(PREFIX)/share/singular install_slibdir=$(PREFIX)/share/singular
 

-- 
an open source computer algebra system



More information about the debian-science-commits mailing list