Skip to content

Commit

Permalink
Update build_gftl_shared.sh
Browse files Browse the repository at this point in the history
Add a version number of the software to record in a log file hpc-stack-content.log
  • Loading branch information
natalie-perlin authored Nov 9, 2022
1 parent 6c7e754 commit 909cd6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/build_gftl_shared.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ VERBOSE=$MAKE_VERBOSE make -j${NTHREADS:-4} install

# generate modulefile from template
$MODULES && update_modules compiler $name $id
echo $name $URL >> ${HPC_STACK_ROOT}/hpc-stack-contents.log
echo $name $version $URL >> ${HPC_STACK_ROOT}/hpc-stack-contents.log

0 comments on commit 909cd6a

Please sign in to comment.