We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ce13a7 commit 0dbfe99Copy full SHA for 0dbfe99
com.oracle.truffle.r.native/gnur/Makefile.libs
@@ -41,7 +41,7 @@ LAPACK_SOURCE ?= $(BLAS_LAPACK_DIR)/libRlapack$(DYLIB_EXT)
41
BLAS_TARGET := $(FASTR_LIB_DIR)/libRblas$(DYLIB_EXT)
42
LAPACK_TARGET := $(FASTR_LIB_DIR)/libRlapack$(DYLIB_EXT)
43
44
-# at a minimum we need to know where libpcre/libz/libgfortran/libquadmath are located,
+# at a minimum we need to know where libpcre/libgfortran/libquadmath are located,
45
# to keep the Java side simpler, we (may) copy them to $(FASTR_LIB_DIR) unless
46
# they were found in the standard system locations
47
ifdef FASTR_RELEASE
0 commit comments