[med-svn] [Git][med-team/kallisto][test-experimental-changes] Force use of gcc11
Nilesh Patra
gitlab at salsa.debian.org
Thu Mar 4 17:55:51 GMT 2021
Nilesh Patra pushed to branch test-experimental-changes at Debian Med / kallisto
Commits:
d904d19c by Nilesh Patra at 2021-03-04T23:23:55+05:30
Force use of gcc11
- - - - -
2 changed files:
- debian/control
- debian/rules
Changes:
=====================================
debian/control
=====================================
@@ -6,7 +6,8 @@ Priority: optional
Build-Depends: debhelper-compat (= 12),
cmake,
libhdf5-dev,
- libhts-dev
+ libhts-dev,
+ g++-11
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/med-team/kallisto
Vcs-Git: https://salsa.debian.org/med-team/kallisto.git
=====================================
debian/rules
=====================================
@@ -3,6 +3,7 @@
# DH_VERBOSE := 1
export DEB_BUILD_MAINT_OPTIONS=hardening=+all
+export CXX=/usr/bin/g++-11
CMAKE_EXTRA_FLAGS += -DDEBIAN_BUILD=1 \
-DLINK=shared
View it on GitLab: https://salsa.debian.org/med-team/kallisto/-/commit/d904d19ca5e052821f58092a8c097a248e87ecc4
--
View it on GitLab: https://salsa.debian.org/med-team/kallisto/-/commit/d904d19ca5e052821f58092a8c097a248e87ecc4
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/20210304/deef4cc3/attachment.htm>
More information about the debian-med-commit
mailing list