From 1dc7aec34b968a08c1de1a280740734c368a67a7 Mon Sep 17 00:00:00 2001 From: Neurodesk Github Action Runner Date: Fri, 4 Oct 2024 00:23:58 +0000 Subject: [PATCH] try samsrfx with new matlab runtime environment --- recipes/samsrfx/README.md | 2 +- recipes/samsrfx/build.sh | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/recipes/samsrfx/README.md b/recipes/samsrfx/README.md index bd4c3827..9bc90c57 100644 --- a/recipes/samsrfx/README.md +++ b/recipes/samsrfx/README.md @@ -5,7 +5,7 @@ conn standalone with Matlab Compiler Runtime Example: ``` -/opt/samsrfx-0.0.2/samsrf/run_SamSrfX.sh /opt/MCR-2023b/R2023b/ +/opt/samsrfx-toolVersion/samsrf/run_SamSrfX.sh /opt/MCR-2023b/R2023b/ ``` More documentation can be found here: diff --git a/recipes/samsrfx/build.sh b/recipes/samsrfx/build.sh index b48cb50e..486c35ee 100644 --- a/recipes/samsrfx/build.sh +++ b/recipes/samsrfx/build.sh @@ -29,6 +29,8 @@ neurodocker generate ${neurodocker_buildMode} \ --copy README.md /README.md \ > ${toolName}_${toolVersion}.Dockerfile +#note: neurodocker installs a specific update version of the matlab runtime environment - this could cause problems. + if [ "$1" != "" ]; then ./../main_build.sh fi