Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
Sbangs don't exist on Native Windows, and the hook is causing errors
due to the file comparison + behavior of os.rename on Windows. Skip
the hook on Windows.
|
|
* ginkgo@1.7.0 %oneapi: patch sycl w changes from ginkgo pr #1524
* constrain patch to %oneapi@2024:
|
|
Fixes an issue that occurs when hip is provided as an external.
hsa-rocr-dev would not be part of the dependency tree in that case.
|
|
* kokkos-kernels: add version 4.1.00
* add kokkos-kernels@4.2.00
* [kokkos] make dpl dependence explicit
---------
Co-authored-by: eugeneswalker <eugenesunsetwalker@gmail.com>
Co-authored-by: Cohn, Robert S <robert.s.cohn@intel.com>
|
|
|
|
|
|
|
|
|
|
New patch 7.5.3p5, new bugfix 7.7.2, new minor 7.8.0.
Only possible impact on spack is the potential addition of a variant to select the memory manager in 7.8.0, see [diff](https://github.com/Open-Cascade-SAS/OCCT/compare/V7_7_2...V7_8_0). Not adding a variant at this time.
|
|
|
|
|
|
Co-authored-by: jmcarcell <jmcarcell@users.noreply.github.com>
|
|
|
|
|
|
|
|
|
|
Like `spack change` for specs in environments, this can e.g. replace `examplespec+debug` with `examplespec~debug` in a `require:` section.
Example behavior for a config like:
```
packages:
foo:
require:
- spec: +debug
```
* `spack config change packages:foo:require:~debug` replaces `+debug` with `~debug`
* `spack config change packages:foo:require:@1.1` adds a requirement to the list
* `spack config change packages:bar:require:~debug` adds a requirement
|
|
(#41847)
Co-authored-by: Alec Scott <alec@bcs.sh>
Co-authored-by: Bernhard Kaindl <bernhardkaindl7@gmail.com>
|
|
As observed in #40944, when using `spack config add <path>`, the `path` might
contain keys that are enclosed in quotes.
This was broken in https://github.com/spack/spack/pull/39831, which assumed that
only the value (if present, the final element of the path) would use quotes.
This preserves the primary intended behavior of #39931 (allowing ":" in values when
using `spack config add`) while also allowing quotes on keys.
This has complicated the function `process_config_path`, but:
* It is not used outside of `config.py`
* The docstring has been updated to account for this
* Created an object to formalize the DSL, added a test for that, and
refactored parsing to make use of regular expressions as well.
* Updated the parsing and also updated the `config_path_dsl` test with an explicit check.
At a higher level, split the parsing to check if something is either a key or not:
* in the first case, it is covered by a regex
* in the second, it may be a YAML value, but in that case it would have to be the last
entry of x:y:z, so in that case I attempt to use the YAML handling logic to parse it as such
|
|
(#41772)
- Add Perl module KyotoCabinet
- Add lzo and lzma compression to kyotocabinet
|
|
(#41777)
- Use MakefilePackage and simplified package.py
- Deprecate old versions - they did not build for me with OCaml 4.13.1
that is currently in Spack. Also, the changes from the previous
versions seem to be quite significant.
|
|
|
|
|
|
|
|
|
|
* flecsi: simplify hdf5 variant logic
* flecsi: deprecate 1.4 version
|
|
Spack packages may not have a public download option, and can implement
`download_instr` to inform users how to obtain the artifacts needed to
build. `spack checksum` however did not account for this and would print
out a confusing error message when invoked on such packages ("Could not
find any remote versions").
This PR updates the error message to output the manual download instructions
if `spack checksum` is invoked on a package with `manual_download = True`.
|
|
|
|
For better build isolation
|
|
|
|
|
|
Adds Search::Elasticsearch
|
|
Adds Email::Stuffer
|
|
- Deprecates 1.63 in DateTime
- Adds Rose::DateTime
- Adds Rose::DB
- Adds Rose::DB::Object
|
|
This fixes #39720.
|
|
* Relax conflict with cxxstd >= 20 and cuda <= 11
* Update comment to be more specific to nvcc
|
|
* add py-cairosvg py-cssselect2
* Update package.py
add homepage
* Update package.py
add homepage
|
|
* Update py-reretry package
* py-reretry: Remove yanked version
|
|
* pyarrow: add versions up to v14.0.2
* arrow: add v14.0.2
|
|
Signed-off-by: Mathieu Taillefumier <mathieu.taillefumier@free.fr>
|
|
Co-authored-by: Alex C Leute <aclrc@rit.edu>
|
|
|
|
Currently when you repeatedly create a bootstrap mirror that includes
`clingo-bootstrap@spack` you get different tarballs every time.
This is a general problem with mirroring checkouts from version control
as tarballs. I think it's best to create tarballs ourselves, since that way we
have more control over its contents.
This PR ensures normalized tarballs like we do for build caches:
- normalize file permissions (in fact that was already inspired by git, so
should be good)
- normalized file creation/modification time (timestamp 0)
- uid / guid = 0, no usernames
- normalized gzip header
- dir entries are ordered by `(is_dir, name)` where strings are not locale aware ;)
- POSIX says st_mode of symlinks is unspecified, so work around it and
force mode to `0o755`
|
|
|
|
|
|
Co-authored-by: James Beal <jb23@sanger.ac.uk>
|
|
|
|
* py-sphinx-toolbox: new package
* py-sphinx-toolbox: fix dependence py-typing-inspect
---------
Co-authored-by: LydDeb <lyderic.debusschere@eolen.com>
|
|
|