-
It looks like cytnx assumes that LAPACKE will be available with OpenBLAS. While OpenBLAS does include LAPACKE bindings, it appears that Ubuntu doesn't include lapacke in libopenblas.so, and instead t…
-
Hello,
line 322 of CMakeList.txt breaks BALS detection https://github.com/veg/hyphy/blob/cc6eee3faf4d9fb612e2b4daa04e81723fe3b599/CMakeLists.txt#L322
see.
NB only loaded blas related modul…
-
I am not able to install llama-cpp-python using
https://github.com/abetlen/llama-cpp-python?tab=readme-ov-file#installation-configuration
`set CMAKE_ARGS="-DGGML_BLAS=ON -DGGML_BLAS_VENDOR=Open…
-
Blas is accelerated by compiling GGML provided, so in the llama.cpp/ggml/src/CMakeLists.txt file ,
Refer to GGML_BLAS:
```
if (GGML_BLAS)
# omit
set(GGML_HEADERS_BLAS .. /include/ggml-blas.…
-
Please add support for discovering BLAS and LAPACK libraries through cmake mechanisms.
We use Flexiblas and this is supported through `-DBLA_VENDOR` (https://cmake.org/cmake/help/latest/module/Find…
-
I have a problem that has been bothering me for a long time.
The problem occurs when building OpenCAEporo,I modify mpi-build-petsc.sh as follows
```
#!/bin/bash
# source /es01/paratera/paras…
-
Intel mkl based libraries for fftw Blas and scalapack are not tested.
See https://github.com/spack/spack/issues/44904
-
Hi @aarondotter,
New user, and I have an installation issue I've hit on both MacOS (15.0.1) and Linux (Ubuntu 24.10) with MESA 24.08.1 and mesa SDK 24.7.1. After running the ./mk we see:
gfortr…
-
Currently the default value for USE_MKL is ON. If a user would like to use OpenBLAS but forget to define -DUSE_MKL=OFF, the only error message use gets is `Could NOT find BLAS (missing: BLAS_LIBRARIES…
-
Any idea why it does not respect disabling MPICH?
```
---> Configuring strumpack
(using ccache)
Executing: cd "/opt/local/var/macports/build/_opt_svacchanda_SonomaPorts_math_strumpack/st…