From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 1F7E2138CC5 for ; Mon, 23 Mar 2015 08:10:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9C5FCE0875; Mon, 23 Mar 2015 08:10:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2205CE0875 for ; Mon, 23 Mar 2015 08:10:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 362E43409A8 for ; Mon, 23 Mar 2015 08:10:31 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E869314597 for ; Mon, 23 Mar 2015 08:10:25 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1427097034.ba7f57d82b2562577f0fac114ee08abd6f79865b.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/acml/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/acml/ChangeLog sci-libs/acml/acml-6.1.0.31.ebuild X-VCS-Directories: sci-libs/acml/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: ba7f57d82b2562577f0fac114ee08abd6f79865b X-VCS-Branch: master Date: Mon, 23 Mar 2015 08:10:25 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: a095e545-0104-4381-8ba8-6709995c1251 X-Archives-Hash: 6421146f91cfd24386f80c0aa229a649 commit: ba7f57d82b2562577f0fac114ee08abd6f79865b Author: Marius Brehler linux sungazer de> AuthorDate: Mon Mar 23 07:50:34 2015 +0000 Commit: Justin Lecher gentoo 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 acml-6.1.0.31.ebuild: + Fix #543740 (drop fma4) + *acml-6.1.0.31 (02 Feb 2015) 02 Feb 2015; Marius Brehler 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}