-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
Labels
Bug in other softwareCompiler, Virtual Machine, etc. bug affecting OpenBLASCompiler, Virtual Machine, etc. bug affecting OpenBLAS
Description
The MAGMA project, which provides heterogenous BLAS capabilities, wants to link against a backing BLAS library. Attempting to use OpenBLAS results in errors because symbols such as zqpt01 are not exported from the shared library. Digging into the CMakeLists.txt and Makefiles within lapack-netlib/TESTING/LIN, it looks like these symbols are only linked into the actual testing executables (e.g. xlintst*) and not into libopenblas. Is this intentional? I have no idea of the "standard" BLAS symbol space, but if MAGMA is expecting to find zqpt01 within its BLAS/LAPACK library, it seems to me that perhaps these symbols should be included within the overall library.
Metadata
Metadata
Assignees
Labels
Bug in other softwareCompiler, Virtual Machine, etc. bug affecting OpenBLASCompiler, Virtual Machine, etc. bug affecting OpenBLAS