mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
sci-mathematics/jags: make sure elibtoolize is applied
Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit toolchain-funcs
|
||||
inherit libtool toolchain-funcs
|
||||
|
||||
MYP="JAGS-${PV}"
|
||||
|
||||
@@ -31,6 +31,11 @@ BDEPEND="
|
||||
)
|
||||
"
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
elibtoolize
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
econf \
|
||||
--with-blas="$($(tc-getPKG_CONFIG) --libs blas)" \
|
||||
|
||||
Reference in New Issue
Block a user