Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
Adjust build args for new CUDA build mechanism.
|
|
|
|
* hsa-rocr-dev, llvm-amdgpu: change dependency libelf to elf
Change the libelf dependency to the virtual elf for two rocm packages.
This allows other packages (hpctoolkit) to combine rocm and dyninst
(with elfutils) while still being able to build rocm with libelf when
needed, eg darwin.
* add comment describing include path for libelf vs elfutils
|
|
|
|
Add the latest toml11 release :)
|
|
* Adding release 4.10
* Incorrect checksum
* Update sums
* Revert tar
* Update sum for tar
|
|
|
|
fixes #29446
The new setup_*_environment functions have been falling back
to calling the old functions and warn the user since #11115.
This commit removes the fallback behavior and any use of:
- setup_environment
- setup_dependent_environment
in the codebase
|
|
* added version2.1.1 for butterflypack
* fixing a tag in butterflypack
* minor fix for superlu-dist
|
|
|
|
|
|
* Adding new version [WPS].
* Making `spack style` happy.
|
|
fixes #29478
As was written Python was looking for dependencies named "link"
rather than dependencies of type "link".
|
|
|
|
* new package: py-pytest-parallel
* depend on python@3.7:
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
|
|
|
|
|
|
|
|
* Add ROCmPackage to amr-wind and simplify package.
* Add MPI_ROOT.
* Fix error.
* Fix error.
* Fix append.
* Add hypre rocm dependency.
* Remove itertools import.
|
|
* Add Scotch v7.0.1, now supporting CMake
* Fix for shared lib build
* Add pghysels (myself) as scotch maintainer
* Simplify mpi variant
* Change @:6.9.99 to @:6 (couple times)
|
|
Change the internal representation of `Spec` to allow for multiple dependencies or
dependents stemming from the same package. This change permits to represent cases
which are frequent in cross compiled environments or to bootstrap compilers.
Modifications:
- [x] Substitute `DependencyMap` with `_EdgeMap`. The main differences are that the
latter does not support direct item assignment and can be modified only through its
API. It also provides a `select_by` method to query items.
- [x] Reworked a few public APIs of `Spec` to get list of dependencies or related edges.
- [x] Added unit tests to prevent regression on #11983 and prove the synthetic construction
of specs with multiple deps from the same package.
Since #22845 went in first, this PR reuses that format and thus it should not change hashes.
The same package may be present multiple times in the list of dependencies with different
associated specs (each with its own hash).
|
|
|
|
blt release (#29433)
|
|
* The new version of Wonton requires the new version of Jali
* Wonton: versions after 1.2.10 don't require boost at all
Co-authored-by: Seth R. Johnson <johnsonsr@ornl.gov>
|
|
* amdscalapack: Fix CMake build_type.
* Remove build_type variant from amdscalapack.
|
|
|
|
|
|
|
|
* [py-wsproto] created template
* [py-wsproto]
- added homepage
- added description
- added dependencies
- removed fixmes
* [py-wsproto] removed unicode character
|
|
* [py-yaspin] created template
* [py-yaspin]
- added homepage
- added description
- added dependencies
- removed fixmes
* [py-yaspin]
- removed setuptools
- added dependency on py-dataclasses
* [py-yaspin] removed range for py-dataclasses version
|
|
|
|
* ECP-SDK/VTK-m: Update ROCm variant
VTK-m set contraint for when rocm/kokkos are available.
SDK Make ROCmPackage and propagate amdgpu_arch and rocm variant to
VTK-m.
Note: SDK has to check vtk-m@ 1.7: and :1.6 explicitly in orderer to have 1.7
be selected by default if +rocm in the SDK.
* ECP-SDK: Enable ROCm + VTK-m constraints
|
|
|
|
Co-authored-by: Massimiliano Culpo <massimiliano.culpo@gmail.com>
|
|
Co-authored-by: Harmen Stoppels <harmenstoppels@gmail.com>
|
|
|
|
Co-authored-by: Sarah Osborn <30503782+osborn9@users.noreply.github.com>
|
|
|
|
|
|
|
|
|
|
|
|
Co-authored-by: Massimiliano Culpo <massimiliano.culpo@gmail.com>
|
|
Co-authored-by: Massimiliano Culpo <massimiliano.culpo@gmail.com>
|
|
* Adding Panzer as Default
* Set Panzer as non-default
* Updated the conflict for Panzer.
* Updated the conflict for Panzer.
* Resolve the issue with Stratimikos and Thyra
* Fixing stk build issues.
* Fixing stk build issues.
* Adding another conflict for Thrya
|
|
|
|
Co-authored-by: sxs-bot <sxs-bot@users.noreply.github.com>
|
|
(#29396)
* cray-libsci: only be a provider for scalapack with +mpi
If a package explicitly links the scalapack provider we might otherwise end up with different variants of libsci being linked: the explicitly linked one and the one added by the Cray compiler wrappers.
* cp2k: require cray-libsci+openmp with +openmp for consistency
otherwise we might get 2 different libsci linked: one explicitly, the other one via the Cray compiler wrappers, leading at least to segfaults during cleanup
* cp2k: depend on cray-fftw+openmp with +openmp
|