From 9997b0bf3f79e33cded9968cf143f38d853934ba Mon Sep 17 00:00:00 2001 From: Steffen Bollmann Date: Thu, 19 Sep 2024 06:37:12 +0000 Subject: [PATCH] add mesa --- recipes/samsrfx/README.md | 6 +++--- recipes/samsrfx/build.sh | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/recipes/samsrfx/README.md b/recipes/samsrfx/README.md index c7e7ebea..94a5979e 100644 --- a/recipes/samsrfx/README.md +++ b/recipes/samsrfx/README.md @@ -1,15 +1,15 @@ ---------------------------------- -## samsrfx/0.0.1 ## +## samsrfx/toolVersion ## conn standalone with Matlab Compiler Runtime Example: ``` -./opt/samsrfx-0.0.1/run_SamSrfX.sh /opt/MCR-2023b/R2023b/ +/opt/samsrfx-toolVersion/run_SamSrfX.sh /opt/MCR-2023b/R2023b/ ``` More documentation can be found here: -To run container outside of this environment: ml samsrfx/0.0.1 +To run container outside of this environment: ml samsrfx/toolVersion ---------------------------------- diff --git a/recipes/samsrfx/build.sh b/recipes/samsrfx/build.sh index d6699f9c..ceee06f7 100644 --- a/recipes/samsrfx/build.sh +++ b/recipes/samsrfx/build.sh @@ -19,7 +19,7 @@ neurodocker generate ${neurodocker_buildMode} \ --run="mkdir -p ${mountPointList}" \ --matlabmcr version=2023b method=binaries \ --workdir /opt/${toolName}-${toolVersion}/ \ - --install wget openjdk-8-jre \ + --install wget openjdk-8-jre dbus-x11 libglu1-mesa \ --run="wget --no-check-certificate --progress=bar:force -P /opt/${toolName}-${toolVersion}/ https://object-store.rc.nectar.org.au/v1/AUTH_dead991e1fa847e3afcca2d3a7041f5d/build/SamSrfX.zip \ && unzip -q SamSrfX.zip -d /opt/${toolName}-${toolVersion}/ \ && chmod a+x /opt/${toolName}-${toolVersion}/run_SamSrfX.sh \