[med-svn] [Git][med-team/autodock-vina][master] Port to boost 1.90 Closes: #1128110
Andreas Tille (@tille)
gitlab at salsa.debian.org
Sat Feb 21 18:01:57 GMT 2026
Andreas Tille pushed to branch master at Debian Med / autodock-vina
Commits:
bb192c25 by Andreas Tille at 2026-02-21T18:53:10+01:00
Port to boost 1.90 Closes: #1128110
- - - - -
3 changed files:
- debian/changelog
- + debian/patches/libboost1.90.patch
- debian/patches/series
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+autodock-vina (1.2.7-3) UNRELEASED; urgency=medium
+
+ * Port to boost 1.90
+ Closes: #1128110
+
+ -- Andreas Tille <tille at debian.org> Sat, 21 Feb 2026 18:52:03 +0100
+
autodock-vina (1.2.7-2) unstable; urgency=medium
* unenforce-standard-c++.patch: new: do not enforce std=c++11.
=====================================
debian/patches/libboost1.90.patch
=====================================
@@ -0,0 +1,19 @@
+Description: Port to boost 1.90
+Author: Andreas Tille <tille at debian.org>
+Last-Update: 2026-02-21
+Bug-Debian: https://bugs.debian.org/1128110
+
+--- a/build/makefile_common
++++ b/build/makefile_common
+@@ -30,9 +30,9 @@ threadmt:=$(shell if [ -f ./linktest ];
+ $(shell rm ./linktest.cpp)
+
+ ifeq ($(BOOST_STATIC), y)
+-LIBS = ${BASE}/lib/libboost_system${BOOST_LIB_VERSION}.a ${BASE}/lib/libboost_thread${threadmt}${BOOST_LIB_VERSION}.a ${BASE}/lib/libboost_serialization${BOOST_LIB_VERSION}.a ${BASE}/lib/libboost_filesystem${BOOST_LIB_VERSION}.a ${BASE}/lib/libboost_program_options${BOOST_LIB_VERSION}.a
++LIBS = ${BASE}/lib/libboost_thread${threadmt}${BOOST_LIB_VERSION}.a ${BASE}/lib/libboost_serialization${BOOST_LIB_VERSION}.a ${BASE}/lib/libboost_filesystem${BOOST_LIB_VERSION}.a ${BASE}/lib/libboost_program_options${BOOST_LIB_VERSION}.a
+ else
+-LIBS = -l boost_system${BOOST_LIB_VERSION} -l boost_thread${threadmt}${BOOST_LIB_VERSION} -l boost_filesystem${BOOST_LIB_VERSION} -l boost_program_options${BOOST_LIB_VERSION}#-l pthread
++LIBS = -l boost_thread${threadmt}${BOOST_LIB_VERSION} -l boost_filesystem${BOOST_LIB_VERSION} -l boost_program_options${BOOST_LIB_VERSION}#-l pthread
+ endif
+
+ .SUFFIXES: .cpp .o
=====================================
debian/patches/series
=====================================
@@ -3,3 +3,4 @@ do_not_link_against_unneeded_libs.patch
annoying_static_removed_was_in_for_a_reason_questionmark.patch
fortify.patch
unenforce-standard-c++.patch
+libboost1.90.patch
View it on GitLab: https://salsa.debian.org/med-team/autodock-vina/-/commit/bb192c2507821067d5c8fc70ca292450876203d7
--
View it on GitLab: https://salsa.debian.org/med-team/autodock-vina/-/commit/bb192c2507821067d5c8fc70ca292450876203d7
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20260221/0789be63/attachment-0001.htm>
More information about the debian-med-commit
mailing list