[SCM] Maintenance of the freemat package branch, master, updated. debian/4.0-1-7-g983f793

Giuseppe Iuculano iuculano at debian.org
Mon Dec 14 11:17:05 UTC 2009


The following commit has been merged in the master branch:
commit c41f178aef23fb6b782b7339718b85800f0ca9d4
Author: Giuseppe Iuculano <iuculano at debian.org>
Date:   Wed Dec 9 16:24:54 2009 +0100

    Forced disable of llvm, force to use system lib (PCRE,UMFPACK,PORTAUDIO,ZLIB,AMD

diff --git a/debian/control b/debian/control
index 322bbdb..4daf24d 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: math
 Priority: optional
 Maintainer: Debian Science Maintainers <debian-science-maintainers at lists.alioth.debian.org>
 Uploaders: Giuseppe Iuculano <iuculano at debian.org>
-Build-Depends: quilt (>= 0.40), debhelper (>= 7), autotools-dev, autoconf, automake, gfortran, libpcre3-dev, libncurses5-dev, libfftw3-dev, libqt4-dev, libqt4-opengl-dev, libsuitesparse-dev, zlib1g-dev, portaudio19-dev, libglu1-mesa-dev, libffcall1-dev, minpack-dev, pkg-config, libarpack2-dev [!alpha], texlive, cmake, llvm-dev (>= 2.5-1)
+Build-Depends: quilt (>= 0.40), debhelper (>= 7), autotools-dev, autoconf, automake, gfortran, libpcre3-dev, libncurses5-dev, libfftw3-dev, libqt4-dev, libqt4-opengl-dev, libsuitesparse-dev, zlib1g-dev, portaudio19-dev, libglu1-mesa-dev, libffcall1-dev, minpack-dev, pkg-config, libarpack2-dev [!alpha], texlive, cmake
 Build-Conflicts: libqt3-dev
 Standards-Version: 3.8.3
 Homepage: http://freemat.sourceforge.net
diff --git a/debian/rules b/debian/rules
index 4e4e877..5110ae3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -41,7 +41,9 @@ endif
 
 BUILD_FLAGS = -DCMAKE_INSTALL_PREFIX=/usr -DRESOURCEDIR=/usr/share/freemat -DCMAKE_BUILD_TYPE=$(BUILD_TYPE) \
 	      -DCMAKE_C_FLAGS_RELEASE="$(CFLAGS_RELEASE)" -DCMAKE_C_FLAGS_DEBUG="$(CFLAGS_DEBUG)" \
-	      -DCMAKE_SKIP_RPATH=ON
+	      -DCMAKE_SKIP_RPATH=ON -DUSE_LLVM=OFF -DFORCE_BUNDLED_PCRE=OFF -DFORCE_BUNDLED_UMFPACK=OFF \
+	      -DFORCE_BUNDLED_PORTAUDIO=OFF -DFORCE_BUNDLED_ZLIB=OFF -DFORCE_BUNDLED_AMD=OFF
+
 ifneq ($(DEB_HOST_GNU_TYPE),$(DEB_BUILD_GNU_TYPE))
 	BUILD_FLAGS += -DCMAKE_SYSTEM_NAME=$(shell dpkg-architecture -qDEB_BUILD_ARCH_OS) \
 		       -DCMAKE_SYSTEM_PROCESSOR=$(shell dpkg-architecture -qDEB_BUILD_ARCH_CPU) \

-- 
Maintenance of the freemat package



More information about the debian-science-commits mailing list