First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 83849
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo Science Related Packages <sci@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Brian Olsen <bolsen@pixxures.com>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 83849 depends on: Show dependency tree
Bug 83849 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2005-03-02 09:57 0000
I'm trying to get the ATLAS lapack compiled and set for use on my system.
Of couse I have to get the blas set up properly first.
ACCEPT_KEYWORDS="~x86"

Reproducible: Always
Steps to Reproduce:
gibbons ~ # blas-config  -p

Current profiles:
F77 BLAS: /usr/lib/blas/f77-reference
C BLAS: /usr/lib/blas/c-threaded-ATLAS

gibbons ~ # blas-config  -l

Available C profiles:
[1] ATLAS
[2] threaded-ATLAS

Available F77 profiles:
[1] ATLAS
[2] reference
[3] threaded-ATLAS

gibbons ~ # blas-config  -c 1
 * /usr/bin/blas-config: 1 is not a valid profile!
gibbons ~ # blas-config  -c 2
 * /usr/bin/blas-config: 2 is not a valid profile!
gibbons ~ # blas-config  -f 1
 * /usr/bin/blas-config: 1 is not a valid profile!
gibbons ~ # blas-config  -f 2
 * /usr/bin/blas-config: 2 is not a valid profile!
gibbons ~ # blas-config  -p  

Current profiles:
F77 BLAS: /usr/lib/blas/f77-reference
C BLAS: /usr/lib/blas/c-threaded-ATLAS

Actual Results:  
not sure

Expected Results:  
allow me to switch my blas profile

------- Comment #1 From Brian Olsen 2005-03-02 11:23:23 0000 -------
Ahh...first recognition...
Other "*-config" gentoo scripts allow the number of the option to be specified."

Deal with this as you see fit, adding to the blas-config help is minimally sufficient.

Second, the c-threaded-ATLAS script has an error:

ln -sf blas/threaded-atlas/libcblas.so.0 /usr/${MY_LIBDIR}/libcblas.a"

should be changed to:

ln -sf blas/threaded-atlas/libcblas.so.0 /usr/${MY_LIBDIR}/libcblas.a

------- Comment #2 From Danny van Dyk (RETIRED) 2005-03-30 15:29:15 0000 -------
a) blas-config doesn't support that atm. And i don't think it ever will. I'll
think about implementing it in blas-config's successor, the blas module of
eclectic.

b) the c-threaded-ATLAS file has been fixed.

Reolved as FIXED

First Last Prev Next    No search results available      Search page      Enter new bug