[med-svn] [Git][med-team/spoa][master] 4 commits: Add -DSIMDE_ENABLE_OPENMP
Michael R. Crusoe
gitlab at salsa.debian.org
Tue Apr 14 13:18:46 BST 2020
Michael R. Crusoe pushed to branch master at Debian Med / spoa
Commits:
ef274b28 by Michael R. Crusoe at 2020-04-14T14:00:14+02:00
Add -DSIMDE_ENABLE_OPENMP
- - - - -
947289bc by Michael R. Crusoe at 2020-04-14T14:04:04+02:00
Really build anywhere
- - - - -
7a6629b9 by Michael R. Crusoe at 2020-04-14T14:09:37+02:00
Only check the AMD64 symbols
- - - - -
3c6d8cc8 by Michael R. Crusoe at 2020-04-14T14:18:29+02:00
release 3.0.2-2 to unstable
- - - - -
4 changed files:
- debian/changelog
- debian/control
- debian/libspoa3.symbols → debian/libspoa3.symbols.amd64
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,12 @@
+spoa (3.0.2-2) unstable; urgency=medium
+
+ * Team upload.
+ * Add -DSIMDE_ENABLE_OPENMP
+ * Really build anywhere
+ * Only check the AMD64 symbols
+
+ -- Michael R. Crusoe <michael.crusoe at gmail.com> Tue, 14 Apr 2020 14:18:07 +0200
+
spoa (3.0.2-1) unstable; urgency=medium
* Team upload.
=====================================
debian/control
=====================================
@@ -30,7 +30,7 @@ Description: SIMD partial order alignment tool
(overlap).
Package: libspoa3
-Architecture: amd64
+Architecture: any
Section: libs
Depends: ${shlibs:Depends},
${misc:Depends}
@@ -45,7 +45,7 @@ Description: SIMD partial order alignment library
This package contains the shared library.
Package: libspoa-dev
-Architecture: amd64
+Architecture: any
Section: libdevel
Depends: ${shlibs:Depends},
${misc:Depends},
=====================================
debian/libspoa3.symbols → debian/libspoa3.symbols.amd64
=====================================
=====================================
debian/rules
=====================================
@@ -3,7 +3,7 @@
# DH_VERBOSE := 1
export DEB_BUILD_MAINT_OPTIONS=hardening=+all
-export DEB_CXXFLAGS_MAINT_APPEND=-fopenmp-simd -O3
+export DEB_CXXFLAGS_MAINT_APPEND=-DSIMDE_ENABLE_OPENMP -fopenmp-simd -O3
DEB_CMAKE_EXTRA_FLAGS = -DCMAKE_BUILD_TYPE=Release \
-Dspoa_build_executable=ON \
View it on GitLab: https://salsa.debian.org/med-team/spoa/-/compare/c45ea4599c3ba47652a217684ef2a0bb0bb3ee1f...3c6d8cc820c99b921adb9b94b15d3f0d119730aa
--
View it on GitLab: https://salsa.debian.org/med-team/spoa/-/compare/c45ea4599c3ba47652a217684ef2a0bb0bb3ee1f...3c6d8cc820c99b921adb9b94b15d3f0d119730aa
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/20200414/0e106649/attachment-0001.html>
More information about the debian-med-commit
mailing list