Skip to content

Commit

Permalink
Update build_gsl.sh
Browse files Browse the repository at this point in the history
Add a record of the installed software name, version, URL to a log file
  • Loading branch information
natalie-perlin authored Nov 9, 2022
1 parent bd8eefc commit a61ca6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libs/build_gsl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ make -j${NTHREADS:-4}
$SUDO make install

modpath=compiler
$MODULES && update_modules $modpath $name $version \
|| echo $name $version $url >> ${HPC_STACK_ROOT}/hpc-stack-contents.log
$MODULES && update_modules $modpath $name $version
echo $name $version $url >> ${HPC_STACK_ROOT}/hpc-stack-contents.log

0 comments on commit a61ca6d

Please sign in to comment.