Skip to content

Commit

Permalink
no need to install extra packages anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
truib committed Aug 8, 2024
1 parent 16eadc5 commit d622bdc
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions EESSI-install-software.sh
Original file line number Diff line number Diff line change
Expand Up @@ -249,12 +249,6 @@ if command_exists "nvidia-smi"; then
${EESSI_PREFIX}/scripts/gpu_support/nvidia/link_nvidia_host_libraries.sh
fi

# Install extra software that is needed (e.g., for providing a custom ctypes
# library when needed)
#cd ${TOPDIR}/scripts/extra
#./install_extra_packages.sh --temp-dir /tmp/temp --easystack eessi-2023.06-extra-packages.yml
#cd ${TOPDIR}

# use PR patch file to determine in which easystack files stuff was added
changed_easystacks=$(cat ${pr_diff} | grep '^+++' | cut -f2 -d' ' | sed 's@^[a-z]/@@g' | grep '^easystacks/.*yml$' | egrep -v 'known-issues|missing')
if [ -z "${changed_easystacks}" ]; then
Expand Down

0 comments on commit d622bdc

Please sign in to comment.