Closed pramodskumbhar closed 7 years ago
Currently we are doing:
# install package (spack install -v $package; exit 0) # check if package installed properly if [[ `spack find $package` == *"No package matches"* ]]; then echo " == > PACKAGE INSTALLATION CHECK FAILED, BUILD LOG : " cat `spack location $package`/spack-build.out exit 1 fi
But if are installing dependency and that is failed then location is not created yet.
location
neuron +profile
tau fails
Spack now has --show-log-on-error option for install. Fixed upstream.
--show-log-on-error
Currently we are doing:
But if are installing dependency and that is failed then
location
is not created yet.neuron +profile
cause the issue oftau fails