mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
sci-biology/bowtie: Respect CXX
Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher <jlec@gentoo.org>
This commit is contained in:
@@ -37,6 +37,7 @@ src_compile() {
|
||||
emake \
|
||||
CC="$(tc-getCC)" \
|
||||
CPP="$(tc-getCXX)" \
|
||||
CXX="$(tc-getCXX)" \
|
||||
CFLAGS="" \
|
||||
CXXFLAGS="" \
|
||||
EXTRA_FLAGS="${LDFLAGS}" \
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<remote-id type="sourceforge">bowtie-bio</remote-id>
|
||||
</upstream>
|
||||
<use>
|
||||
<flag name='tbb'>Enables building bowtie with the Intel
|
||||
<flag name="tbb">Enables building bowtie with the Intel
|
||||
Threading Building Blocks from <pkg>dev-cpp/tbb</pkg>. This
|
||||
flag is recommended.</flag>
|
||||
</use>
|
||||
|
||||
Reference in New Issue
Block a user