
- added several patches - added some missing dependencies - remove unneeded dependencies - add CUDA support - disable queue support, which was limited, and broken anyway - move package text that was specific to the package to a comment, so it does not show up the environment module - set conflicts for cuda and compilers Co-authored-by: Massimiliano Culpo <massimiliano.culpo@gmail.com>
12 lines
382 B
Diff
12 lines
382 B
Diff
--- a/build 2020-06-29 10:30:36.000000000 -0500
|
|
+++ b/build 2020-11-02 12:34:25.408157699 -0600
|
|
@@ -158,7 +158,7 @@
|
|
fi #full build
|
|
|
|
echo "Building projects - see build.log file for progress..."
|
|
-./config/common/buildproj $PROJECTS > ./build.log 2>&1
|
|
+./config/common/buildproj $PROJECTS
|
|
finalStatus=$?
|
|
if [ $finalStatus -eq 0 ]; then
|
|
echo "Build completed successfully.";
|