Skip to content

Commit

Permalink
build: salem comment for mfext profile only (#1968)
Browse files Browse the repository at this point in the history
  • Loading branch information
thebaptiste authored Nov 4, 2024
1 parent 022369c commit f4307a6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions adm/templates/profile
Original file line number Diff line number Diff line change
Expand Up @@ -202,9 +202,11 @@ fi
export LOGPROXY_LOG_DIRECTORY="${MFMODULE_RUNTIME_HOME}/log"
{% endif %}

{% if MFMODULE == "MFEXT" %}
# For salem users not allowed to get salem-sample-data file from internet, you can execute (once only) the following two commented lines
# mkdir -p "${HOME}/.salem_cache"
# ln -s "${MFEXT_HOME}/opt/python3_scientific/share/salem/salem-sample-data-57e6d694aa470b967336f5ca2d4fc743c5c8efd6.zip" "${HOME}/.salem_cache/salem-sample-data-57e6d694aa470b967336f5ca2d4fc743c5c8efd6.zip"
{% endif %}

# A little kind of magic to deal with [log]/json_file=AUTO
if test "{% raw %}${{% endraw %}{{MFMODULE}}_LOG_JSON_FILE{% raw %}:-}{% endraw %}" = "AUTO"; then
Expand Down

0 comments on commit f4307a6

Please sign in to comment.