public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Martin Mokrejs" <mmokrejs@fold.natur.cuni.cz>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/minimap2/
Date: Tue, 30 Nov 2021 11:54:42 +0000 (UTC)	[thread overview]
Message-ID: <1638273266.6def45a03309ee5cee96b1b4988ab8c874d4f6df.mmokrejs@gentoo> (raw)

commit:     6def45a03309ee5cee96b1b4988ab8c874d4f6df
Author:     Martin Mokrejs <mmokrejs <AT> gmail <DOT> com>
AuthorDate: Tue Nov 30 11:54:26 2021 +0000
Commit:     Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
CommitDate: Tue Nov 30 11:54:26 2021 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=6def45a0

sci-biology/minimap2: version bump

Respect CFLAGS although the Makefile compiles different routines
for SSE4.1 processors. The options appear later on the commandline
so should override eventual CFLAGS -mtune and -march values.

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Martin Mokrejs <mmokrejs <AT> gmail.com>

 .../minimap2/{minimap2-2.17.ebuild => minimap2-2.23.ebuild}        | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/sci-biology/minimap2/minimap2-2.17.ebuild b/sci-biology/minimap2/minimap2-2.23.ebuild
similarity index 76%
rename from sci-biology/minimap2/minimap2-2.17.ebuild
rename to sci-biology/minimap2/minimap2-2.23.ebuild
index e4f51e1d9..9f335e99c 100644
--- a/sci-biology/minimap2/minimap2-2.17.ebuild
+++ b/sci-biology/minimap2/minimap2-2.23.ebuild
@@ -3,6 +3,8 @@
 
 EAPI=7
 
+inherit toolchain-funcs
+
 DESCRIPTION="splice-aware sequence aligner"
 HOMEPAGE="https://github.com/lh3/minimap2"
 SRC_URI="https://github.com/lh3/${PN}/releases/download/v${PV}/${P}.tar.bz2"
@@ -15,6 +17,11 @@ DEPEND=""
 RDEPEND="${DEPEND}"
 BDEPEND=""
 
+src_prepare(){
+	sed -e 's/-O2 //' -e 's/^CFLAGS=/CFLAGS+=/' -i Makefile || die
+	eapply_user
+}
+
 src_install(){
 	dobin "${PN}"
 }


             reply	other threads:[~2021-11-30 11:54 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-30 11:54 Martin Mokrejs [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-03-22 20:14 [gentoo-commits] proj/sci:master commit in: sci-biology/minimap2/ Horea Christian
2022-01-15 13:05 Andrew Ammerlaan
2021-11-30 12:41 Martin Mokrejs
2021-03-18 19:53 Andrew Ammerlaan
2021-03-17 18:19 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=1638273266.6def45a03309ee5cee96b1b4988ab8c874d4f6df.mmokrejs@gentoo \
    --to=mmokrejs@fold.natur.cuni.cz \
    --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