[med-svn] [Git][med-team/rapmap][master] 3 commits: d/rules: enable "-fopenmp-simd" and other SIMDe recommended build flags.
Michael R. Crusoe (@crusoe)
gitlab at salsa.debian.org
Mon Mar 25 17:53:36 GMT 2024
Michael R. Crusoe pushed to branch master at Debian Med / rapmap
Commits:
f149df97 by Michael R. Crusoe at 2024-03-25T18:24:40+01:00
d/rules: enable "-fopenmp-simd" and other SIMDe recommended build flags.
- - - - -
f8848ad1 by Michael R. Crusoe at 2024-03-25T18:32:30+01:00
routine-update: Standards-Version: 4.6.2
- - - - -
1cb19486 by Michael R. Crusoe at 2024-03-25T18:32:44+01:00
routine-update: Ready to upload to unstable
- - - - -
3 changed files:
- debian/changelog
- debian/control
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,11 @@
+rapmap (0.15.0+dfsg-4) unstable; urgency=medium
+
+ * d/rules: enable "-fopenmp-simd" and other SIMDe recommended build
+ flags.
+ * Standards-Version: 4.6.2 (routine-update)
+
+ -- Michael R. Crusoe <crusoe at debian.org> Mon, 25 Mar 2024 18:32:44 +0100
+
rapmap (0.15.0+dfsg-3) unstable; urgency=medium
* Fix watch file
=====================================
debian/control
=====================================
@@ -18,7 +18,7 @@ Build-Depends: debhelper-compat (= 13),
pkg-config,
python3-markdown,
python3
-Standards-Version: 4.6.1
+Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/med-team/rapmap
Vcs-Git: https://salsa.debian.org/med-team/rapmap.git
Homepage: https://github.com/COMBINE-lab/RapMap
=====================================
debian/rules
=====================================
@@ -2,8 +2,9 @@
# DH_VERBOSE := 1
-# for hardening you might like to uncomment this:
export DEB_BUILD_MAINT_OPTIONS=hardening=+all
+export DEB_CFLAGS_MAINT_APPEND+=-DSIMDE_ENABLE_OPENMP -fopenmp-simd -O3
+export DEB_CXXFLAGS_MAINT_APPEND+=-DSIMDE_ENABLE_OPENMP -fopenmp-simd -O3
ifneq (,$(filter $(DEB_HOST_ARCH),arm64 ppc64el))
export NON_APPLECLANG_LIBS=z
View it on GitLab: https://salsa.debian.org/med-team/rapmap/-/compare/f8546001fd4585f07764adb3a3da3c4f18a62667...1cb1948660d2e8f811f7dd4e5338df251b647fc7
--
View it on GitLab: https://salsa.debian.org/med-team/rapmap/-/compare/f8546001fd4585f07764adb3a3da3c4f18a62667...1cb1948660d2e8f811f7dd4e5338df251b647fc7
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/20240325/39407bde/attachment-0001.htm>
More information about the debian-med-commit
mailing list