[med-svn] [Git][med-team/seer][master] 2 commits: Buildwing with --std=c++14 to comply with latest dlib
Pierre Gruet (@pgt)
gitlab at salsa.debian.org
Fri Jul 26 10:02:19 BST 2024
Pierre Gruet pushed to branch master at Debian Med / seer
Commits:
e94d9c5f by Pierre Gruet at 2024-07-26T09:57:40+02:00
Buildwing with --std=c++14 to comply with latest dlib
- - - - -
08535da8 by Pierre Gruet at 2024-07-26T09:57:51+02:00
Upload to unstable
- - - - -
3 changed files:
- debian/changelog
- + debian/patches/cpp14.patch
- debian/patches/series
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+seer (1.1.4-8) unstable; urgency=medium
+
+ * Team upload
+ * Building with --std=c++14 to comply with newest dlib (Closes: #1074123)
+
+ -- Pierre Gruet <pgt at debian.org> Fri, 26 Jul 2024 09:57:43 +0200
+
seer (1.1.4-7) unstable; urgency=medium
* d/watch: repair github changes; move to git mode.
=====================================
debian/patches/cpp14.patch
=====================================
@@ -0,0 +1,17 @@
+Description: building with c++-14 in the flags as dlib requires it
+Author: Pierre Gruet <pgt at debian.org>
+Bug-Debian: https://bugs.debian.org/1074123
+Forwarded: not-needed
+Last-Update: 2024-06-16
+
+--- a/src/Makefile
++++ b/src/Makefile
+@@ -11,7 +11,7 @@
+ #COMBINE_LDLIBS=-L../gzstream -L$(PREFIX)/lib -lgzstream -lz -lboost_program_options
+ #FILTER_LDLIBS=-L$(PREFIX)/lib -lboost_program_options -mkl
+ # gcc
+-CXXFLAGS+=-Wall -O3 -std=c++11
++CXXFLAGS+=-Wall -O3 -std=c++14
+ SEER_LDLIBS=-lhdf5 -lgzstream -lz -larmadillo -lboost_program_options -llapack -lblas -lpthread $(LDFLAGS)
+ MAP_LDLIBS=-lboost_program_options -lpthread $(LDFLAGS)
+ COMBINE_LDLIBS=-lgzstream -lz -lboost_program_options $(LDFLAGS)
=====================================
debian/patches/series
=====================================
@@ -2,3 +2,4 @@ fix_lib_location.patch
hardening.patch
gcc11.patch
typos.patch
+cpp14.patch
View it on GitLab: https://salsa.debian.org/med-team/seer/-/compare/081feb14047f30d83651987b202fba3d630ce157...08535da88405d1300e25d7c199b2ef874c5e5b23
--
This project does not include diff previews in email notifications.
View it on GitLab: https://salsa.debian.org/med-team/seer/-/compare/081feb14047f30d83651987b202fba3d630ce157...08535da88405d1300e25d7c199b2ef874c5e5b23
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/20240726/218fcd10/attachment-0001.htm>
More information about the debian-med-commit
mailing list