public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/pastix/
Date: Tue, 23 Feb 2016 09:05:20 +0000 (UTC)	[thread overview]
Message-ID: <1456218317.f1afa13d5bac109cfd22d2084bc58c4894c3632b.jlec@gentoo> (raw)

commit:     f1afa13d5bac109cfd22d2084bc58c4894c3632b
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 23 08:53:04 2016 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Tue Feb 23 09:05:17 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1afa13d

sci-libs/pastix: Version Bump

* drop SMP support for now

Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=575392

Package-Manager: portage-2.2.27
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 sci-libs/pastix/Manifest                           |  2 +-
 ...stix-5.2.2_p9.ebuild => pastix-5.2.2.22.ebuild} | 28 ++++++++++++----------
 2 files changed, 16 insertions(+), 14 deletions(-)

diff --git a/sci-libs/pastix/Manifest b/sci-libs/pastix/Manifest
index 882d924..2d3e4d7 100644
--- a/sci-libs/pastix/Manifest
+++ b/sci-libs/pastix/Manifest
@@ -1 +1 @@
-DIST pastix_release_bugfix9_351ef60.tar.bz2 2526795 SHA256 58f8cc3aa0fdd9029114b48cc8923ea111919ade94a8c43c9fc5cd016110a90d SHA512 2cc25f5861fd7cd1235a7deea8fbdd5a56b6b7812aefb74d6cf4804c1e954fa86b616602f6db91b9abb430be9ee3e2fcd8a91f7c06cebf1edd4bac132d04b2a5 WHIRLPOOL 5e96b630a1d8e4b34cbcc1ed40538019d24b1fe79231996dbc38c1aedc0d9d62545676c47beb87a617bc1ad891fc70ae388733ffae7f03fd90ef4b6b47430654
+DIST pastix_5.2.2.22.tar.bz2 2664470 SHA256 30f771a666719e6b116f549a6e4da451beabab99c2ecabc0745247c3654acbed SHA512 15ecdb10b5229e40f744c1ad54be7cac6560cb92e90df1937c90ca7da290df6bdb6f24a1e1c54197731b9df3e0dcc0b9fa39750479fcf03a0c08c304c5b9df70 WHIRLPOOL 7031f822d3c2f89bd520175a124200303adc2dda56cbae4eb9e011b90d5119c5b96958d648c7e18d034e2845a32ad80385714bfb424260aa62c9f6484a18ce6b

diff --git a/sci-libs/pastix/pastix-5.2.2_p9.ebuild b/sci-libs/pastix/pastix-5.2.2.22.ebuild
similarity index 89%
rename from sci-libs/pastix/pastix-5.2.2_p9.ebuild
rename to sci-libs/pastix/pastix-5.2.2.22.ebuild
index e51bebe..19e3f24 100644
--- a/sci-libs/pastix/pastix-5.2.2_p9.ebuild
+++ b/sci-libs/pastix/pastix-5.2.2.22.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
 inherit eutils fortran-2 toolchain-funcs multilib
 
@@ -15,21 +15,22 @@ inherit eutils fortran-2 toolchain-funcs multilib
 # metis?
 
 # commit id: change every version
-CID=351ef60
+CID=
 # package id: change every version, see the link on inriaforge
-PID=33558
+PID=35070
 # leave empty if this is not a post release bug fix
-PPV=bugfix9_
+PPV=bugfix10_
 MYPN=pastix_release
 
 DESCRIPTION="Parallel solver for very large sparse linear systems"
 HOMEPAGE="http://pastix.gforge.inria.fr"
-SRC_URI="https://gforge.inria.fr/frs/download.php/${PID}/${MYPN}_${PPV}${CID}.tar.bz2"
+SRC_URI="https://gforge.inria.fr/frs/download.php/${PID}/${PN}_${PV}.tar.bz2"
 
 LICENSE="CeCILL-C"
 SLOT="0"
 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="doc int64 mpi smp starpu static-libs"
