Skip to content

Commit

Permalink
Merge pull request #25786 from loganharbour/app_remove_packages
Browse files Browse the repository at this point in the history
  • Loading branch information
loganharbour authored Oct 21, 2023
2 parents 1a588bd + b3e157c commit bdad35f
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions apptainer/app.def
Original file line number Diff line number Diff line change
Expand Up @@ -101,12 +101,6 @@ From: {{ APPTAINER_FROM }}
export MOOSE_DIR=${MOOSE_DIR_REAL}
fi

{%- if MOOSE_SKIP_DOCS is not defined %}
# These are needed for documentation and will be removed later
EXTRA_DOC_PACKAGES="livereload pybtex beautifulsoup4"
mamba install -yq $EXTRA_DOC_PACKAGES
{%- endif %}

{%- if EXTRA_MAMBA_PACKAGES is defined %}
# Install extra mamba packages
mamba install -yq {{ EXTRA_MAMBA_PACKAGES }}
Expand Down Expand Up @@ -158,11 +152,6 @@ From: {{ APPTAINER_FROM }}
# Fix permissions for installed application
chmod -R o=u-w,g=u-w ${MOOSE_PREFIX}

{%- if MOOSE_SKIP_DOCS is not defined %}
# Remove the packages that were for only documentation
mamba uninstall -yq ${EXTRA_DOC_PACKAGES}
{%- endif %}

{%- if BINARY_NAME == 'moose-combined' %}
# Create moose-opt symlink to combined-opt
cd /opt/moose/bin
Expand Down

0 comments on commit bdad35f

Please sign in to comment.