Fix OpenBLAS build for target generic

This commit is contained in:
Matthias Krack 2023-07-12 16:58:38 +02:00
parent ed124d905f
commit 11d6cc074d

View file

@ -98,6 +98,7 @@ case "${with_openblas}" in
)
make -j $(get_nprocs) \
MAKE_NB_JOBS=0 \
TARGET=${TARGET} \
NUM_THREADS=64 \
USE_THREAD=1 \
USE_OPENMP=1 \