Update the PMIx nightly scripts to generalize locations
Этот коммит содержится в:
родитель
64a15188bd
Коммит
50bb0ded70
@ -93,7 +93,7 @@ verbose "*** Working in $dir\n";
|
||||
|
||||
# Get the coverity tool, put it in our path.
|
||||
|
||||
my $cdir = "/home/common/mpiteam/coverity";
|
||||
my $cdir = "$ENV{HOME}/coverity";
|
||||
safe_system(0, "mkdir $cdir")
|
||||
if (! -d $cdir);
|
||||
|
||||
|
@ -36,8 +36,8 @@ fi
|
||||
build_root=$HOME/pmix/nightly-tarball-build-root
|
||||
|
||||
# Coverity stuff
|
||||
coverity_token=`cat /home/common/mpiteam/coverity/pmix-token.txt`
|
||||
coverity_configure_args="--with-libevent=/home/common/local"
|
||||
coverity_token=`cat $HOME/coverity/pmix-token.txt`
|
||||
coverity_configure_args="--with-libevent=$HOME_PREFIX"
|
||||
|
||||
export PATH=$HOME_PREFIX/bin:$PATH
|
||||
export LD_LIBRARY_PATH=$HOME_PREFIX/lib:$LD_LIBRARY_PATH
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user