From: "Michael Orlitzky" <mjo@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/lrslib/
Date: Sun, 27 Oct 2024 02:38:52 +0000 (UTC) [thread overview]
Message-ID: <1729996722.74208bcb75230f2d3e95c2fc5bffd3faa1132abe.mjo@gentoo> (raw)
commit: 74208bcb75230f2d3e95c2fc5bffd3faa1132abe
Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 26 20:20:34 2024 +0000
Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Sun Oct 27 02:38:42 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74208bcb
sci-libs/lrslib: drop 071b
Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>
sci-libs/lrslib/lrslib-071b.ebuild | 58 --------------------------------------
1 file changed, 58 deletions(-)
diff --git a/sci-libs/lrslib/lrslib-071b.ebuild b/sci-libs/lrslib/lrslib-071b.ebuild
deleted file mode 100644
index dce7bc19ece6..000000000000
--- a/sci-libs/lrslib/lrslib-071b.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit toolchain-funcs
-
-DESCRIPTION="Reverse-search algorithm for vertex enumeration problems"
-HOMEPAGE="http://cgm.cs.mcgill.ca/~avis/C/lrs.html"
-SRC_URI="http://cgm.cs.mcgill.ca/~avis/C/lrslib/archive/${P}.tar.gz"
-
-# COPYING is GPL-2, but e.g. lrslib.h says "or ... any later version."
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
-IUSE="gmp mpi"
-
-BDEPEND=""
-RDEPEND="
- gmp? (
- dev-libs/gmp:0=
- mpi? ( virtual/mpi )
- )"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
- default
- tc-export CC
-
- # The "makefile" sort-of supports CFLAGS as of lrslib-071b, but
- # "-O3" is still included verbatim in many targets. Likewise, a
- # LIBDIR variable exists but "lib" remains hard-coded in the install
- # targets.
- sed -e "s/-O3/${CFLAGS}/g" \
- -e 's/$(CC) -shared/$(CC) $(LDFLAGS) -shared/' \
- -e "s,/usr/local,${EPREFIX}/usr,g" \
- -e "s,/lib,/$(get_libdir),g" \
- -i makefile || die
-}
-
-src_compile() {
- if use gmp ; then
- emake
- emake all-shared
- use mpi && emake mplrs
- else
- emake allmp
- fi
-}
-
-src_install() {
- emake DESTDIR="${D}" prefix="${EPREFIX}/usr" install-common
- if use gmp; then
- emake DESTDIR="${D}" prefix="${EPREFIX}/usr" install
- use mpi && dobin mplrs
- fi
- dodoc README
-}
next reply other threads:[~2024-10-27 2:38 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-27 2:38 Michael Orlitzky [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-12-05 12:29 [gentoo-commits] repo/gentoo:master commit in: sci-libs/lrslib/ Sam James
2024-10-27 2:38 Michael Orlitzky
2021-12-29 13:46 Yixun Lan
2021-12-05 4:00 Sam James
2021-11-06 1:01 Michael Orlitzky
2021-11-01 0:21 Michael Orlitzky
2021-10-23 13:51 Sam James
2021-10-23 0:17 Michael Orlitzky
2021-01-27 6:58 Sam James
2021-01-12 10:49 David Seifert
2020-01-03 19:08 Andreas Sturmlechner
2020-01-03 14:30 Agostino Sarubbo
2020-01-01 15:30 Agostino Sarubbo
2018-06-01 14:05 Aaron Bauman
2017-07-31 18:12 Sebastien Fabbro
2017-07-31 18:12 Sebastien Fabbro
2016-03-02 19:28 Markus Meier
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1729996722.74208bcb75230f2d3e95c2fc5bffd3faa1132abe.mjo@gentoo \
--to=mjo@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox