[med-svn] [Git][med-team/consensuscore][master] 3 commits: d/control: resume building on i386.
Michael R. Crusoe (@crusoe)
gitlab at salsa.debian.org
Sun Mar 24 16:13:48 GMT 2024
Michael R. Crusoe pushed to branch master at Debian Med / consensuscore
Commits:
f080b9ad by Michael R. Crusoe at 2024-03-24T14:32:53+01:00
d/control: resume building on i386.
- - - - -
67a2bd5c by Michael R. Crusoe at 2024-03-24T14:33:54+01:00
d/rules: add openmp-simd and -O3 flags.
- - - - -
26e06f08 by Michael R. Crusoe at 2024-03-24T17:07:40+01:00
release 1.1.1+dfsg-7
- - - - -
3 changed files:
- debian/changelog
- debian/control
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,11 @@
+consensuscore (1.1.1+dfsg-7) unstable; urgency=medium
+
+ * Team upload.
+ * d/control: resume building on i386.
+ * d/rules: add openmp-simd and -O3 flags.
+
+ -- Michael R. Crusoe <crusoe at debian.org> Sun, 24 Mar 2024 17:07:25 +0100
+
consensuscore (1.1.1+dfsg-6) unstable; urgency=medium
* Team upload.
=====================================
debian/control
=====================================
@@ -5,7 +5,7 @@ Section: science
Testsuite: autopkgtest-pkg-python
Priority: optional
Build-Depends: debhelper-compat (= 13),
- architecture-is-64-bit,
+ architecture-is-64-bit [!i386],
architecture-is-little-endian,
dh-sequence-python3,
dh-exec,
=====================================
debian/rules
=====================================
@@ -7,6 +7,8 @@ export LC_ALL=C.UTF-8
export PYBUILD_NAME=pbconsensuscore
export DEB_BUILD_MAINT_OPTIONS=hardening=+all
+export DEB_CFLAGS_MAINT_APPEND=-fopenmp-simd -DSIMDE_ENABLE_OPENMP -Wno-psabi -O3
+export DEB_CXXFLAGS_MAINT_APPEND=-fopenmp-simd -DSIMDE_ENABLE_OPENMP -Wno-psabi -O3
%:
dh $@ --buildsystem=pybuild
View it on GitLab: https://salsa.debian.org/med-team/consensuscore/-/compare/8da604a464daf463cfe4c4e214a569ce2aeedd55...26e06f081c4ba76d0b0048ab09aa8323fc19b103
--
View it on GitLab: https://salsa.debian.org/med-team/consensuscore/-/compare/8da604a464daf463cfe4c4e214a569ce2aeedd55...26e06f081c4ba76d0b0048ab09aa8323fc19b103
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/20240324/5c280636/attachment-0001.htm>
More information about the debian-med-commit
mailing list