diff --git a/src/Makevars b/src/Makevars index 7104456..def58d2 100644 --- a/src/Makevars +++ b/src/Makevars @@ -59,8 +59,7 @@ # should support OpenMP, i.e. it should include the appropriate OpenMP headers, # and the openmp shared library binaries in its distribution (see above comments). PKG_CXXFLAGS=$(SHLIB_OPENMP_CXXFLAGS) -#PKG_CFLAGS=$(SHLIB_OPENMP_CFLAGS) -PKG_LIBS=$(SHLIB_OPENMP_CXXFLAGS) +PKG_LIBS=$(SHLIB_OPENMP_CXXFLAGS) $(LAPACK_LIBS) $(BLAS_LIBS) $(FLIBS) # this seems to disable overwriting the default C++ compiler in the global Makevars file. CXX_STD = CXX11