mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
sci-libs/magma: Drop obsolete virtual/fortran in *DEPEND
fortran-2.eclass handles this Package-Manager: portage-2.2.25 Signed-off-by: Justin Lecher <jlec@gentoo.org>
This commit is contained in:
@@ -24,7 +24,6 @@ REQUIRED_USE="?? ( fermi kepler )"
|
||||
RDEPEND="
|
||||
dev-util/nvidia-cuda-toolkit
|
||||
virtual/cblas
|
||||
virtual/fortran
|
||||
virtual/lapack"
|
||||
DEPEND="${RDEPEND}
|
||||
virtual/pkgconfig
|
||||
|
||||
@@ -24,7 +24,6 @@ REQUIRED_USE="?? ( fermi kepler )"
|
||||
RDEPEND="
|
||||
dev-util/nvidia-cuda-toolkit
|
||||
virtual/cblas
|
||||
virtual/fortran
|
||||
virtual/lapack"
|
||||
DEPEND="${RDEPEND}
|
||||
virtual/pkgconfig
|
||||
|
||||
@@ -1,15 +1,15 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<herd>sci</herd>
|
||||
<longdescription lang="en">
|
||||
<herd>sci</herd>
|
||||
<longdescription lang="en">
|
||||
The Matrix Algebra on GPU and Multicore Architectures
|
||||
project aims to develop a dense linear algebra library
|
||||
similar to LAPACK but for heterogeneous/hybrid architectures, starting
|
||||
with current "Multicore+GPU" systems.
|
||||
</longdescription>
|
||||
<use>
|
||||
<flag name="fermi">Compile for GPU NVIDIA Fermi family (2.x cards)</flag>
|
||||
<flag name="kepler">Compile for GPU NVIDIA Kepler family (GF 6xx cards)</flag>
|
||||
</use>
|
||||
<use>
|
||||
<flag name="fermi">Compile for GPU NVIDIA Fermi family (2.x cards)</flag>
|
||||
<flag name="kepler">Compile for GPU NVIDIA Kepler family (GF 6xx cards)</flag>
|
||||
</use>
|
||||
</pkgmetadata>
|
||||
|
||||
Reference in New Issue
Block a user