From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/parmetis/
Date: Mon, 31 Dec 2018 21:14:49 +0000 (UTC) [thread overview]
Message-ID: <1546290826.94f78f5e128ea5037e73116527fe9225fde0f77a.asturm@gentoo> (raw)
commit: 94f78f5e128ea5037e73116527fe9225fde0f77a
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 31 20:54:57 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Dec 31 21:13:46 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94f78f5e
sci-libs/parmetis: missing || die
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
sci-libs/parmetis/parmetis-4.0.3.ebuild | 19 ++++++++++++-------
1 file changed, 12 insertions(+), 7 deletions(-)
diff --git a/sci-libs/parmetis/parmetis-4.0.3.ebuild b/sci-libs/parmetis/parmetis-4.0.3.ebuild
index 71ee81fcbc9..0df1f3da634 100644
--- a/sci-libs/parmetis/parmetis-4.0.3.ebuild
+++ b/sci-libs/parmetis/parmetis-4.0.3.ebuild
@@ -47,7 +47,9 @@ src_prepare() {
sed -i \
-e '/programs/d' \
CMakeLists.txt metis/CMakeLists.txt || die
- use static-libs && mkdir "${WORKDIR}/${PN}_static"
+ if use static-libs; then
+ mkdir "${WORKDIR}/${PN}_static" || die
+ fi
if use mpi; then
export CC=mpicc CXX=mpicxx
@@ -59,11 +61,13 @@ src_prepare() {
fi
- use int64 && \
- sed -i -e '/IDXTYPEWIDTH/s/32/64/' metis/include/metis.h
+ if use int64; then
+ sed -i -e '/IDXTYPEWIDTH/s/32/64/' metis/include/metis.h || die
+ fi
- use double-precision && \
- sed -i -e '/REALTYPEWIDTH/s/32/64/' metis/include/metis.h
+ if use double-precision; then
+ sed -i -e '/REALTYPEWIDTH/s/32/64/' metis/include/metis.h || die
+ fi
}
src_configure() {
@@ -80,9 +84,10 @@ src_configure() {
cmake-utils_src_configure
}
parmetis_configure -DSHARED=ON
- use static-libs && \
- sed -i -e '/fPIC/d' metis/GKlib/GKlibSystem.cmake && \
+ if use static-libs; then
+ sed -i -e '/fPIC/d' metis/GKlib/GKlibSystem.cmake || die
BUILD_DIR="${WORKDIR}/${PN}_static" parmetis_configure
+ fi
}
src_compile() {
next reply other threads:[~2018-12-31 21:14 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-12-31 21:14 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-08 23:17 [gentoo-commits] repo/gentoo:master commit in: sci-libs/parmetis/ Sam James
2025-03-08 21:40 Jakov Smolić
2025-03-08 20:32 Andreas Sturmlechner
2023-06-03 9:50 WANG Xuerui
2023-05-03 10:55 Jakov Smolić
2023-05-03 8:49 Andrew Ammerlaan
2023-05-02 17:36 Arthur Zamarin
2023-03-07 0:18 Yixun Lan
2022-05-16 8:12 David Seifert
2022-03-07 4:51 Sam James
2022-03-07 4:29 Sam James
2022-02-13 23:09 Jakov Smolić
2022-02-13 21:08 Conrad Kostecki
2022-02-02 5:30 Sam James
2021-07-20 7:41 Andrew Ammerlaan
2020-01-11 16:33 Ulrich Müller
2019-05-21 20:30 Aaron Bauman
2019-03-09 19:18 Thomas Deutschmann
2018-12-31 21:14 Andreas Sturmlechner
2018-11-26 0:31 Matthias Maier
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=1546290826.94f78f5e128ea5037e73116527fe9225fde0f77a.asturm@gentoo \
--to=asturm@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