We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f0c3855 + e7afc7a commit b0f54e4Copy full SHA for b0f54e4
easybuild/scripts/install_eb_dep.sh
@@ -16,6 +16,8 @@ PKG_VERSION="${PKG##*-}"
16
CONFIG_OPTIONS=
17
PRECONFIG_CMD=
18
19
+BACKUP_PKG_URL=
20
+
21
if [ "$PKG_NAME" == 'modules' ]; then
22
PKG_URL="http://prdownloads.sourceforge.net/modules/${PKG}.tar.gz"
23
BACKUP_PKG_URL="https://sources.easybuild.io/e/EnvironmentModules/${PKG}.tar.gz"
0 commit comments