aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Puck Neuwirth <alexander@neuwirth-informatik.de>2024-04-10 21:16:41 +0200
committerAlexander Puck Neuwirth <alexander@neuwirth-informatik.de>2024-04-17 12:20:17 +0200
commit21613b44a78c29aa0db553380a15ae494b19d314 (patch)
treefb9d24a00d2bd092357b4f198abd33f541fdd968 /sci-physics
parentdev-python/MagnetoResistance-tool: enable py3.12 (diff)
downloadsci-21613b44a78c29aa0db553380a15ae494b19d314.tar.gz
sci-21613b44a78c29aa0db553380a15ae494b19d314.tar.bz2
sci-21613b44a78c29aa0db553380a15ae494b19d314.zip
sci-physics/qcdloop: inherit fortran-2
Signed-off-by: Alexander Puck Neuwirth <alexander@neuwirth-informatik.de>
Diffstat (limited to 'sci-physics')
-rw-r--r--sci-physics/qcdloop/qcdloop-2.0.5.ebuild8
-rw-r--r--sci-physics/qcdloop/qcdloop-2.0.9.ebuild8
2 files changed, 2 insertions, 14 deletions
diff --git a/sci-physics/qcdloop/qcdloop-2.0.5.ebuild b/sci-physics/qcdloop/qcdloop-2.0.5.ebuild
index 19a247ba2..672957c56 100644
--- a/sci-physics/qcdloop/qcdloop-2.0.5.ebuild
+++ b/sci-physics/qcdloop/qcdloop-2.0.5.ebuild
@@ -5,7 +5,7 @@ EAPI=8
CMAKE_MAKEFILE_GENERATOR="emake"
-inherit cmake
+inherit cmake fortran-2
DESCRIPTION="An object-oriented one-loop scalar Feynman integrals framework"
HOMEPAGE="https://qcdloop.web.cern.ch/qcdloop/"
@@ -15,12 +15,6 @@ LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~amd64"
-DEPEND=""
-RDEPEND="${DEPEND}"
-BDEPEND="
- virtual/fortran
-"
-
PATCHES=(
"${FILESDIR}"/${P}-cxx.patch
)
diff --git a/sci-physics/qcdloop/qcdloop-2.0.9.ebuild b/sci-physics/qcdloop/qcdloop-2.0.9.ebuild
index ccea20aa5..6486e70b9 100644
--- a/sci-physics/qcdloop/qcdloop-2.0.9.ebuild
+++ b/sci-physics/qcdloop/qcdloop-2.0.9.ebuild
@@ -5,7 +5,7 @@ EAPI=8
CMAKE_MAKEFILE_GENERATOR="emake"
-inherit cmake
+inherit cmake fortran-2
DESCRIPTION="An object-oriented one-loop scalar Feynman integrals framework"
HOMEPAGE="https://qcdloop.web.cern.ch/qcdloop/"
@@ -15,12 +15,6 @@ LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~amd64"
-DEPEND=""
-RDEPEND="${DEPEND}"
-BDEPEND="
- virtual/fortran
-"
-
PATCHES=(
"${FILESDIR}"/${P}-cxx.patch
)