From: "Horea Christian" <horea.christ@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/ants/
Date: Sat, 26 Sep 2020 13:00:49 +0000 (UTC) [thread overview]
Message-ID: <1601125231.09ee19145428210e56b80a4e0b67986f2aca6619.chymera@gentoo> (raw)
commit: 09ee19145428210e56b80a4e0b67986f2aca6619
Author: Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Sat Sep 26 13:00:31 2020 +0000
Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Sat Sep 26 13:00:31 2020 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=09ee1914
sci-biology/ants: EPREFIX instead of EROOT in src_*
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Horea Christian <chr <AT> chymera.eu>
sci-biology/ants/ants-2.3.1_p20191013.ebuild | 4 ++--
sci-biology/ants/ants-2.3.4.ebuild | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/sci-biology/ants/ants-2.3.1_p20191013.ebuild b/sci-biology/ants/ants-2.3.1_p20191013.ebuild
index b47fa0cb2..aefec8e10 100644
--- a/sci-biology/ants/ants-2.3.1_p20191013.ebuild
+++ b/sci-biology/ants/ants-2.3.1_p20191013.ebuild
@@ -47,13 +47,13 @@ src_unpack() {
src_configure() {
local mycmakeargs=(
-DUSE_SYSTEM_ITK=ON
- -DITK_DIR="${EROOT}/usr/include/ITK-5.0/"
+ -DITK_DIR="${EPREFIX}/usr/include/ITK-5.0/"
-DBUILD_TESTING="$(usex test ON OFF)"
-DUSE_VTK=$(usex vtk ON OFF)
-DUSE_SYSTEM_VTK=$(usex vtk ON OFF)
)
use vtk && mycmakeargs+=(
- -DVTK_DIR="${EROOT}/usr/include/vtk-8.1/"
+ -DVTK_DIR="${EPREFIX}/usr/include/vtk-8.1/"
)
use test && mycmakeargs+=(
-DExternalData_OBJECT_STORES="${S}/.ExternalData/MD5"
diff --git a/sci-biology/ants/ants-2.3.4.ebuild b/sci-biology/ants/ants-2.3.4.ebuild
index e00865149..2357036cd 100644
--- a/sci-biology/ants/ants-2.3.4.ebuild
+++ b/sci-biology/ants/ants-2.3.4.ebuild
@@ -50,14 +50,14 @@ src_unpack() {
src_configure() {
local mycmakeargs=(
-DUSE_SYSTEM_ITK=ON
- -DITK_DIR="${EROOT}/usr/include/ITK-5.1/"
+ -DITK_DIR="${EPREFIX}/usr/include/ITK-5.1/"
-DBUILD_TESTING="$(usex test ON OFF)"
-DUSE_VTK=$(usex vtk ON OFF)
-DUSE_SYSTEM_VTK=$(usex vtk ON OFF)
-DANTS_SNAPSHOT_VERSION:STRING=${PV}
)
use vtk && mycmakeargs+=(
- -DVTK_DIR="${EROOT}/usr/include/vtk-8.1/"
+ -DVTK_DIR="${EPREFIX}/usr/include/vtk-8.1/"
)
use test && mycmakeargs+=(
-DExternalData_OBJECT_STORES="${S}/.ExternalData/MD5"
next reply other threads:[~2020-09-26 13:00 UTC|newest]
Thread overview: 27+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-09-26 13:00 Horea Christian [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-05-02 12:52 [gentoo-commits] proj/sci:master commit in: sci-biology/ants/ Andrew Ammerlaan
2023-04-06 7:15 Horea Christian
2023-04-04 21:20 Horea Christian
2023-04-04 5:04 Horea Christian
2022-09-15 11:17 Andrew Ammerlaan
2022-09-15 11:17 Andrew Ammerlaan
2022-09-15 7:57 Horea Christian
2022-09-15 7:03 Horea Christian
2022-08-31 10:56 Andrew Ammerlaan
2020-12-24 11:00 Horea Christian
2020-12-07 20:09 Horea Christian
2020-09-26 13:08 Horea Christian
2020-09-25 19:43 Horea Christian
2020-09-25 19:41 Horea Christian
2019-12-09 13:24 Horea Christian
2019-11-25 17:58 Horea Christian
2019-11-25 17:55 Horea Christian
2018-06-26 0:25 Horea Christian
2018-01-20 21:26 Martin Mokrejs
2016-07-12 19:57 Marius Brehler
2016-05-20 14:03 Marius Brehler
2016-05-20 14:03 Marius Brehler
2015-08-04 9:16 Justin Lecher
2015-08-04 9:16 Justin Lecher
2015-08-04 9:16 Justin Lecher
2015-08-04 9:16 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=1601125231.09ee19145428210e56b80a4e0b67986f2aca6619.chymera@gentoo \
--to=horea.christ@gmail.com \
--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