+#IUSE="doc int64 mpi smp starpu static-libs"
+IUSE="doc int64 mpi starpu static-libs"
 
 RDEPEND="
 	sci-libs/scotch:0=[int64?,mpi?]
@@ -40,7 +41,7 @@ RDEPEND="
 DEPEND="${RDEPEND}
 	virtual/pkgconfig"
 
-S="${WORKDIR}/${MYPN}_${CID}/src"
+S="${WORKDIR}/${PN}_${PV}/src"
 
 src_prepare() {
 	sed -e 's/^\(HOSTARCH\s*=\).*/\1 ${HOST}/' \
@@ -72,6 +73,7 @@ src_prepare() {
 		-e "s:^\s*\(SCOTCH_LIB\s*?=.*\)lib:\1$(get_libdir):" \
 		config/LINUX-GNU.in > config.in || die
 	sed -i -e 's/__SO_NAME__,$@/__SO_NAME__,$(notdir $@)/g' Makefile || die
+	default
 }
 
 src_configure() {
@@ -97,12 +99,12 @@ src_configure() {
 			config.in || die
 	fi
 
-	if ! use smp; then
-		sed \
-			-e '/VERSIONSMP.*_nosmp/s/#//' \
-			-e '/CCTYPES.*NOSMP/s/#//' \
-			-i config.in || die
-	fi
+#	if ! use smp; then
+#		sed \
+#			-e '/VERSIONSMP.*_nosmp/s/#//' \
+#			-e '/CCTYPES.*NOSMP/s/#//' \
+#			-i config.in || die
+#	fi
 
 	if use starpu; then
 		sed -i -e '/libstarpu/s/#//g' config.in || die


             reply	other threads:[~2016-02-23  9:05 UTC|newest]

Thread overview: 43+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-23  9:05 Justin Lecher [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-07-31  9:24 [gentoo-commits] repo/gentoo:master commit in: sci-libs/pastix/ Pacho Ramos
2023-12-19  5:23 Sam James
2023-12-09 17:02 Michał Górny
2023-12-09 16:45 Arthur Zamarin
2023-06-03 11:15 Arthur Zamarin
2023-05-01  8:47 Sam James
2023-05-01  8:47 Sam James
2023-05-01  8:47 Sam James
2023-05-01  8:47 Sam James
2023-04-01 16:07 Arthur Zamarin
2023-03-07 11:54 Sam James
2022-12-04  9:23 WANG Xuerui
2021-11-19 17:36 Arthur Zamarin
2021-11-14 23:51 Sam James
2021-11-14 23:51 Sam James
2021-11-11  3:49 Sam James
2021-10-24 21:14 Sam James
2021-10-04 10:09 Jakov Smolić
2021-10-02 23:17 Sam James
2021-08-10 13:04 Marek Szuba
2021-07-24 20:23 Matt Turner
2021-07-16 13:59 Marek Szuba
2021-07-16 13:59 Marek Szuba
2021-07-16 11:43 Marek Szuba
2021-07-16 11:43 Marek Szuba
2021-07-14 16:15 Marek Szuba
2021-06-08  9:35 Sam James
2021-02-18  8:39 Sam James
2021-02-18  8:35 Sam James
2020-11-14  1:48 Thomas Deutschmann
2020-02-08 16:53 David Seifert
2017-11-27 19:46 Sergei Trofimovich
2017-11-27 19:46 Sergei Trofimovich
2017-09-30  2:58 Sergei Trofimovich
2017-09-02 13:18 Michael Palimaka
2017-07-01  9:52 Sergei Trofimovich
2017-07-01  9:52 Sergei Trofimovich
2017-04-29 16:21 Jeroen Roovers
2017-04-05 15:36 Michael Weber
2017-03-07  0:17 Sebastien Fabbro
2016-06-07 16:47 Tobias Klausmann
2016-02-22  9:35 Justin Lecher

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=1456218317.f1afa13d5bac109cfd22d2084bc58c4894c3632b.jlec@gentoo \
    --to=jlec@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