Skip to content

Commit

Permalink
add mesa
Browse files Browse the repository at this point in the history
  • Loading branch information
stebo85 committed Sep 19, 2024
1 parent e9b2dec commit 9997b0b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions recipes/samsrfx/README.md
Original file line number Diff line number Diff line change
@@ -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

----------------------------------
2 changes: 1 addition & 1 deletion recipes/samsrfx/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 9997b0b

Please sign in to comment.