From f960e114a05d66ded8682730e1d984239f242d9f Mon Sep 17 00:00:00 2001 From: Yann Richet Date: Fri, 10 Nov 2023 16:50:04 +0100 Subject: [PATCH] fix R verb --- tools/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/build.sh b/tools/build.sh index 4252906..8056a61 100755 --- a/tools/build.sh +++ b/tools/build.sh @@ -42,7 +42,7 @@ export Fortran_LINK_FLAGS="$(${R_HOME}/bin/R CMD config FLIBS)" echo "----------------------------------------------------------------" echo "Look for HDF5 installation" # Get HDF5 installation if available from R package Rhdf5lib -RHDF5_PATH=$(${R_HOME}/bin/R -e "system.file(package='Rhdf5lib')" | sed -e 's/^\[[0-9]\] "//' | sed -e 's/"$//') +RHDF5_PATH=$(${R_HOME}/bin/R -s -e "system.file(package='Rhdf5lib')" | sed -e 's/^\[[0-9]\] "//' | sed -e 's/"$//') if [ -n "${RHDF5_PATH}" ]; then rm -fr ../../inst/hdf5 mkdir -p ../../inst/hdf5