diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-09-12 10:01:25 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-09-12 10:01:25 +0200 |
commit | 1c73be5250a159e87abc32ea26a6a1f799bd31b8 (patch) | |
tree | e6ede0b601227f279996a8629e31ac7ba4012d23 /sci-libs/alglib/alglib-3.10.0-r1.ebuild | |
parent | profiles: Update kde-plasma/plasma-desktop[appstream] mask message (diff) | |
download | gentoo-1c73be5250a159e87abc32ea26a6a1f799bd31b8.tar.gz gentoo-1c73be5250a159e87abc32ea26a6a1f799bd31b8.tar.bz2 gentoo-1c73be5250a159e87abc32ea26a6a1f799bd31b8.zip |
sci-libs/alglib: Disable failing test
Bug: https://bugs.gentoo.org/665504
Package-Manager: Portage-2.3.49, Repoman-2.3.10
Diffstat (limited to 'sci-libs/alglib/alglib-3.10.0-r1.ebuild')
-rw-r--r-- | sci-libs/alglib/alglib-3.10.0-r1.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sci-libs/alglib/alglib-3.10.0-r1.ebuild b/sci-libs/alglib/alglib-3.10.0-r1.ebuild index 71b8e121855a..13290e16e875 100644 --- a/sci-libs/alglib/alglib-3.10.0-r1.ebuild +++ b/sci-libs/alglib/alglib-3.10.0-r1.ebuild @@ -16,6 +16,8 @@ IUSE="test" S="${WORKDIR}"/cpp/ +PATCHES=( "${FILESDIR}/${P}-disable-minlm-test.patch" ) + src_prepare() { cp "${FILESDIR}"/CMakeLists.txt-3.8.2 CMakeLists.txt || die cmake-utils_src_prepare |