aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Bock <nicolasbock@gmail.com>2013-09-15 07:52:47 -0600
committerNicolas Bock <nicolasbock@gmail.com>2013-09-15 07:52:47 -0600
commit25651478401407fd49c6b6f3558022b8d0743fa4 (patch)
treece915706cac8f6d89a8f8e894767594ecafb1315 /sci-chemistry/freeon/freeon-20130912.ebuild
parentMerge branch 'master' of git+ssh://git.overlays.gentoo.org/proj/sci (diff)
downloadsci-25651478401407fd49c6b6f3558022b8d0743fa4.tar.gz
sci-25651478401407fd49c6b6f3558022b8d0743fa4.tar.bz2
sci-25651478401407fd49c6b6f3558022b8d0743fa4.zip
sci-chemistry/freeon-2013.09.12 Changed versioning of package to avoid mask
collision with the live package. Package-Manager: portage-2.2.1
Diffstat (limited to 'sci-chemistry/freeon/freeon-20130912.ebuild')
-rw-r--r--sci-chemistry/freeon/freeon-20130912.ebuild38
1 files changed, 0 insertions, 38 deletions
diff --git a/sci-chemistry/freeon/freeon-20130912.ebuild b/sci-chemistry/freeon/freeon-20130912.ebuild
deleted file mode 100644
index 956c7662b..000000000
--- a/sci-chemistry/freeon/freeon-20130912.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-AUTOTOOLS_AUTORECONF=1
-
-FORTRAN_STANDARD=90
-
-inherit autotools-utils fortran-2
-
-DESCRIPTION="an experimental suite of programs for linear scaling quantum chemistry."
-HOMEPAGE="http://www.freeon.org"
-SRC_URI="http://download.savannah.gnu.org/releases/${PN}/${PN}-${PV}.tar.bz2"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="static-libs"
-
-RDEPEND="
- sys-libs/zlib
- sci-libs/hdf5
- virtual/blas
- virtual/lapack"
-DEPEND="${DEPEND}
- virtual/pkgconfig"
-
-S="${WORKDIR}/${PN}-${PV}"
-
-src_configure() {
- local myeconfargs=(
- --with-lapacklibs="$($(tc-getPKG_CONFIG) --libs lapack)"
- )
- #TODO mv BasisSets from /usr to /usr/share/freeon/
- autotools-utils_src_configure
-}