[cvxopt] 11/64: Imported Debian patch 0.9.1-3
Andreas Tille
tille at debian.org
Wed Jul 20 11:23:49 UTC 2016
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository cvxopt.
commit df93407b7074b7560ed78c3a73ca0e260b92388f
Author: Torsten Werner <twerner at debian.org>
Date: Mon Dec 17 19:39:29 2007 +0100
Imported Debian patch 0.9.1-3
---
debian/changelog | 6 ++++++
debian/patches/setup.diff | 14 +++++++++-----
2 files changed, 15 insertions(+), 5 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 94af4f7..0b6c115 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+cvxopt (0.9.1-3) unstable; urgency=low
+
+ * Really enable GSL support.
+
+ -- Torsten Werner <twerner at debian.org> Mon, 17 Dec 2007 19:39:29 +0100
+
cvxopt (0.9.1-2) unstable; urgency=low
[ Soeren Sonnenburg ]
diff --git a/debian/patches/setup.diff b/debian/patches/setup.diff
index e351acd..b07e3f3 100644
--- a/debian/patches/setup.diff
+++ b/debian/patches/setup.diff
@@ -1,8 +1,8 @@
-Index: cvxopt-0.9.1/src/setup.py
+Index: src/setup.py
===================================================================
---- src/setup.py 2007-12-17 18:13:39.000000000 +0100
-+++ src/setup.py 2007-12-17 18:13:44.000000000 +0100
-@@ -2,7 +2,7 @@
+--- src.orig/setup.py 2007-11-24 01:26:22.000000000 +0100
++++ src/setup.py 2007-12-17 19:39:10.000000000 +0100
+@@ -2,10 +2,10 @@
from os import listdir
# directory containing libblas and liblapack
@@ -10,7 +10,11 @@ Index: cvxopt-0.9.1/src/setup.py
+ATLAS_LIB_DIR = '/usr/lib/atlas'
# Set to 1 if you are installing the GSL random number generator module.
- BUILD_GSL = 0
+-BUILD_GSL = 0
++BUILD_GSL = 1
+
+ # directory containing libgsl (used only when BUILD_GSL = 1)
+ GSL_LIB_DIR = '/usr/lib'
@@ -14,7 +14,7 @@
GSL_INC_DIR = '/usr/include/gsl'
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/cvxopt.git
More information about the debian-science-commits
mailing list