From: "Jakov Smolić" <jakov.smolic@sartura.hr>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/jellyfish/
Date: Sun, 6 Jun 2021 00:38:08 +0000 (UTC) [thread overview]
Message-ID: <1622939534.53e334d850765ddcf72f8a7316b93c337bcaee45.jakov.smolic@gentoo> (raw)
commit: 53e334d850765ddcf72f8a7316b93c337bcaee45
Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
AuthorDate: Sun Jun 6 00:31:52 2021 +0000
Commit: Jakov Smolić <jakov.smolic <AT> sartura <DOT> hr>
CommitDate: Sun Jun 6 00:32:14 2021 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=53e334d8
sci-biology/jellyfish: Call econf in src_configure in 1.1.12
Closes: https://bugs.gentoo.org/755752
Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
sci-biology/jellyfish/jellyfish-1.1.12.ebuild | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
diff --git a/sci-biology/jellyfish/jellyfish-1.1.12.ebuild b/sci-biology/jellyfish/jellyfish-1.1.12.ebuild
index f7b7e1d29..15a2d7bca 100644
--- a/sci-biology/jellyfish/jellyfish-1.1.12.ebuild
+++ b/sci-biology/jellyfish/jellyfish-1.1.12.ebuild
@@ -18,21 +18,18 @@ SLOT="1"
KEYWORDS="~amd64 ~x86"
IUSE="cpu_flags_x86_sse"
-DEPEND=""
-DEPEND="${RDEPEND}"
BDEPEND="virtual/pkgconfig"
-src_prepare(){
+src_configure() {
# --with-sse enable SSE
# --with-half enable half float (16 bits)
# --with-int128 enable int128
local myconf
use cpu_flags_x86_sse && myconf+=( --with-sse )
econf ${myconf[@]}
- eapply_user
}
-src_install(){
+src_install() {
default
# install the binary under jellyfish1 name like Debian/Ubuntu to avoid name clash with jellyfish2 and allow simultaneous installs
mv "${ED}"/usr/bin/jellyfish "${ED}"/usr/bin/jellyfish1 || die
next reply other threads:[~2021-06-06 0:38 UTC|newest]
Thread overview: 29+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-06-06 0:38 Jakov Smolić [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-04-20 4:11 [gentoo-commits] proj/sci:master commit in: sci-biology/jellyfish/ Horea Christian
2023-04-20 4:11 Horea Christian
2023-04-20 4:11 Horea Christian
2022-01-14 10:10 Andrew Ammerlaan
2021-03-06 11:34 Andrew Ammerlaan
2021-03-06 11:34 Andrew Ammerlaan
2019-07-18 16:10 Martin Mokrejs
2018-09-11 11:21 Martin Mokrejs
2018-05-01 22:13 Martin Mokrejs
2018-04-23 19:13 Martin Mokrejs
2018-04-21 19:43 Martin Mokrejs
2017-11-21 16:09 Martin Mokrejs
2017-05-15 15:56 Martin Mokrejs
2017-05-15 14:21 Martin Mokrejs
2017-05-15 14:17 Martin Mokrejs
2016-12-09 16:24 Martin Mokrejs
2016-03-06 19:44 Justin Lecher
2015-11-13 19:11 Martin Mokrejs
2015-05-04 14:45 Justin Lecher
2015-04-30 22:02 Martin Mokrejs
2015-04-30 21:29 Martin Mokrejs
2015-04-30 21:28 Martin Mokrejs
2015-04-30 20:32 Martin Mokrejs
2015-04-30 10:11 Martin Mokrejs
2015-03-31 22:34 Martin Mokrejs
2015-03-31 19:50 Martin Mokrejs
2015-01-07 21:43 Martin Mokrejs
2014-07-02 23:15 Martin Mokrejs
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=1622939534.53e334d850765ddcf72f8a7316b93c337bcaee45.jakov.smolic@gentoo \
--to=jakov.smolic@sartura.hr \
--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