Gentoo Archives: gentoo-science

From: v_2e@×××.net
To: gentoo-science@l.g.o
Subject: Re: [gentoo-science] [sage-on-gentoo] Sage 7.3 crashes
Date: Tue, 18 Oct 2016 07:43:47
Message-Id: 20161018104335.2a6a14963562a3a6c8463c5c@ukr.net
In Reply to: Re: [gentoo-science] [sage-on-gentoo] Sage 7.3 crashes by "François Bissey"
1 On Tue, 18 Oct 2016 09:11:59 +1300
2 François Bissey <frp.bissey@×××××.com> wrote:
3
4 > ... If you have
5 > "-lreflapack" what blas are you using if not "refblas"?
6 > So does /usr/lib64/libgslcblas.so exist on your system?
7 > Is /usr/lib64/libblas.so a dangling symlink (point to nothing)?
8 >
9 Here is the output:
10
11 $ eselect blas list
12 Available providers for blas:
13 [1] reference *
14
15 $ ls -l /usr/lib64/libgslcblas.so
16 lrwxrwxrwx 1 root root 20 бер 28 2016 /usr/lib64/libgslcblas.so -> libgslcblas.so.0.0.0
17 $ ls -l /usr/lib64/libgslcblas.so.0.0.0
18 -rwxr-xr-x 1 root root 251720 бер 28 2016 /usr/lib64/libgslcblas.so.0.0.0
19
20 $ ls -l /usr/lib64/libblas.so
21 lrwxrwxrwx 1 root root 12 гру 15 2015 /usr/lib64/libblas.so -> libblas.so.3
22 $ ls -l /usr/lib64/libblas.so.3
23 lrwxrwxrwx 1 root root 16 гру 15 2015 /usr/lib64/libblas.so.3 -> libblas.so.3.6.0
24 $ ls -l /usr/lib64/libblas.so.3.6.0
25 -rwxr-xr-x 1 root root 362384 гру 15 2015 /usr/lib64/libblas.so.3.6.0
26
27
28 So both files do exist.
29 As of the GSL, it looks like on my system it is installed from 'science' overlay:
30
31 $ emerge -vp gsl
32 [ebuild R ] sci-libs/gsl-2.1:0/19::science USE="-cblas-external -int64 -static-libs" ABI_X86="(64) -32" 0 KiB
33
34 Should I install the GSL from the main Portage tree instead?
35 Vladimir
36 -----
37 <v_2e@×××.net>

Replies

Subject Author
Re: [gentoo-science] [sage-on-gentoo] Sage 7.3 crashes "François Bissey" <frp.bissey@×××××.com>