Remove -lblas -llapack

This commit is contained in:
Cory Balaton 2023-10-24 15:56:07 +02:00
parent 82bbd1c2f4
commit 5c44103471
No known key found for this signature in database
GPG Key ID: 3E5FCEBFD80F432B

View File

@ -8,7 +8,8 @@ CLASSOBJS=$(CLASSSRCS:.cpp=.o)
INCLUDE=../include INCLUDE=../include
CFLAGS=-Wall -larmadillo -lblas -llapack -std=c++11 -O3 -fomit-frame-pointer CFLAGS=-Wall -larmadillo -std=c++11 -O3 -fomit-frame-pointer
#CFLAGS=-Wall -larmadillo -lblas -llapack -std=c++11 -O3 -fomit-frame-pointer
OPENMP=-fopenmp OPENMP=-fopenmp
# Add a debug flag when compiling (For the DEBUG macro in utils.hpp) # Add a debug flag when compiling (For the DEBUG macro in utils.hpp)