Summary: | app-eselect/eselect-cblas-0.1 creates broken symlink /usr/lib64/libcblas.a | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Coacher <itumaykin+gentoo> |
Component: | Current packages | Assignee: | Gentoo Science Related Packages <sci> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Coacher
2013-05-21 19:17:39 UTC
I am experiencing the same issue with eselect-cblas, eselect-blas and eselect-lapack. Note that eselect returns a nonzero exit code when trying to set the blas/cblas/lapack implementation, so it seems like it is itself aware that something went wrong... The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=111f0de1c6a774430837161b1bca64747bb0b58c commit 111f0de1c6a774430837161b1bca64747bb0b58c Author: Mo Zhou <cdluminate@gmail.com> AuthorDate: 2019-06-25 09:05:15 +0000 Commit: Benda Xu <heroxbd@gentoo.org> CommitDate: 2019-06-25 10:57:59 +0000 app-eselect/eselect-{blas,lapack}: new design for BLAS/LAPACK switch. As discussed in the gentoo-dev, it is decided to adopt the runtime switching of BLAS/CBLAS that has been proved by the experience of Debian. The Gentoo libgcc-style ld.so.conf runtime switching has been adopted as well, so as to avoid changing symlinks in /usr ignoring package manager. This design solves all the remaining problems regarding BLAS/LAPACK, thus making alternative-2.eclass (runtime switching of build options) and proposed USE_EXPAND (PYTHON_TARGET like eclass) obsolete. Finally we are at it. Thanks to all for years of ideas, debates and hard work. Reference: https://archives.gentoo.org/gentoo-dev/message/0177fea10e3ee06d85713101d17fc8d6 Closes: https://bugs.gentoo.org/632624 Closes: https://bugs.gentoo.org/470908 Closes: https://bugs.gentoo.org/267691 Closes: https://github.com/gentoo/gentoo/pull/12316 Closes: https://github.com/gentoo/gentoo/pull/12318 Closes: https://github.com/gentoo/sci/pull/835 Closes: https://github.com/gentoo/sci/pull/837 Credit: Dominik Schmidt, TheChymera, kiwifb, lkraav, Alessandro-Barbieri Signed-off-by: Mo Zhou <cdluminate@gmail.com> Signed-off-by: Benda Xu <heroxbd@gentoo.org> app-eselect/eselect-blas/eselect-blas-0.2.ebuild | 28 ++++ app-eselect/eselect-blas/files/blas.eselect-0.2 | 168 +++++++++++++++++++++ app-eselect/eselect-blas/files/blas.eselect.5 | 34 +++-- .../eselect-lapack/eselect-lapack-0.2.ebuild | 27 ++++ .../eselect-lapack/files/lapack.eselect-0.2 | 167 ++++++++++++++++++++ app-eselect/eselect-lapack/files/lapack.eselect.5 | 26 +++- 6 files changed, 434 insertions(+), 16 deletions(-) |