aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgienah <gienah@gentoo.org>2014-10-13 21:14:04 +1100
committergienah <gienah@gentoo.org>2014-10-13 21:14:04 +1100
commit374cd76846cd1bfcaa3821ce56d747b0d671e00e (patch)
treeaef343337686751b4170f0cdbccadefe2a59d2ea /sci-libs/lapack-reference/ChangeLog
parentRefactor openblas to use the fortran-int64.eclass. Move the virtuals from RDE... (diff)
downloadsci-374cd76846cd1bfcaa3821ce56d747b0d671e00e.tar.gz
sci-374cd76846cd1bfcaa3821ce56d747b0d671e00e.tar.bz2
sci-374cd76846cd1bfcaa3821ce56d747b0d671e00e.zip
Refactor to lapack-reference use the fortran-int64.eclass. Add the virtual to PDEPEND. Call fortran-int64_ensure_blas to check the blas pkg-config file is available, and the blas-int64 pkg-config file if the int64 USE flag is specified. Remove the sed -e /export/s:lapack::g line for CMakeLists.txt, as I do not wish to change this line: "export(TARGETS ${ALL_TARGETS} FILE lapack-targets.cmake)". Change the addition of the xblas library to the Requires of the pkg-config file to allow for using an int64 build of xblas, by renaming BLAS_PROFNAME to BLAS_REQUIRES then including xblas in the -DBLAS_REQUIRES in src_configure. Try to fix https://github.com/gentoo-science/sci/issues/275 and Bug 524830 - sci-libs/arpack - configure: ld: cannot find -llapack_rs6k by calculating the blas pkg-config file to add to the Requires - needs testing.
Diffstat (limited to 'sci-libs/lapack-reference/ChangeLog')
-rw-r--r--sci-libs/lapack-reference/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/sci-libs/lapack-reference/ChangeLog b/sci-libs/lapack-reference/ChangeLog
index d50e3cc4c..4fcbb7b81 100644
--- a/sci-libs/lapack-reference/ChangeLog
+++ b/sci-libs/lapack-reference/ChangeLog
@@ -2,6 +2,20 @@
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/sci-libs/lapack-reference/ChangeLog,v 1.51 2010/10/02 20:49:51 grobian Exp $
+ 13 Oct 2014; Mark Wright <gienah@gentoo.org> lapack-reference-9999.ebuild:
+ Refactor to lapack-reference use the fortran-int64.eclass. Add the virtual to
+ PDEPEND. Call fortran-int64_ensure_blas to check the blas pkg-config file is
+ available, and the blas-int64 pkg-config file if the int64 USE flag is
+ specified. Remove the sed -e /export/s:lapack::g line for CMakeLists.txt, as
+ I do not wish to change this line: "export(TARGETS ${ALL_TARGETS} FILE
+ lapack-targets.cmake)". Change the addition of the xblas library to the
+ Requires of the pkg-config file to allow for using an int64 build of xblas,
+ by renaming BLAS_PROFNAME to BLAS_REQUIRES then including xblas in the
+ -DBLAS_REQUIRES in src_configure. Try to fix
+ https://github.com/gentoo-science/sci/issues/275 and Bug 524830 -
+ sci-libs/arpack - configure: ld: cannot find -llapack_rs6k by calculating the
+ blas pkg-config file to add to the Requires - needs testing.
+
08 Oct 2014; Honza Macháček <Hloupy.Honza@centrum.cz>
lapack-reference-9999.ebuild:
The circular dependency on virtual/lapack removed.