public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/coinor-couenne/
@ 2021-02-27  3:08 Sam James
  0 siblings, 0 replies; 2+ messages in thread
From: Sam James @ 2021-02-27  3:08 UTC (permalink / raw
  To: gentoo-commits

commit:     fe1f7057bf855106d25f3cc591958eaa6a00be51
Author:     Ionen Wolkens <sudinave <AT> gmail <DOT> com>
AuthorDate: Fri Feb 26 08:38:31 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Feb 27 03:06:27 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe1f7057

sci-libs/coinor-couenne: remove old

Package-Manager: Portage-3.0.15, Repoman-3.0.2
Signed-off-by: Ionen Wolkens <sudinave <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sci-libs/coinor-couenne/Manifest                   |  1 -
 .../coinor-couenne/coinor-couenne-0.4.7.ebuild     | 59 ----------------------
 2 files changed, 60 deletions(-)

diff --git a/sci-libs/coinor-couenne/Manifest b/sci-libs/coinor-couenne/Manifest
index ddca61f5d0e..fd39c9add36 100644
--- a/sci-libs/coinor-couenne/Manifest
+++ b/sci-libs/coinor-couenne/Manifest
@@ -1,2 +1 @@
-DIST Couenne-0.4.7.tgz 12487353 BLAKE2B 795a1d04ee6186e519d57a59ccc7dfa77ec28717b3e3f75d1ed6513438e869d69970c27dc0de758d421e7f5c5f2dfb3308270b185c05b44ef214c760b1f25e39 SHA512 ae87ebee778d6782fffe9e6f6c7c8f604140f6134e29824f89e4f87bb86ac00ac1b2d8de274b23de16078a48a1444fbe7960b15ffefdc1798dca8972a8946deb
 DIST coinor-couenne-0.5.8.tar.gz 1321163 BLAKE2B 841a4af3d76fd308ef5abe481157fa1ecf307e7fae03fa0cb931483be74443febc7eb1ba7e85f47c3dca5d5447a74ae86dc0f3dbeb6c0f0032f543861462e0a1 SHA512 bf474503bd77be6536f9d00b40ff45041b3976ea2167d64e667fa580aa8ed6a383861ec67d57eec83623b6542f7779ed7d50d9b72347c3f77ef36a194a3f9e71

diff --git a/sci-libs/coinor-couenne/coinor-couenne-0.4.7.ebuild b/sci-libs/coinor-couenne/coinor-couenne-0.4.7.ebuild
deleted file mode 100644
index 02c94288b5a..00000000000
--- a/sci-libs/coinor-couenne/coinor-couenne-0.4.7.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit autotools-utils multilib
-
-MYPN=Couenne
-
-DESCRIPTION="COIN-OR Convex Over and Under ENvelopes for Nonlinear Estimation"
-HOMEPAGE="https://projects.coin-or.org/Couenne/"
-SRC_URI="http://www.coin-or.org/download/source/${MYPN}/${MYPN}-${PV}.tgz"
-
-LICENSE="EPL-1.0"
-SLOT="0/1"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="doc static-libs test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="sci-libs/coinor-bonmin:="
-DEPEND="${RDEPEND}
-	virtual/pkgconfig"
-
-S="${WORKDIR}/${MYPN}-${PV}/${MYPN}"
-
-src_prepare() {
-	# needed for the --with-coin-instdir
-	dodir /usr
-	sed -i \
-		-e "s:lib/pkgconfig:$(get_libdir)/pkgconfig:g" \
-		configure || die
-	autotools-utils_src_prepare
-}
-
-src_configure() {
-	local myeconfargs=(
-		--enable-dependency-linking
-		--with-coin-instdir="${ED}"/usr
-	)
-	autotools-utils_src_configure
-}
-
-src_compile() {
-	autotools-utils_src_compile
-	# resolve as-needed
-	# circular dependencies between libCouenne and libBonCouenne :(
-	pushd "${BUILD_DIR}"/src > /dev/null
-	rm libCouenne.la main/libBonCouenne.la || die
-	emake LIBS+=" -Lmain/.libs -lBonCouenne" libCouenne.la
-	emake -C main
-	popd > /dev/null
-}
-
-src_install() {
-	autotools-utils_src_install
-	use doc && dodoc doc/couenne-user-manual.pdf
-	# already installed
-	rm "${ED}"/usr/share/coin/doc/${MYPN}/{README,AUTHORS,LICENSE} || die
-}


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-libs/coinor-couenne/
@ 2021-03-03 16:48 Sam James
  0 siblings, 0 replies; 2+ messages in thread
From: Sam James @ 2021-03-03 16:48 UTC (permalink / raw
  To: gentoo-commits

commit:     184efada26c7563834206043ebd77bff9fdfa4af
Author:     Ionen Wolkens <sudinave <AT> gmail <DOT> com>
AuthorDate: Tue Mar  2 17:55:50 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Mar  3 16:44:39 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=184efada

sci-libs/coinor-couenne: add missing ipopt[lapack] USE dep

Closes: https://bugs.gentoo.org/774000
Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: Ionen Wolkens <sudinave <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/19740
Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../{coinor-couenne-0.5.8.ebuild => coinor-couenne-0.5.8-r1.ebuild}     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-libs/coinor-couenne/coinor-couenne-0.5.8.ebuild b/sci-libs/coinor-couenne/coinor-couenne-0.5.8-r1.ebuild
similarity index 97%
rename from sci-libs/coinor-couenne/coinor-couenne-0.5.8.ebuild
rename to sci-libs/coinor-couenne/coinor-couenne-0.5.8-r1.ebuild
index fd0fc656ee4..63bb046a307 100644
--- a/sci-libs/coinor-couenne/coinor-couenne-0.5.8.ebuild
+++ b/sci-libs/coinor-couenne/coinor-couenne-0.5.8-r1.ebuild
@@ -22,7 +22,7 @@ RDEPEND="
 	sci-libs/coinor-clp:=
 	sci-libs/coinor-osi:=
 	sci-libs/coinor-utils:=
-	sci-libs/ipopt:=
+	sci-libs/ipopt:=[lapack]
 	virtual/blas"
 DEPEND="${RDEPEND}"
 BDEPEND="


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-03-03 16:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-02-27  3:08 [gentoo-commits] repo/gentoo:master commit in: sci-libs/coinor-couenne/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2021-03-03 16:48 Sam James

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox