diff options
author | 2014-10-14 11:47:24 +1100 | |
---|---|---|
committer | 2014-10-14 11:47:24 +1100 | |
commit | e393287c71ac919b3a99f0f53acc398e6abaf1e8 (patch) | |
tree | 986950059bea430ccdec23e37f37dd52f5237f98 /sci-libs/xblas | |
parent | Specify the xblas library location to cmake - sci-libs/lapack-reference-9999:... (diff) | |
download | sci-e393287c71ac919b3a99f0f53acc398e6abaf1e8.tar.gz sci-e393287c71ac919b3a99f0f53acc398e6abaf1e8.tar.bz2 sci-e393287c71ac919b3a99f0f53acc398e6abaf1e8.zip |
Thanks to tamiko for testing and the fix to the problem: sci-libs/xblas is missing sys-devel/m4 as build time dependency (at least the configure script checks for it and barfs).
Diffstat (limited to 'sci-libs/xblas')
-rw-r--r-- | sci-libs/xblas/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/xblas/xblas-1.0.248-r1.ebuild | 3 |
2 files changed, 7 insertions, 1 deletions
diff --git a/sci-libs/xblas/ChangeLog b/sci-libs/xblas/ChangeLog index 89c3d1506..8e872890c 100644 --- a/sci-libs/xblas/ChangeLog +++ b/sci-libs/xblas/ChangeLog @@ -2,6 +2,11 @@ # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 14 Oct 2014; Mark Wright <gienah@gentoo.org> xblas-1.0.248-r1.ebuild: + Thanks to tamiko for testing and the fix to the problem: sci-libs/xblas is + missing sys-devel/m4 as build time dependency (at least the configure script + checks for it and barfs). + *xblas-1.0.248-r1 (13 Oct 2014) 13 Oct 2014; Mark Wright <gienah@gentoo.org> +xblas-1.0.248-r1.ebuild, diff --git a/sci-libs/xblas/xblas-1.0.248-r1.ebuild b/sci-libs/xblas/xblas-1.0.248-r1.ebuild index 1c012658f..f703b3274 100644 --- a/sci-libs/xblas/xblas-1.0.248-r1.ebuild +++ b/sci-libs/xblas/xblas-1.0.248-r1.ebuild @@ -17,7 +17,8 @@ KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="doc fortran int64 static-libs" RDEPEND="fortran? ( virtual/fortran )" -DEPEND="${RDEPEND}" +DEPEND="${RDEPEND} + sys-devel/m4" static_to_shared() { local libstatic=${1}; shift |