diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-09-12 10:03:19 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-09-12 10:07:11 +0200 |
commit | f73445d6f63e570d115d495d4acecf835949b235 (patch) | |
tree | 79b5b7c583f18546c359bdb183adfa84aafadb99 /sci-libs/alglib | |
parent | sci-libs/alglib: Disable failing test (diff) | |
download | gentoo-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.ebuild | 3 |
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 } |