[sundials] 37/76: closes #700525

Andreas Tille tille at debian.org
Sun Feb 5 18:44:53 UTC 2017


This is an automated email from the git hooks/post-receive script.

tille pushed a commit to branch master
in repository sundials.

commit 9c0f596a18896e02af7dc3957a53908bf665a46d
Author: Christophe Trophime <christophe.trophime at lncmi.cnrs.fr>
Date:   Thu Feb 14 16:52:20 2013 +0000

    closes #700525
---
 debian/changelog | 9 +++++++++
 debian/control   | 2 +-
 debian/rules     | 1 +
 3 files changed, 11 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 12401dd..39438f8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+sundials (2.5.0-2~exp2) experimental; urgency=low
+
+  * debian/control:
+      - BuildDepends: remove libblas-3gf.so and liblapack-3gf.so
+  * debian/rules:
+      - Add -lblas -llapack -lm to LDFLAGS (closes: #700525)
+
+ -- Christophe Trophime <christophe.trophime at lncmi.cnrs.fr>  Thu, 14 Feb 2013 16:58:48 +0100
+
 sundials (2.5.0-2~exp1) experimental; urgency=low
 
   [ Andrew Miller ]
diff --git a/debian/control b/debian/control
index ab87296..148f621 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Debian Science Team <debian-science-maintainers at lists.alioth.debian.
 Uploaders: Christophe Trophime <christophe.trophime at lncmi.cnrs.fr>,
  Sylvestre Ledru <sylvestre at debian.org>
 Build-Depends: debhelper (>= 9), cmake, gfortran, mpi-default-dev,
- libblas-dev | libblas-3gf.so, liblapack-dev | liblapack-3gf.so,
+ libblas-dev, liblapack-dev,
  octave-pkg-dev (>= 0.7.0)
 Standards-Version: 3.9.3
 Homepage: http://www.llnl.gov/CASC/sundials/
diff --git a/debian/rules b/debian/rules
index 6dab794..7d9945e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,6 +7,7 @@ CPPFLAGS:=$(shell dpkg-buildflags --get CPPFLAGS)
 CFLAGS:=$(shell dpkg-buildflags --get CFLAGS) $(CPPFLAGS)
 CXXFLAGS:=$(shell dpkg-buildflags --get CXXFLAGS) $(CPPFLAGS)
 LDFLAGS:=$(shell dpkg-buildflags --get LDFLAGS)
+LDFLAGS+=-lblas -llapack -lm
 
 
 #workaround to start MPI-applications in chroot

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/sundials.git



More information about the debian-science-commits mailing list