Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
* Add R license and missing versions
* Fix rmath build directory
|
|
|
|
* mochi-thallium: added a few newer versions
* mochi-thallium: added constraint on the version of margo required
* removed thallium 0.12 which needs updating
* mochi-thallium: fixed hash for version 0.12.0
* removed thallium 0.12 which needs updating (again)
|
|
|
|
|
|
* singularity-eos: deprecate v1.6 versions and remove unused code
* singularity-eos: add v1.8.0
|
|
|
|
|
|
* perl-carp-assert: add new package with version 0.22
* fix style
|
|
|
|
When using `spack external find acfl`, we get the full version string
with 4 components in `packages.yaml`. This PR truncates the version
nubmer when finding the `armpl` component to be able to run without
intervention.
|
|
|
|
|
|
|
|
* developer tools stack try 2
This version is actually in use locally and has largely stabilized, at
least on x86. Some packages are still a challenge on ppc64le, but maybe
worth keeping this working as a set.
* add packages, try to get container with newer gcc
* remove reuse: true
* try to get cmake to build on medium, 25 minutes is too long
* add lsd package and add to dev tools stack
* clean up fzf dependency and sorting
* Update share/spack/gitlab/cloud_pipelines/stacks/developer_tools/spack.yaml
* cuda: add 12.3.0 (#40827)
* Switch to dashes
* yet more underscores
---------
Co-authored-by: Paul R. C. Kent <kentpr@ornl.gov>
|
|
(#35975)
This looks to me like the best compromise regarding externals in a
build cache. I wouldn't want `spack install` on my machine to install
specs that were marked external on another. At the same time there are
centers that control the target systems on which spack is used, and
would want to use external in buildcaches.
As a solution, reuse concretization will now consider those externals
used in buildcaches that match a locally configured external in
packages.yaml.
So for example person A installs and pushes specs with this config:
```yaml
packages:
ncurses:
externals:
- spec: ncurses@6.0.12345 +feature
prefix: /usr
```
and person B concretizes and installs using that buildcache with the
following config:
```yaml
packages:
ncurses:
externals:
- spec: ncurses@6
prefix: /usr
```
the spec will be reused (or rather, will be considered for reuse...)
|
|
|
|
* tests: default_config drop scope
* use default_config elsewhere
* use parse_install_tree for missing defaults in default config
|
|
|
|
|
|
* Update SIRIUS version for CP2K master
* Update var/spack/repos/builtin/packages/cp2k/package.py
Co-authored-by: Rocco Meli <r.meli@bluemail.ch>
---------
Co-authored-by: Rocco Meli <r.meli@bluemail.ch>
|
|
|
|
|
|
|
|
|
|
|
|
Replace last release due to build issues on windows. Tag was applied incorrectly
|
|
Also fix netcdf-c zlib reference
|
|
* py-numba: add v0.58.1
* Passing tests
|
|
* py-pygeos: add v0.14
* Python is also a link dep
|
|
* Kokkos: adding version 4.2.00 to the package
* Kokkos: adding AMD GPU arch
* kokkos@4.2.00 +sycl: patch numeric traits unit test
---------
Co-authored-by: eugeneswalker <eugenesunsetwalker@gmail.com>
Co-authored-by: Todd Gamblin <tgamblin@llnl.gov>
|
|
Co-authored-by: Harmen Stoppels <me@harmenstoppels.nl>
|
|
* gipaw.x installed by cmake if version >= 5c4a4ce.
gipaw.x will only be installed with cmake if the qe-gipaw version
is >= 5c4a4ce. Currently, QE source uses the older f5823521 one.
Here a patch to the submodule_commit_hash_records to use a newer
qe-gipaw version.
|
|
* added new packages
* align release with ccl patch
* revert version on compiler classics
|
|
* dla-future: Add conflict for pedantic warnings turning into errors
* dla-future: Add conflicts for nvcc/fmt/Umpire compilation issues
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* initial commit to update hipblas rocalution, rocsolver, rocsparse to new syntax
* add rocblas test changes and fixes for hipblas and rocsolver tests
* fix styling
* remove updates for rocblas
|
|
* Initial commit to fix hip tests and bump hip-examples to 5.6.1
* fix styling
* add installation of hip samples to share folder
|
|
* apple-libuuid: update installation directory
Copy design of Apple GL
|
|
|
|
The changes in patch xdmf2-hdf51.13.2.patch have effectively
been added to vtk@9.2.3 (commit e81a2fe)
So restrict application of patch fo @9:9.2
|
|
* solver: use a unique counter for condition, triggers and effects
* Do not reset counters when re-running setup
What we need is just a unique ID, it doesn't need
to start from zero every time.
|
|
|