summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2024-07-12 14:26:18 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2024-07-12 14:26:18 +0300
commit07ec0ec6f6240d576001b0fe8d678055be1848f9 (patch)
tree3e5ca0ec9bc52a206e44054bd7b8b3e3e9de485f /sci-libs
parentnet-p2p/gnut: treeclean (diff)
downloadgentoo-07ec0ec6f6240d576001b0fe8d678055be1848f9.tar.gz
gentoo-07ec0ec6f6240d576001b0fe8d678055be1848f9.tar.bz2
gentoo-07ec0ec6f6240d576001b0fe8d678055be1848f9.zip
sci-libs/coinhsl: treeclean
Closes: https://bugs.gentoo.org/933836 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r--sci-libs/coinhsl/Manifest1
-rw-r--r--sci-libs/coinhsl/coinhsl-2015.06.23.ebuild30
-rw-r--r--sci-libs/coinhsl/metadata.xml15
3 files changed, 0 insertions, 46 deletions
diff --git a/sci-libs/coinhsl/Manifest b/sci-libs/coinhsl/Manifest
deleted file mode 100644
index 2f8053212e27..000000000000
--- a/sci-libs/coinhsl/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST coinhsl-2015.06.23.tar.gz 908522 BLAKE2B ccc64a7790b1f9105439f6690e87bed52ff48306132db5fa27a036b4ce87472dfc3ca92f3e9d94aefdf737ed292568f36831eb24ac94d77f4b9bab84bc3ea36e SHA512 ad831d6ffd3c1e46481da8e58c7075adc69cb02800002c2067053fd354c5971214025982b24a9b74c681c2c3d86fd5adac78820242209feb75898165cf38753f
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>