aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@riseup.net>2021-01-28 16:10:01 +0100
committerAndrew Ammerlaan <andrewammerlaan@riseup.net>2021-01-28 16:10:01 +0100
commit626fe249f7e7379ca238cb30e8282af3152bca11 (patch)
treeac61054d913cf92fb041e3b7d505d9b3aee844c4 /sci-chemistry
parentsci-chemistry/erkale: EAPI bump, camke-utils --> cmake (diff)
downloadsci-626fe249f7e7379ca238cb30e8282af3152bca11.tar.gz
sci-626fe249f7e7379ca238cb30e8282af3152bca11.tar.bz2
sci-626fe249f7e7379ca238cb30e8282af3152bca11.zip
sci-chemistry/freeon: EAPI bump, autotools-utils --> cmake
Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
Diffstat (limited to 'sci-chemistry')
-rw-r--r--sci-chemistry/freeon/freeon-9999.ebuild37
1 files changed, 8 insertions, 29 deletions
diff --git a/sci-chemistry/freeon/freeon-9999.ebuild b/sci-chemistry/freeon/freeon-9999.ebuild
index 60a8af7cb..3d606ae0d 100644
--- a/sci-chemistry/freeon/freeon-9999.ebuild
+++ b/sci-chemistry/freeon/freeon-9999.ebuild
@@ -1,47 +1,26 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=7
-AUTOTOOLS_AUTORECONF=1
FORTRAN_STANDARD=90
-PYTHON_COMPAT=( python{2_7,3_4} )
+PYTHON_COMPAT=( python3_{7,8,9} )
-inherit autotools-utils fortran-2 git-r3 python-any-r1
+inherit cmake fortran-2 git-r3 python-any-r1 multilib
DESCRIPTION="An experimental suite of programs for linear scaling quantum chemistry"
-HOMEPAGE="http://www.freeon.org"
-SRC_URI=""
+HOMEPAGE="https://www.freeon.org"
EGIT_REPO_URI="https://github.com/FreeON/freeon.git"
EGIT_BRANCH="master"
LICENSE="GPL-3"
-SLOT="live"
+SLOT="0"
KEYWORDS=""
-IUSE=""
RDEPEND="
sci-libs/hdf5
virtual/blas
- virtual/lapack"
+ virtual/lapack
+"
DEPEND="${RDEPEND}
${PYTHON_DEPS}"
-
-src_prepare() {
- bash fix_localversion.sh || die
- autotools-utils_src_prepare
-}
-
-src_configure() {
- local myeconfargs=(
- "--enable-git-tag"
- "--prefix=/opt/freeon"
- "--mandir=/opt/freeon/share/man"
- "--infodir=/opt/freeon/share/info"
- "--datadir=/opt/freeon/share"
- "--sysconfdir=/opt/freeon/etc"
- "--libdir=/opt/freeon/lib64"
- "--docdir=/opt/freeon/share/doc"
- )
- autotools-utils_src_configure
-}