mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-08 00:05:33 +03:00
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:
parent
270d36f156
commit
d3b8d9a2ec
@ -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"
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user