Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (3)
libmuscle-3.7-dev is now libmuscle-dev
· 4ef2a864
Andreas Tille
authored
Jul 18, 2018
4ef2a864
libmuscle-3.7-dev is now libmuscle-dev
· 44a83e80
Andreas Tille
authored
Aug 03, 2018
44a83e80
Upload to unstable
· 3b236929
Andreas Tille
authored
Aug 03, 2018
3b236929
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
3b236929
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
...
...
debian/control
View file @
3b236929
...
...
@@ -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
...
...
debian/patches/non-versioned-libs.patch
0 → 100644
View file @
3b236929
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
debian/patches/series
View file @
3b236929
...
...
@@ -7,3 +7,4 @@ proper_calls_to_tools.patch
# debug.patch
drop_m64.patch
fix_build_with_as-needed.patch
non-versioned-libs.patch