diff options
author | Honza Macháček <Hloupy.Honza@centrum.cz> | 2013-05-30 15:21:59 +0200 |
---|---|---|
committer | Honza Macháček <Hloupy.Honza@centrum.cz> | 2013-05-30 15:21:59 +0200 |
commit | baefa0bf89ac382b08e24e32646c176a475b4add (patch) | |
tree | 107fc41fa5489651259655138afca2c01d5d25cb /sci-chemistry/freeon/freeon-9999.ebuild | |
parent | Moved to tree (diff) | |
download | sci-baefa0bf89ac382b08e24e32646c176a475b4add.tar.gz sci-baefa0bf89ac382b08e24e32646c176a475b4add.tar.bz2 sci-baefa0bf89ac382b08e24e32646c176a475b4add.zip |
sci-chemistry/freeon improved, the ebuild of the latest snapshot added. sci-chemistry/nwchem bumped to 6.3, building docs allowed.
Diffstat (limited to 'sci-chemistry/freeon/freeon-9999.ebuild')
-rw-r--r-- | sci-chemistry/freeon/freeon-9999.ebuild | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sci-chemistry/freeon/freeon-9999.ebuild b/sci-chemistry/freeon/freeon-9999.ebuild index 2fe44e90d..369e063f8 100644 --- a/sci-chemistry/freeon/freeon-9999.ebuild +++ b/sci-chemistry/freeon/freeon-9999.ebuild @@ -30,6 +30,15 @@ RDEPEND=" DEPEND="${DEPEND} virtual/pkgconfig" +src_prepare() { + # Get rid of the obsolete internal hdf5 + rm -r "${S}"/Modules/hdf5-1.8.3 + # as well as of the internal lapack + rm -r "${S}"/Modules/lapack + epatch "${FILESDIR}"/"${P}"-no_internal_libs.patch + eautoreconf +} + src_configure() { local myeconfargs=( --disable-internal-hdf5 |