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 E0F6E138A1A for ; Mon, 2 Feb 2015 12:06:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3D003E090E; Mon, 2 Feb 2015 12:06:30 +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 89C9EE0903 for ; Mon, 2 Feb 2015 12:06:29 +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 DB020340708 for ; Mon, 2 Feb 2015 12:06:28 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DFAF810E52 for ; Mon, 2 Feb 2015 12:06: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: <1422866011.12912c9a61a031535208d92c31e25979cfdd7b4d.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-5.3.1.ebuild X-VCS-Directories: sci-libs/acml/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 12912c9a61a031535208d92c31e25979cfdd7b4d X-VCS-Branch: master Date: Mon, 2 Feb 2015 12:06: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: 316cac92-9ff3-4a66-b0cc-f2f05b97a599 X-Archives-Hash: dd6b08ff1840f53193eb1ccd452184d1 commit: 12912c9a61a031535208d92c31e25979cfdd7b4d Author: Marius Brehler linux sungazer de> AuthorDate: Mon Feb 2 08:33:31 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Mon Feb 2 08:33:31 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=12912c9a sci-libs/acml-5.3.1: Convert fma to cpu_flags_x86_fma4 --- sci-libs/acml/ChangeLog | 4 ++++ sci-libs/acml/acml-5.3.1.ebuild | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/sci-libs/acml/ChangeLog b/sci-libs/acml/ChangeLog index 35c47e8..4c6ae9a 100644 --- a/sci-libs/acml/ChangeLog +++ b/sci-libs/acml/ChangeLog @@ -2,6 +2,10 @@ # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 02 Feb 2015; Marius Brehler + acml-5.3.0.ebuild: + Convert fma to cpu_flags_x86_fma4 + 20 Jan 2015; Marius Brehler acml-5.3.0.ebuild: Fix HOMEPAGE and URI diff --git a/sci-libs/acml/acml-5.3.1.ebuild b/sci-libs/acml/acml-5.3.1.ebuild index ea6ca80..0070173 100644 --- a/sci-libs/acml/acml-5.3.1.ebuild +++ b/sci-libs/acml/acml-5.3.1.ebuild @@ -30,7 +30,7 @@ SRC_URI=" LICENSE="ACML" SLOT="0" KEYWORDS="-* ~amd64 ~amd64-linux" -IUSE="doc examples fma gfortran ifort int64 open64 openmp pgi static-libs test" +IUSE="doc examples cpu_flags_x86_fma4 gfortran ifort int64 open64 openmp pgi static-libs test" RESTRICT="fetch strip mirror" DEPEND="" @@ -42,7 +42,7 @@ src_unpack() { unpack ${A} unpack ./contents-acml-*.tgz use openmp || rm -rf *_mp* - use fma || rm -rf *_fma* + use cpu_flags_x86_fma4 || rm -rf *_fma* } src_test() { @@ -99,7 +99,7 @@ src_install() { use ${fdir} && opts=${fdir} done opts+="64" - use fma && opts+="_fma4" + use cpu_flags_x86_fma4 && opts+="_fma4" use openmp && opts+="_mp" use int64 && opts+="_int64" dosym $(ls -1d */lib | grep ${opts}) /${ACML_INST_DIR}/${libdir}