$ spack install --log-format=junit --dirty coreneuron +gpu %pgi
.....
==> No patches needed for coreneuron
==> Building coreneuron [CMakePackage]
==> Executing phase: 'cmake'
==> Executing phase: 'build'
==> Error: ProcessError: Command exited with status 2:
'make' '-j16'
See build log for details:
.....
$ echo $?
0
$ spack install --dirty coreneuron +gpu %pgi
....
==> Executing phase: 'cmake'
==> Executing phase: 'build'
==> Error: ProcessError: Command exited with status 2:
'make' '-j16'
See build log for details:
....
$ echo $?
1