summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-09-12 10:03:19 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2018-09-12 10:07:11 +0200
commitf73445d6f63e570d115d495d4acecf835949b235 (patch)
tree79b5b7c583f18546c359bdb183adfa84aafadb99 /sci-libs/alglib
parentsci-libs/alglib: Disable failing test (diff)
downloadgentoo-f73445d6f63e570d115d495d4acecf835949b235.tar.gz
gentoo-f73445d6f63e570d115d495d4acecf835949b235.tar.bz2
gentoo-f73445d6f63e570d115d495d4acecf835949b235.zip
sci-libs/alglib: Fix tests on x86
Closes: https://bugs.gentoo.org/665504 Package-Manager: Portage-2.3.49, Repoman-2.3.10
Diffstat (limited to 'sci-libs/alglib')
-rw-r--r--sci-libs/alglib/alglib-3.10.0-r1.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/sci-libs/alglib/alglib-3.10.0-r1.ebuild b/sci-libs/alglib/alglib-3.10.0-r1.ebuild
index 13290e16e875..09143c326302 100644
--- a/sci-libs/alglib/alglib-3.10.0-r1.ebuild
+++ b/sci-libs/alglib/alglib-3.10.0-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-inherit cmake-utils
+inherit cmake-utils flag-o-matic
DESCRIPTION="Numerical analysis and data processing library"
HOMEPAGE="http://www.alglib.net/"
@@ -20,6 +20,7 @@ PATCHES=( "${FILESDIR}/${P}-disable-minlm-test.patch" )
src_prepare() {
cp "${FILESDIR}"/CMakeLists.txt-3.8.2 CMakeLists.txt || die
+ use x86 && append-cppflags -ffloat-store
cmake-utils_src_prepare
}