Closed mverkerk closed 2 years ago
Hi @mverkerk, Great to know! Thanks for letting us know! Would you like to push a request with the improvements you made? If so, please feel free to do that. If not it's ok, I can incorporate them into the code.
Thanks, Wei
Hi @mverkerk, We have add it to the updated version 1.0.1.
Thanks, Wei
Not sure where ${LAPACK_LIBS} should be defined ( looking at src/Makevars ), but adding
" -L../lib64 -llapack " to:
PKG_LIBS = $(ZLIB_LIB) $(LAPACK_LIBS) $(BLAS_LIBS) $(FLIBS) -L../thirdParty/cget/lib/ -L../thirdParty/cget/lib64/ -lsuperlu -lzstd -L ../lib64 -llapack
Makes the compile work out on Centos 8 out of the box.