sci-libs/hipBLAS: inherit fortran

The eclass automatically adds the required RDEPEND,
BDEPEND and DEPEND on fortran.

Closes: https://bugs.gentoo.org/955133
Part-of: https://github.com/gentoo/gentoo/pull/44523
Closes: https://github.com/gentoo/gentoo/pull/44523
Signed-off-by: Alexander Puck Neuwirth <apn-pucky@gentoo.org>
This commit is contained in:
Alexander Puck Neuwirth 2025-11-07 14:15:38 +01:00
parent 270d36f156
commit d3b8d9a2ec
No known key found for this signature in database
GPG Key ID: ED7C252ACED415EF
4 changed files with 4 additions and 4 deletions

View File

@ -5,7 +5,7 @@ EAPI=8
ROCM_VERSION=${PV}
inherit cmake rocm
inherit cmake fortran-2 rocm
DESCRIPTION="ROCm BLAS marshalling library"
HOMEPAGE="https://github.com/ROCm/hipBLAS"
SRC_URI="https://github.com/ROCm/hipBLAS/archive/rocm-${PV}.tar.gz -> ${P}.tar.gz"

View File

@ -5,7 +5,7 @@ EAPI=8
ROCM_VERSION=${PV}
inherit cmake rocm
inherit cmake fortran-2 rocm
DESCRIPTION="ROCm BLAS marshalling library"
HOMEPAGE="https://github.com/ROCm/hipBLAS"
SRC_URI="https://github.com/ROCm/hipBLAS/archive/rocm-${PV}.tar.gz -> ${P}.tar.gz"

View File

@ -5,7 +5,7 @@ EAPI=8
ROCM_VERSION=${PV}
inherit cmake rocm
inherit cmake fortran-2 rocm
DESCRIPTION="ROCm BLAS marshalling library"
HOMEPAGE="https://github.com/ROCm/rocm-libraries/tree/develop/projects/hipblas"
SRC_URI="https://github.com/ROCm/hipBLAS/archive/rocm-${PV}.tar.gz -> ${P}.tar.gz"

View File

@ -5,7 +5,7 @@ EAPI=8
ROCM_VERSION=${PV}
inherit cmake rocm
inherit cmake fortran-2 rocm
DESCRIPTION="ROCm BLAS marshalling library"
HOMEPAGE="https://github.com/ROCm/rocm-libraries/tree/develop/projects/hipblas"
SRC_URI="https://github.com/ROCm/hipBLAS/archive/rocm-${PV}.tar.gz -> ${P}.tar.gz"