Skip to content

Commit

Permalink
Location of $SOFT_DIR was incorrectly set
Browse files Browse the repository at this point in the history
Closed #32
Closed #33
Closed #34
Closed #35
Closed #36
Closed #37
Closed #38
Closed #39
Closed #40
Closed #41
Closed #42
  • Loading branch information
brucellino committed Nov 29, 2016
1 parent 361fa92 commit e75d786
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion check-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ proc ModulesHelp { } {
module-whatis "$NAME $VERSION."
setenv GMP_VERSION $VERSION
setenv GMP_DIR /data/artefacts/$::env(SITE)/$::env(OS)/$::env(ARCH)/$NAME/$VERSION
setenv GMP_DIR /data/ci-build/$::env(SITE)/$::env(OS)/$::env(ARCH)/$NAME/$VERSION
prepend-path LD_LIBRARY_PATH $::env(GMP_DIR)/lib
prepend-path GCC_INCLUDE_DIR $::env(GMP_DIR)/include
prepend-path CFLAGS "-I${GMP_DIR}/include"
Expand Down

0 comments on commit e75d786

Please sign in to comment.