Andreas Tille pushed to branch master at Debian Med / clustalo


Commits:
f5f3a82e by Andreas Tille at 2020-05-10T20:03:41+02:00
Disabling OpenMP for mipsel

- - - - -
7570c195 by Andreas Tille at 2020-05-10T20:08:20+02:00
Upload to unstable

- - - - -


2 changed files:

- debian/changelog
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,11 +1,15 @@
-clustalo (1.2.4-6) UNRELEASED; urgency=medium
+clustalo (1.2.4-6) unstable; urgency=medium
 
   [ Matthew Fernand ]
   * Fix some issues with logging calls
   * Increase field boundaries to avoid out of range access
   * Fix memory leak that fixes a typoed ifdef and a missing free()
 
- -- Andreas Tille <[email protected]>  Fri, 17 Apr 2020 17:06:22 +0200
+  [ Adrian Bunk ]
+  * Disabling OpenMP for mipsel
+    Closes: #956324
+
+ -- Andreas Tille <[email protected]>  Sun, 10 May 2020 20:05:31 +0200
 
 clustalo (1.2.4-5) unstable; urgency=medium
 


=====================================
debian/rules
=====================================
@@ -17,7 +17,7 @@ endif
 
 ifneq (,$(filter mipsel ,$(DEB_BUILD_ARCH)))
 override_dh_auto_configure:
-       dh_auto_configure -- --enable-debug
+       dh_auto_configure -- --enable-debug --without-openmp
 endif
 
 override_dh_auto_build-indep:



View it on GitLab: 
https://salsa.debian.org/med-team/clustalo/-/compare/7f504f0cd46ffbe864a8850ace0e67afbef64349...7570c195557a001c4cf55fbfba6bfe8e7d7e9f51

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/clustalo/-/compare/7f504f0cd46ffbe864a8850ace0e67afbef64349...7570c195557a001c4cf55fbfba6bfe8e7d7e9f51
You're receiving this email because of your account on salsa.debian.org.


_______________________________________________
debian-med-commit mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to