Bug 1088256
Summary: | Add 64-bit (ILP64) interface library | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Milan Bouchet-Valat <nalimilan> |
Component: | openblas | Assignee: | Susi Lehtola <susi.lehtola> |
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | rawhide | CC: | orion, r.szalai, susi.lehtola |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | openblas-0.2.9-1.fc20 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2014-07-03 04:10:03 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Milan Bouchet-Valat
2014-04-16 10:21:39 UTC
I'll see about this when 0.2.9 comes out. Great! Work is underway in bug #1043083. This will only hit Rawhide, though, because OpenBLAS 0.2.9 needs lapacke version 1.5.0.. and also some object files that haven't been packaged yet. openblas-0.2.9-1.fc20 has been submitted as an update for Fedora 20. https://admin.fedoraproject.org/updates/FEDORA-2014-7637/openblas-0.2.9-1.fc20 openblas-0.2.9-1.fc20 has been pushed to the Fedora 20 stable repository. If problems still persist, please make note of it in this bug report. So, this doesn't work with julia, we get: while loading /builddir/build/BUILD/julia-0.4.2/test/fft.jl, in expression starting on line 50On worker 29: LoadError: test error in expression: norm(idct(dct(a)) - a) < 1.0e-8 ccall: could not find function zgesdd_64_ in library libopenblasp64_.so.0 This is because openblas doesn't implement all of the BLAS/LAPACK functions itself and so some come from the netlib lapack. I've filed bug #1295965 to try to get similar symbols in netlib lapack. |