r45570 - in /packages/sundials/trunk/debian: changelog control rules

trophime-guest at users.alioth.debian.org trophime-guest at users.alioth.debian.org
Thu Feb 14 16:52:21 UTC 2013


Author: trophime-guest
Date: Thu Feb 14 16:52:20 2013
New Revision: 45570

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=45570
Log:
closes #700525

Modified:
    packages/sundials/trunk/debian/changelog
    packages/sundials/trunk/debian/control
    packages/sundials/trunk/debian/rules

Modified: packages/sundials/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/sundials/trunk/debian/changelog?rev=45570&op=diff
==============================================================================
--- packages/sundials/trunk/debian/changelog (original)
+++ packages/sundials/trunk/debian/changelog Thu Feb 14 16:52:20 2013
@@ -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 ]

Modified: packages/sundials/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/sundials/trunk/debian/control?rev=45570&op=diff
==============================================================================
--- packages/sundials/trunk/debian/control (original)
+++ packages/sundials/trunk/debian/control Thu Feb 14 16:52:20 2013
@@ -5,7 +5,7 @@
 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/

Modified: packages/sundials/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/sundials/trunk/debian/rules?rev=45570&op=diff
==============================================================================
--- packages/sundials/trunk/debian/rules (original)
+++ packages/sundials/trunk/debian/rules Thu Feb 14 16:52:20 2013
@@ -7,6 +7,7 @@
 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




More information about the debian-science-commits mailing list