Skip to content
Commits on Source (3)
parsnp (1.2+dfsg-5) UNRELEASED; urgency=medium
parsnp (1.2+dfsg-5) unstable; urgency=medium
* Build-Depends: dh-python
* libmuscle-3.7-dev is now libmuscle-dev
-- Andreas Tille <tille@debian.org> Wed, 18 Jul 2018 09:52:00 +0200
-- Andreas Tille <tille@debian.org> Wed, 18 Jul 2018 13:17:32 +0200
parsnp (1.2+dfsg-4) unstable; urgency=medium
......
......@@ -8,7 +8,7 @@ Build-Depends: debhelper (>= 11~),
python-all-dev,
python-setuptools,
cython,
libmuscle-3.7-dev
libmuscle-dev
Standards-Version: 4.1.5
Vcs-Browser: https://salsa.debian.org/med-team/parsnp
Vcs-Git: https://salsa.debian.org/med-team/parsnp.git
......
Description: libmuscle-3.7-dev is now libmuscle-dev
Author: Andreas Tille <tille@debian.org>
Last-Update: Wed, 18 Jul 2018 13:17:32 +0200
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,5 +1,5 @@
parsnp_CXXFLAGS = -O3 -fopenmp -funroll-all-loops -fomit-frame-pointer -ftree-vectorize -std=gnu++0x
-LIBS = -lgomp -lstdc++ -lpthread -L$(libmuscle)/lib -lMUSCLE-3.7
+LIBS = -lgomp -lstdc++ -lpthread -L$(libmuscle)/lib -lMUSCLE
bin_PROGRAMS = parsnp
parsnp_SOURCES = MuscleInterface.cpp MuscleInterface.h parsnp.cpp parsnp.hh LCB.cpp LCB.hh LCR.cpp LCR.hh TMum.cpp TMum.hh Converter.cpp Converter.hh ./ext/iniFile.cpp ./ext/iniFile.h
bindir = $(prefix)/bin
......@@ -7,3 +7,4 @@ proper_calls_to_tools.patch
# debug.patch
drop_m64.patch
fix_build_with_as-needed.patch
non-versioned-libs.patch