aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Bock <nicolasbock@gmail.com>2014-12-17 08:05:26 -0700
committerNicolas Bock <nicolasbock@gmail.com>2014-12-17 08:06:50 -0700
commit5f15e0b9b22ff25ad3d80650efb1624fa7b23c86 (patch)
treea521f32fb442e386879e156dee4f856dcf620cb3 /sci-chemistry/freeon
parentRemove mpi USE flag from sci-chemistry/nwchem-6.5_p26243-r3 since MPI is mand... (diff)
downloadsci-5f15e0b9b22ff25ad3d80650efb1624fa7b23c86.tar.gz
sci-5f15e0b9b22ff25ad3d80650efb1624fa7b23c86.tar.bz2
sci-5f15e0b9b22ff25ad3d80650efb1624fa7b23c86.zip
sci-chemistry/freeon-9999: Adding prefix.
The live version can now be installed side-by-side with the release version.
Diffstat (limited to 'sci-chemistry/freeon')
-rw-r--r--sci-chemistry/freeon/freeon-9999.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/sci-chemistry/freeon/freeon-9999.ebuild b/sci-chemistry/freeon/freeon-9999.ebuild
index c90b8e27f..fa5afc938 100644
--- a/sci-chemistry/freeon/freeon-9999.ebuild
+++ b/sci-chemistry/freeon/freeon-9999.ebuild
@@ -6,7 +6,7 @@ EAPI=5
AUTOTOOLS_AUTORECONF=1
FORTRAN_STANDARD=90
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
+PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} )
inherit autotools-utils fortran-2 git-r3 python-any-r1
@@ -35,6 +35,7 @@ src_prepare() {
src_configure() {
local myeconfargs=(
"--enable-git-tag"
+ "--prefix=/opt/freeon/experimental"
)
autotools-utils_src_configure
}