Skip to content

Commit

Permalink
Update Singularity download URL
Browse files Browse the repository at this point in the history
Singularity has been moved to github.com/apptainer.
  • Loading branch information
luator committed Jan 12, 2022
1 parent ed38c4b commit ac519c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ ${BUILD_DIR}/go: | ${BUILD_DIR}


${BUILD_DIR}/${SINGULARITY_TAR_FILE}:
cd ${BUILD_DIR}; wget "https://github.com/hpcng/singularity/releases/download/v${SINGULARITY_VERSION}/${SINGULARITY_TAR_FILE}"
cd ${BUILD_DIR}; wget "https://github.com/apptainer/singularity/releases/download/v${SINGULARITY_VERSION}/${SINGULARITY_TAR_FILE}"


${BUILD_DIR}/singularity: ${BUILD_DIR}/go ${BUILD_DIR}/${SINGULARITY_TAR_FILE}
Expand Down

0 comments on commit ac519c0

Please sign in to comment.