Skip to content

Commit

Permalink
Merge commit 'a5ab00fe735c2e2414fa57d937b312e709fa8931'
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jan 31, 2025
2 parents 405b62e + a5ab00f commit 15a1c43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions neurodesk/transparent-singularity/manual_module_files/matlab
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Append custom license paths so that a license can be stored outside the container
if { [info exists env(HOME)] } {
set additional_bind_paths "$env(HOME):/home/matlab/.matlab/RtoolVersion_licenses,$env(HOME):/opt/matlab/RtoolVersion/licenses"
set additional_bind_paths "$env(HOME):/opt/matlab/RtoolVersion/licenses"
}

if { ![info exists env(HOME)] } {
set additional_bind_paths "/tmp:/home/matlab/.matlab/RtoolVersion_licenses,/tmp:/opt/matlab/RtoolVersion/licenses"
set additional_bind_paths "/tmp:/opt/matlab/RtoolVersion/licenses"
}

if { [info exists env(SINGULARITY_BINDPATH)] } {
Expand Down

0 comments on commit 15a1c43

Please sign in to comment.