diff options
author | V3n3RiX <venerix@koprulu.sector> | 2024-07-13 12:26:41 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2024-07-13 12:26:41 +0100 |
commit | 482a48c0e1675b1e92663b8b5222bb7261aa7956 (patch) | |
tree | b81e02db1810214fc690a762e3a9c687d0f0c5ab /sci-libs/coinhsl | |
parent | 37bccfe5e76c5740c4ef5ba1179e9488d8404075 (diff) |
gentoo auto-resync : 13:07:2024 - 12:26:41
Diffstat (limited to 'sci-libs/coinhsl')
-rw-r--r-- | sci-libs/coinhsl/Manifest | 3 | ||||
-rw-r--r-- | sci-libs/coinhsl/coinhsl-2015.06.23.ebuild | 30 | ||||
-rw-r--r-- | sci-libs/coinhsl/metadata.xml | 15 |
3 files changed, 0 insertions, 48 deletions
diff --git a/sci-libs/coinhsl/Manifest b/sci-libs/coinhsl/Manifest deleted file mode 100644 index 986144ce822a..000000000000 --- a/sci-libs/coinhsl/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST coinhsl-2015.06.23.tar.gz 908522 BLAKE2B ccc64a7790b1f9105439f6690e87bed52ff48306132db5fa27a036b4ce87472dfc3ca92f3e9d94aefdf737ed292568f36831eb24ac94d77f4b9bab84bc3ea36e SHA512 ad831d6ffd3c1e46481da8e58c7075adc69cb02800002c2067053fd354c5971214025982b24a9b74c681c2c3d86fd5adac78820242209feb75898165cf38753f -EBUILD coinhsl-2015.06.23.ebuild 583 BLAKE2B 6b1656b77221ab29f0cad17c6809522f3c7eef4a9f3f90e927dd172fb11d515c867429e572e707faf118a9a65cad1d6f630d97618e742662e6848f9a3afab01f SHA512 496d4ac65b6e2c86e70fb0ea7638fb3b77445cc3b8261a31affa9a632c0b7ebea46421cfccf6a3fee60d4ec19e91500890bb8ca7846599282757c56ad504ee7e -MISC metadata.xml 582 BLAKE2B 48b8b78119773fe4fad4f11b9bfb5ccfa8c8bccee3ba3f15b9fb94532c46084cd31134cca595d979fc18d294b63eaf916aa38ec90b4e439133654e3f61ee42b9 SHA512 1a06c1acf8cf6e5248944ef01a0b1caf7f127224c82c0874ef72050d7af90d74399aefd32986be46aaf027d59165547a7c96bed663c65dbe4dbb32fe0ba323c9 diff --git a/sci-libs/coinhsl/coinhsl-2015.06.23.ebuild b/sci-libs/coinhsl/coinhsl-2015.06.23.ebuild deleted file mode 100644 index 9e1cac607992..000000000000 --- a/sci-libs/coinhsl/coinhsl-2015.06.23.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2018 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -FORTRAN_STANDARD="77 90" - -inherit fortran-2 toolchain-funcs - -DESCRIPTION="HSL mathematical software library for IPOPT" -HOMEPAGE="http://www.hsl.rl.ac.uk/ipopt" -SRC_URI="${P}.tar.gz" - -LICENSE="HSL" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" - -RDEPEND=" - sci-libs/metis - virtual/blas" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -RESTRICT="mirror fetch" - -src_configure() { - export LIBS="$($(tc-getPKG_CONFIG) --libs metis blas lapack)" - default - MAKEOPTS+=" -j1" -} diff --git a/sci-libs/coinhsl/metadata.xml b/sci-libs/coinhsl/metadata.xml deleted file mode 100644 index 8225fda14e49..000000000000 --- a/sci-libs/coinhsl/metadata.xml +++ /dev/null @@ -1,15 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>sci@gentoo.org</email> - <name>Gentoo Science Project</name> - </maintainer> - <longdescription lang="en"> - HSL (formerly the Harwell Subroutine Library) is a collection of - state-of-the-art packages for large-scale scientific computation - such as the solution of sparse linear systems of equations and - sparse eigenvalue problems. This package is specific as a plugin for - Ipopt. - </longdescription> -</pkgmetadata> |