When the solver produces specs that do not satisfy the input
constraints, dump both input and output specs as json in an temporary
dir and ask the user to upload these files in a bug report.
Fetching generated tarballs from github.com sometimes takes pauses for
more than 10 seconds, when the server is slow to put together the next
bits of the tarball. Default to 30s to avoid that issue.
* hypre: remove shared variant default for darwin.
* [@spackbot] updating style on behalf of jrood-nrel
* Update var/spack/repos/builtin/packages/hypre/package.py
Co-authored-by: Victor A. P. Magri <50467563+victorapm@users.noreply.github.com>
* hypre: remove sys import.
---------
Co-authored-by: jrood-nrel <jrood-nrel@users.noreply.github.com>
Co-authored-by: Victor A. P. Magri <50467563+victorapm@users.noreply.github.com>
Currently we inject runtimes when a package has a direct build dep on a
compiler, but what matters is whether the package depends on a language.
That way we can avoid recursion of injecting runtimes to runtimes
without a rule in the solver: runtimes don't depend on languages, they
just have a build dep on the same compiler.
* Clearly split old and new hip settings requirements
* Fix style
* TO REVERT: Trigger CI
* Apply generic rocm handling to every project
* TO REVERT: Trigger CI
* Revert "TO REVERT: Trigger CI"
This reverts commit dcedb2ead5.
* Revert "TO REVERT: Trigger CI"
This reverts commit 02f76a8ca6.
* Update RADIUSS packages with latest release and sync with RSC implementation
* Update CARE package
* make default logic for hip support more robust
* TO REVERT: Trigger CI
* Fix style
* Fix style (bis)
* Shorten message
* GPU_TARGET is only necessary under certain project specific conditions, it should not be necessary in general
* Update logic to find amdclang++
* Fix syntax
* Let's postpone update of hip handling in camp
* Revert "TO REVERT: Trigger CI"
This reverts commit 620fbc1b01.
* Remove unecessary logic from CARE
* Update CARE: add 0.15.1
In this way, to run them, we just need to run:
spack unit-test lib/spack/spack/test/concretization
Signed-off-by: Massimiliano Culpo <massimiliano.culpo@gmail.com>