Я пытаюсь установить CBLAS на Debian 13 и, насколько я вижу, следую инструкциям в файле README, который находится в папке. Когда я делаю «сделать все», я получаю следующие ошибки, которые я просто не понимаю:
Почему я получаю сообщение «не удалось найти библиотеку CBLAS»
END OF TESTS
make[1]: Lämnar katalogen ”/home/iornet/OpenBLAS-0.3.30/ctest”
OpenBLAS build complete. (BLAS CBLAS LAPACK LAPACKE)
OS ... Linux
Architecture ... x86_64
BINARY ... 64bit
C compiler ... GCC (cmd & version : cc (Debian 14.2.0-19) 14.2.0)
Fortran compiler ... GFORTRAN (cmd & version : GNU Fortran (Debian 14.2.0-19) 14.2.0)
Library Name ... libopenblas_haswellp-r0.3.30.a (Multi-threading; Max num-threads is 12)
To install the library, you can run "make PREFIX=/path/to/your/installation install".
Note that any flags passed to make during build should also be passed to make install
to circumvent any install errors.
iornet@debian:~/OpenBLAS-0.3.30$ make PREFIX=/home/iornet/OpenBLAS-0.3.30/
install
make -f Makefile.install install
make[1]: Går till katalogen ”/home/iornet/OpenBLAS-0.3.30”
Generating openblas_config.h in /home/iornet/OpenBLAS-0.3.30//include
Generating f77blas.h in /home/iornet/OpenBLAS-0.3.30//include
Generating cblas.h in /home/iornet/OpenBLAS-0.3.30//include
Copying LAPACKE header files to /home/iornet/OpenBLAS-0.3.30//include
Copying the static library to /home/iornet/OpenBLAS-0.3.30//lib
Copying the shared library to /home/iornet/OpenBLAS-0.3.30//lib
PKGFILE="/home/iornet/OpenBLAS-0.3.30//lib/pkgconfig/openblas.pc"
Generating openblas.pc in /home/iornet/OpenBLAS-0.3.30//lib/pkgconfig
Generating OpenBLASConfig.cmake in /home/iornet/OpenBLAS-0.3.30//lib/cmake/openblas
add_library(OpenBLAS::OpenBLAS SHARED IMPORTED)
target_include_directories(OpenBLAS::OpenBLAS INTERFACE ${OpenBLAS_INCLUDE_DIRS})
Generating OpenBLASConfigVersion.cmake in /home/iornet/OpenBLAS-0.3.30//lib/cmake/openblas
Install OK!
make[1]: Lämnar katalogen ”/home/iornet/OpenBLAS-0.3.30”
iornet@debian:~/OpenBLAS-0.3.30$
cd /home/ior/ior-autotools/
iornet@debian:~/ior-autotools$
./configure --prefix=/fs/ess/PYS1168/iornet/ --enable-mpi
configure: error: could not find CBLAS library
Подробнее здесь: https://stackoverflow.com/questions/798 ... las-0-3-30