diff options
author | Sébastien Fabbro <bicatali@gentoo.org> | 2017-07-30 01:11:56 +0000 |
---|---|---|
committer | Sébastien Fabbro <bicatali@gentoo.org> | 2017-07-31 18:12:25 +0000 |
commit | 116219cb59ff3d6cf1d580034f9b152ba48f3763 (patch) | |
tree | 43adef0a648cde9446b71e3b87ced8ad5fa7dc57 /sci-mathematics/4ti2 | |
parent | sci-libs/bliss: fix gmp automagic, add prefix, minor cosmetic fixes (diff) | |
download | gentoo-116219cb59ff3d6cf1d580034f9b152ba48f3763.tar.gz gentoo-116219cb59ff3d6cf1d580034f9b152ba48f3763.tar.bz2 gentoo-116219cb59ff3d6cf1d580034f9b152ba48f3763.zip |
sci-mathematics/4ti2: version bump
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'sci-mathematics/4ti2')
-rw-r--r-- | sci-mathematics/4ti2/4ti2-1.6.7.ebuild | 43 | ||||
-rw-r--r-- | sci-mathematics/4ti2/Manifest | 1 |
2 files changed, 44 insertions, 0 deletions
diff --git a/sci-mathematics/4ti2/4ti2-1.6.7.ebuild b/sci-mathematics/4ti2/4ti2-1.6.7.ebuild new file mode 100644 index 000000000000..c06748c20172 --- /dev/null +++ b/sci-mathematics/4ti2/4ti2-1.6.7.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit autotools eutils + +DESCRIPTION="Software package for algebraic, geometric and combinatorial problems" +HOMEPAGE="http://www.4ti2.de/" +SRC_URI="http://4ti2.de/version_${PV}/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux ~x86-macos" +IUSE="static-libs" + +DEPEND=" + sci-mathematics/glpk:0[gmp] + dev-libs/gmp[cxx]" +RDEPEND="${DEPEND}" + +PATCHES=( + "${FILESDIR}"/${PN}-1.3.2-gold.patch +) + +src_prepare() { + default + sed -e "s:^CXX.*$:CXX=$(tc-getCXX):g" \ + -i m4/glpk-check.m4 || die + # The swig subdir is not used, so we can skip running autotools in it. #518000 + AT_NO_RECURSIVE=1 eautoreconf +} + +src_configure() { + econf \ + --enable-shared \ + $(use_enable static-libs static) +} + +src_install() { + default + use static-libs || prune_libtool_files --all +} diff --git a/sci-mathematics/4ti2/Manifest b/sci-mathematics/4ti2/Manifest index eda26f1f47d0..c25bd2968208 100644 --- a/sci-mathematics/4ti2/Manifest +++ b/sci-mathematics/4ti2/Manifest @@ -1,3 +1,4 @@ DIST 4ti2-1.6.2.tar.gz 5531651 SHA256 e1b39c5c051904e41deefce5419b16d723b1f403c616ddd6e3610e260d4b5711 SHA512 ff68f767b8677ce0ce94cca39fa3ef87835d77a951f0ec6ae28ab171bf09ae25c551d88c2cdf5bf3115b33bd32366b063533a1c22576130a00f542f9370bcd7b WHIRLPOOL f125cee526f8d2693b01978fd39cc36c900e7611ac0b8026f33c68ec8ccb0bb29cdffdf5c11adc6a5f7041389d34e6cacff173437c4be725c9b390a25e24e397 DIST 4ti2-1.6.5.tar.gz 5640117 SHA256 079abe725fb1cc811184eca1d079a51f701a20c02c894422be59cd923c2cd21b SHA512 90dc105d99659e3c2213b484b6d21e877d7484ca0ad0373ece066df26de7c0e0cce614faaae9f7b678d03fa54f987fe95ab6d3f958477b1294a2dc00733a3a08 WHIRLPOOL b72d84e4e9557f85cadd3d93305b19162e85321bbc8dc974febe5f01e4a218c61d5e831de0ae8fc294e0f21c2469c663e53dde41f2e943db9df6011b758c1ccf DIST 4ti2-1.6.6.tar.gz 5640126 SHA256 2ae9f7dd6a387fd6f0454b4bc2d02cf389f504230cc9f782c35bb5ea4a8df10a SHA512 89f36aaf3d8f41bb31b37b44a013ea966d9664880473ad0d6d1825ffb00afec1eff3139c09ac6b684f0679e2ae0d201a84396bb721aa1f63dc1deca592392c41 WHIRLPOOL c5255ffe43eb65ec7d19f8cf24de3ab69e5f2466a91009a336a367cfab768d882781a91ab82d3077600edc08c6fb3f6f3686536e8e5bcbc6a1ca16f1feaa0ef0 +DIST 4ti2-1.6.7.tar.gz 5649869 SHA256 d4833a831d8d437f595d2e234a4471d7adbe1523fc63aa46cacea56af3e831bb SHA512 38d638fe01ff3cef1aebae1eefd276cf02f808978851b4465e132f77d3ab34ea51d512e2ea28a42ac65263b458c43cf420dc5f8ac930f959dd0c14916cef9841 WHIRLPOOL c2159243d6664e1c7a0b880e336055d7f53b8367f36c7b5255cad0f3b861d8c1e9ab109cb5d5b243a934df8ca1f95e61f85496fa54354d131447b0fb70c13048 |