From 85bff410429c484b69a5fc9dfa9184defc577e61 Mon Sep 17 00:00:00 2001 From: Colin Rundel Date: Wed, 2 Aug 2023 17:06:41 -0400 Subject: [PATCH] Revert --- test/test-r.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/test/test-r.sh b/test/test-r.sh index 8e2e0df..bd376dd 100755 --- a/test/test-r.sh +++ b/test/test-r.sh @@ -14,8 +14,5 @@ $("${R_HOME}/bin/R" CMD config FC) --version # List shared library dependencies (e.g. BLAS/LAPACK) LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${R_HOME}/lib ldd "${R_HOME}/lib/libR.so" -LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${R_HOME}/lib ldd "${R_HOME}/lib/libRblas.so" - -ls -la "${R_HOME}/lib/" DIR=$SCRIPT_DIR "${R_HOME}/bin/Rscript" "${SCRIPT_DIR}/test.R"