Files
spack/var/spack/repos/builtin/packages/fsl/build_log.patch
Glenn Johnson 747f7decc4 fsl: updated package, added v6.0.4 (#20201)
- 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>
2020-12-29 08:27:26 +01:00

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.";