Skip to content

Commit

Permalink
Add LAPACK libraries to link-path.
Browse files Browse the repository at this point in the history
  • Loading branch information
Venelin Mitov committed Nov 18, 2018
1 parent fd6f39e commit dace611
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Makevars
Expand Up @@ -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

0 comments on commit dace611

Please sign in to comment.