diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2017-10-09 18:53:29 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2017-10-09 18:53:29 +0100 |
commit | 4f2d7949f03e1c198bc888f2d05f421d35c57e21 (patch) | |
tree | ba5f07bf3f9d22d82e54a462313f5d244036c768 /sci-libs/amd |
reinit the tree, so we can have metadata
Diffstat (limited to 'sci-libs/amd')
-rw-r--r-- | sci-libs/amd/Manifest | 5 | ||||
-rw-r--r-- | sci-libs/amd/amd-2.3.1.ebuild | 28 | ||||
-rw-r--r-- | sci-libs/amd/metadata.xml | 13 |
3 files changed, 46 insertions, 0 deletions
diff --git a/sci-libs/amd/Manifest b/sci-libs/amd/Manifest new file mode 100644 index 000000000000..5ab4e7ff484f --- /dev/null +++ b/sci-libs/amd/Manifest @@ -0,0 +1,5 @@ +DIST amd-2.3.1.tar.bz2 339970 SHA256 35f60a47000ec39c8328d621b6d8f249ccf6c12f0ebc809272e16f7d4a8a430c SHA512 19b8c010e0f7a5a96e60fe52904b2b548fb89dfaf9d6f99184df955a732ec3edef04acff01a82a909e030c3bf78c9eccfe0c329731edb29f4b936507e39d885e WHIRLPOOL 737fe5eb785f09bea7a693421b547a0ec18c8428b19efb2890c8573895333862522ece1af00c24156d83ed0888b11c59d9c0ee3ea125ed8cb216d718343f6874 +EBUILD amd-2.3.1.ebuild 754 SHA256 6914801ba302e2ac9ee7132356f0307fefbbf4a127f680a6940993f56e90c66c SHA512 79c19cb2b6260d19d7f9378472e645f43d62b1ea3d5a085d8a502c262ee3b29027c3768ae57821633d25921e90a8585f0e5f25ad1f2f9d51f28d15ea07cfc531 WHIRLPOOL e51a1452eeda1434f880414018ff1abf2f6292d419ce3dbf72308b0fff406f83d7da634fa6db2435015dda4b1f9f7abdd58fc7b18c3f2822b9840058fe1c1b2a +MISC ChangeLog 2597 SHA256 eb9f07ff9ec07ff81a373699f2bdc6437a28fa1ec6b40b87222bb40abf7e13c2 SHA512 f91acdfdab1f78b0590a5571d8969d949d4ddf16730d8add8977672dafba791bc824fbb96da0ca13f4f79eda3355e33aa8b20b69040ec8754940b818ed539a64 WHIRLPOOL d58bb771d74a03e619447a2c819345511d5b694e2927f752682eafcf46aa4d6eb2af7400050529438ffef781de08ac80d313e42db162d450267e186aa8b38f05 +MISC ChangeLog-2015 5520 SHA256 ac170b0ab8a65131701f3a894efb9722f69240c967029c92cbd9f7e10245a01b SHA512 3920ed96d1bbf67b3eaacf459000f4884d6e447f998cc166741554ef43764900c64d368219b287f0521d43888e70b8b4b64b8d09bdac6e076af28570ff5f7b65 WHIRLPOOL 7607eddc6c35b4b6b1d68eccbe6374fe280fea882a7e87cfff417d203d2fcedbd78a78622e3033d3a2a724ae61478a19993e08a8d6c529a202791ce936e34af7 +MISC metadata.xml 492 SHA256 711568b1dc32e94f9a8da88d200b14a87a3906e79dc3f96194f25b68cb5fdfc3 SHA512 1c53658e87337e1e43149c363c901dabfdde52b647891d8026a7ce9ddcd5e36b0121948d169d446e5a78d05c26301bd4f8c7c06665506ebc0999c259b709a6b6 WHIRLPOOL f79288749a64dad7105050ca29171fa389338b0b66d9a953edf2c3c5dc90455d7904d9c9d9cd608f1188d73b468e8dbd9d0dff7a9c496b2c3e57259f343dba16 diff --git a/sci-libs/amd/amd-2.3.1.ebuild b/sci-libs/amd/amd-2.3.1.ebuild new file mode 100644 index 000000000000..e799ab899a0a --- /dev/null +++ b/sci-libs/amd/amd-2.3.1.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +inherit autotools-utils fortran-2 + +DESCRIPTION="Library to order a sparse matrix prior to Cholesky factorization" +HOMEPAGE="http://www.cise.ufl.edu/research/sparse/amd" +SRC_URI="https://dev.gentoo.org/~bicatali/distfiles/${P}.tar.bz2" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~x86-macos" +IUSE="doc fortran static-libs" + +RDEPEND="sci-libs/suitesparseconfig" +DEPEND="${RDEPEND} + virtual/pkgconfig + doc? ( virtual/latex-base )" + +src_configure() { + local myeconfargs=( + $(use_enable fortran) + $(use_with doc) + ) + autotools-utils_src_configure +} diff --git a/sci-libs/amd/metadata.xml b/sci-libs/amd/metadata.xml new file mode 100644 index 000000000000..353c2f00738d --- /dev/null +++ b/sci-libs/amd/metadata.xml @@ -0,0 +1,13 @@ +<?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"> + AMD is a set of routines for ordering a sparse matrix prior to Cholesky + factorization (or for LU factorization with diagonal pivoting). There + are versions in both C and Fortran. +</longdescription> +</pkgmetadata> |