[med-svn] r21622 - trunk/packages/seer/trunk/debian

Andreas Tille tille at moszumanska.debian.org
Wed Mar 30 12:02:27 UTC 2016


Author: tille
Date: 2016-03-30 12:02:26 +0000 (Wed, 30 Mar 2016)
New Revision: 21622

Modified:
   trunk/packages/seer/trunk/debian/control
   trunk/packages/seer/trunk/debian/rules
Log:
Use freshly packaged libgzstream-dev


Modified: trunk/packages/seer/trunk/debian/control
===================================================================
--- trunk/packages/seer/trunk/debian/control	2016-03-29 19:12:26 UTC (rev 21621)
+++ trunk/packages/seer/trunk/debian/control	2016-03-30 12:02:26 UTC (rev 21622)
@@ -7,8 +7,8 @@
                libarmadillo-dev,
                libdlib-dev,
                libhdf5-mpi-dev | libhdf5-dev,
-               libxdmf-dev,
-                libboost-dev
+               libgzstream-dev,
+               libboost-dev
 Standards-Version: 3.9.7
 Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/seer/trunk/
 Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/seer/trunk/

Modified: trunk/packages/seer/trunk/debian/rules
===================================================================
--- trunk/packages/seer/trunk/debian/rules	2016-03-29 19:12:26 UTC (rev 21621)
+++ trunk/packages/seer/trunk/debian/rules	2016-03-30 12:02:26 UTC (rev 21622)
@@ -2,5 +2,11 @@
 
 # DH_VERBOSE := 1
 
+include /usr/share/dpkg/architecture.mk
+export CPATH := /usr/include/hdf5/serial
+export LIBRARY_PATH := /usr/lib/$(DEB_TARGET_MULTIARCH)/hdf5/serial
+
+export LDFLAGS+=-pthread
+
 %:
 	dh $@




More information about the debian-med-commit mailing list