diff options
author | Justin Lecher <jlec@gentoo.org> | 2013-03-21 07:54:13 +0100 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2013-03-21 07:54:13 +0100 |
commit | e1d6d9a585a1a3d0ea69e9760fe9e419510db12f (patch) | |
tree | 39865032cff0f867373f95fa566807b9f73160a2 /sci-chemistry/rosetta | |
parent | sci-chemistry/cs-rosetta: New addition (diff) | |
download | sci-e1d6d9a585a1a3d0ea69e9760fe9e419510db12f.tar.gz sci-e1d6d9a585a1a3d0ea69e9760fe9e419510db12f.tar.bz2 sci-e1d6d9a585a1a3d0ea69e9760fe9e419510db12f.zip |
sci-chemistry/rosetta: Rename USE custom-flags -> custom-cflags
Package-Manager: portage-2.2.0_alpha166
Diffstat (limited to 'sci-chemistry/rosetta')
-rw-r--r-- | sci-chemistry/rosetta/ChangeLog | 4 | ||||
-rw-r--r-- | sci-chemistry/rosetta/metadata.xml | 1 | ||||
-rw-r--r-- | sci-chemistry/rosetta/rosetta-3.4.ebuild | 4 |
3 files changed, 6 insertions, 3 deletions
diff --git a/sci-chemistry/rosetta/ChangeLog b/sci-chemistry/rosetta/ChangeLog index e13d7f385..aedc45e6f 100644 --- a/sci-chemistry/rosetta/ChangeLog +++ b/sci-chemistry/rosetta/ChangeLog @@ -2,6 +2,10 @@ # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 21 Mar 2013; Justin Lecher <jlec@gentoo.org> rosetta-3.4.ebuild, + metadata.xml: + Rename USE custom-flags -> custom-cflags + *rosetta-3.4 (19 Mar 2013) 19 Mar 2013; Justin Lecher <jlec@gentoo.org> -files/3.0-boinc.patch, diff --git a/sci-chemistry/rosetta/metadata.xml b/sci-chemistry/rosetta/metadata.xml index 3468184a1..96d9d6378 100644 --- a/sci-chemistry/rosetta/metadata.xml +++ b/sci-chemistry/rosetta/metadata.xml @@ -9,7 +9,6 @@ <flag name="boinc">compile rosetta as a rosetta@home client</flag> <flag name="boost">compile rosetta with boost supported code</flag> <flag name="float">Build with floats rather than doubles</flag> - <flag name="custom-flags">Use your own flags</flag> </use> <upstream> <bugs-to>general-support@mail.rosettacommons.org</bugs-to> diff --git a/sci-chemistry/rosetta/rosetta-3.4.ebuild b/sci-chemistry/rosetta/rosetta-3.4.ebuild index e38bbcfb6..53d3d527c 100644 --- a/sci-chemistry/rosetta/rosetta-3.4.ebuild +++ b/sci-chemistry/rosetta/rosetta-3.4.ebuild @@ -18,7 +18,7 @@ SRC_URI="${MY_P}.tgz" LICENSE="|| ( rosetta-academic rosetta-commercial )" SLOT="0" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="boinc +boost custom-flags debug doc float mpi +openmp X" +IUSE="boinc +boost custom-cflags debug doc float mpi +openmp X" REQUIRED_USE="?? ( mpi boinc )" @@ -48,7 +48,7 @@ src_prepare() { local myCXXFLAGS local myLDFLAGS - use custom-flags || \ + use custom-cflags || \ export CXXFLAGS="-O3 -ffast-math -funroll-loops -finline-functions -finline-limit=20000 -pipe" epatch \ |