Link openblas

This commit is contained in:
2024-02-19 11:41:47 -05:00
parent 97a127a8db
commit 63e983b460
2 changed files with 2 additions and 1 deletions

View File

@ -30,7 +30,7 @@ LD=$(CC)
#INCLUDES =
#LIBDIRS =
LIBS = -lm -lfftw3 -lfftw3_threads
LIBS = -lm -lfftw3 -lfftw3_threads -lopenblas_64
override LDFLAGS +=$(LIBDIRS)$(LIBS)