[med-svn] [Git][med-team/mmseqs2][master] Disable -march=native also on !x86
Steffen Möller
gitlab at salsa.debian.org
Sun Nov 15 16:31:32 GMT 2020
Steffen Möller pushed to branch master at Debian Med / mmseqs2
Commits:
26f2e77b by Adrian Bunk at 2020-11-15T16:59:23+02:00
Disable -march=native also on !x86
- - - - -
1 changed file:
- debian/rules
Changes:
=====================================
debian/rules
=====================================
@@ -31,7 +31,7 @@ ifeq (i386,$(DEB_HOST_ARCH))
dh_auto_configure --builddirectory build_$(SIMD) -- -DEXE_SUFFIX=-$(SIMD) -DVERSION_OVERRIDE=$(DEB_VERSION) -DNATIVE_ARCH=0 && ) true
endif
else
- dh_auto_configure -- -DVERSION_OVERRIDE=$(DEB_VERSION)
+ dh_auto_configure -- -DVERSION_OVERRIDE=$(DEB_VERSION) -DNATIVE_ARCH=0
endif
override_dh_auto_configure-indep:
View it on GitLab: https://salsa.debian.org/med-team/mmseqs2/-/commit/26f2e77bf84d80ac746843237d08cc57a5cdac2c
--
View it on GitLab: https://salsa.debian.org/med-team/mmseqs2/-/commit/26f2e77bf84d80ac746843237d08cc57a5cdac2c
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/20201115/62f2daf4/attachment.html>
More information about the debian-med-commit
mailing list