Package: parsnp / 2.1.3+dfsg-1

Metadata

Package Version Patches format
parsnp 2.1.3+dfsg-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
add_missing_interpreter_line.patch | (download)

parsnp | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 force python3 interpreter
proper_calls_to_tools.patch | (download)

parsnp | 16 8 + 8 - 0 !
1 file changed, 8 insertions(+), 8 deletions(-)

 fix name of phipack executable
drop_m64.patch | (download)

Makefile.am | 2 1 + 1 - 0 !
src/Makefile.am | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

 drop -m64
fix_build_with_as needed.patch | (download)

src/Makefile.am | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 fix build with -wl,--as-needed
 Move -std=gnu++0x to CXXFLAGS and add libraries
 in LIBS instead of LDFLAGS.
non versioned libs.patch | (download)

src/Makefile.am | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 libmuscle-3.7-dev is now libmuscle-dev
blhc fix.patch | (download)

src/Makefile.am | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 append -d_fortify_source=2 to parsnp cxx flags to fix blhc
py3 parsnp libs.patch | (download)

extend.py | 2 1 + 1 - 0 !
parsnp | 4 2 + 2 - 0 !
2 files changed, 3 insertions(+), 3 deletions(-)

 fetch extend.py and logger.py helpers from parsnp namespace
 This fixes failures to import logger and extend when running parsnp.  This
 patch comes along with installing the missing helpers in dist-packages/parsnp.