diff --git a/src/Makevars b/src/Makevars deleted file mode 100644 index 8885aaa..0000000 --- a/src/Makevars +++ /dev/null @@ -1,10 +0,0 @@ -CC = gcc -O2 -Wall - -CXX = g++ -CXX_STD = -std=c++11 -CXXFLAGS = -O2 -Wall -Wreorder -Wno-date-time -Wno-error=format-security -Wno-format -CCACHE_CPP2 = yes - -#LDLIBS = -fopenmp -lgomp -#PKG_LIBS = $(LAPACK_LIBS) $(BLAS_LIBS) $(FLIBS) -PKG_LIBS = $(LAPACK_LIBS) $(BLAS_LIBS) $(FLIBS)