diff options
Diffstat (limited to 'virtual/lapacke')
-rw-r--r-- | virtual/lapacke/Manifest | 2 | ||||
-rw-r--r-- | virtual/lapacke/lapacke-3.8.ebuild | 14 | ||||
-rw-r--r-- | virtual/lapacke/metadata.xml | 16 |
3 files changed, 32 insertions, 0 deletions
diff --git a/virtual/lapacke/Manifest b/virtual/lapacke/Manifest new file mode 100644 index 000000000000..a9bd7211e9d6 --- /dev/null +++ b/virtual/lapacke/Manifest @@ -0,0 +1,2 @@ +EBUILD lapacke-3.8.ebuild 431 BLAKE2B 018870114c0cee231a59aa993e934e8bd623b284b8051974b27202d2545e4347f16cf90ac1aca105da556fe6401e8061f4e160b93d50ae9d15ce654330997845 SHA512 e09d2c5af7705648beb404d602f75239b13dfa08fe5964da9aabf1d9c3f664310cb9c5d9083b7266d135c28e4340980e5601b7ce16607d963b8cff9d1f082ab6 +MISC metadata.xml 503 BLAKE2B 72432ed77afd4e239a54bbda67598a28e79f302c8a905887223763bf6daac2537995f405e065743f3aafdefc77593a47213e8d5eb0f38e919c9260c4db533fe7 SHA512 6f7986bf721a033f08090dc2cc8327dd5bf30f4d04c98c4eff910585254e76ef14fa6e6b4bd78db41be974f7214782a69cea3ab375b26adc0fbc53d51dbc5323 diff --git a/virtual/lapacke/lapacke-3.8.ebuild b/virtual/lapacke/lapacke-3.8.ebuild new file mode 100644 index 000000000000..fc61bf733e2e --- /dev/null +++ b/virtual/lapacke/lapacke-3.8.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="Virtual for LAPACK C implementation" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +IUSE="eselect-ldso" + +RDEPEND=" + >=sci-libs/lapack-3.8.0[lapacke,eselect-ldso?] +" +DEPEND="${RDEPEND}" diff --git a/virtual/lapacke/metadata.xml b/virtual/lapacke/metadata.xml new file mode 100644 index 000000000000..299f0ab2ab69 --- /dev/null +++ b/virtual/lapacke/metadata.xml @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>sci@gentoo.org</email> + <name>Gentoo Science Project</name> + </maintainer> + <longdescription lang="en"> + Gentoo virtual package for the Linear Algebra PACKAge C + implementation. + </longdescription> + <use> + <flag name="eselect-ldso">Enable runtime library switching by + eselect and ld.so.</flag> + </use> +</pkgmetadata> |