commit: ba7f57d82b2562577f0fac114ee08abd6f79865b Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de> AuthorDate: Mon Mar 23 07:50:34 2015 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Mon Mar 23 07:50:34 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=ba7f57d8
sci-libs/acml: Fix #543740 (drop fma4) Package-Manager: portage-2.2.14 sci-libs/acml/ChangeLog | 3 +++ sci-libs/acml/acml-6.1.0.31.ebuild | 3 +-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/sci-libs/acml/ChangeLog b/sci-libs/acml/ChangeLog index 97bf101..f590973 100644 --- a/sci-libs/acml/ChangeLog +++ b/sci-libs/acml/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 23 Mar 2015; Marius Brehler <[email protected]> acml-6.1.0.31.ebuild: + Fix #543740 (drop fma4) + *acml-6.1.0.31 (02 Feb 2015) 02 Feb 2015; Marius Brehler <[email protected]> diff --git a/sci-libs/acml/acml-6.1.0.31.ebuild b/sci-libs/acml/acml-6.1.0.31.ebuild index 02dd4fa..a64b8d0 100644 --- a/sci-libs/acml/acml-6.1.0.31.ebuild +++ b/sci-libs/acml/acml-6.1.0.31.ebuild @@ -19,7 +19,7 @@ SRC_URI="gfortran? ( ${P}-gfortran64.tgz )" LICENSE="ACML-EULA" SLOT="0" KEYWORDS="-* ~amd64 ~amd64-linux" -IUSE="doc examples cpu_flags_x86_fma4 +gfortran openmp test" +IUSE="doc examples +gfortran openmp test" RESTRICT="strip mirror" DEPEND="" @@ -87,7 +87,6 @@ src_install() { # default profile: first one matching use flags local opts=gfortran64 - use cpu_flags_x86_fma4 && opts+="_fma4" use openmp && opts+="_mp" dosym $(ls -1d */lib | grep ${opts}) /${ACML_INST_DIR}/${libdir}
