Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
* New package: py-fastfold
* Fix dependencies for py-fastfold
* [py-fastfold] fix types
* [py-fastfold] relax strict versions
* Fix spack style manually
* [py-fastfold] relax python and py-requests upper bounds
* [py-fastfold] remove bad/unecessary depends_on
|
|
We may pick this up transitively through `root`, but it makes sense to be explicit too.
|
|
|
|
libxcrypt (#34867)
|
|
Co-authored-by: Harmen Stoppels <harmenstoppels@gmail.com>
|
|
|
|
* gaudi: new versions 36.8, 36.9
As of 36.8, the tests use catch2 ([commit](https://gitlab.cern.ch/gaudi/Gaudi/- /commit/f2cafb5c9d04c9d497d49182258aa3a0440622c0)).
* gaudi: still depends_on fmt@:8
|
|
|
|
|
|
* unifyfs: new release v1.0.1
Add 1.0.1 release
Add new variant for new configure time option
Co-authored-by: CamStan <CamStan@users.noreply.github.com>
|
|
- [x] Fix bug affecting generation of Lmod modules
|
|
|
|
|
|
* initial commit for 5.3.3 release
* update rocm-openmp-extras for rocm-5.3.3 release
* address review comments and failures
|
|
|
|
|
|
Now that the `tix` variant is conditional, it should also be detected
condititionally, otherwise the spec is invalid and cannot be used during
concretization.
|
|
|
|
|
|
ShellCheck is installed with a downloaded binary instead of being
compiled from source, and there should be comments to point out this
unorthodox approach.
|
|
|
|
Add/update build systems used to build packages on Windows.
|
|
The distribution of this has jumped around a bit. I left the previous
versions as-is.
|
|
It doesn't require bash on any registered version, and the file is executable and has a /bin/sh shebang.
|
|
|
|
|
|
autoconf 2.70 uses use warnings instead of -w so that PERL=/usr/bin/env perl can be passed, but we want to fix absolute paths anyhow through sbang upon install. So, we stick to patching the one perl script that's used during the build.
|
|
|
|
Gitlab does not merge lists when a job extends two other definitions
that include the same list (e.g. tags). Also, it merges dictionaries
as long as the keys are distinct, but just takes the last mentioned
value when there are key collisions.
This change makes sure that when different tags are needed by a
pipeline, the ones we want are actually provided. It also changes
the example stack to better follow this pattern so we do not lead
developers astray in the future.
|
|
ROOT does not build successfully with `+ipo`, with symptoms as in https://github.com/root-project/root/issues/10777, and discussed most recently in https://github.com/root-project/root/issues/11135. As indicated there, LTO is not a supported build configuration. As of 6.26.10 there is no estimate for a fix since upstream is still broken.
|
|
Since we dropped support for Python 2.7, we can embrace using keyword only arguments
for many functions in Spack that use **kwargs in the function signature. Here this is done
for the llnl.util.filesystem module.
There were a couple of bugs lurking in the code related to typo-like errors when retrieving
from kwargs. Those have been fixed as well.
|
|
* Add variants for overriding ESMF_OS and ESMF_COMM for ESMF package
* Add doco for esmf_os/esmf_comm variants
|
|
* Update xsbench to version 20
XSBench version 20 has implementations for new
architectures and accelerators.
* Added CUDA support for XSBench
* Fixed style issues
|
|
Update `warpx` & `py-warpx` to the latest release.
|
|
|
|
The code in FileCache for write_transaction attempts to delete the temporary file when an exception occurs under the context by calling shutil.rmtree. However, rmtree only operates on directories while the rest of FileCache uses normal files. This causes an empty file to be written to the cache key when unneeded.
Use os.remove instead which operates on normal files.
Co-authored-by: Harmen Stoppels <harmenstoppels@gmail.com>
|
|
* add version 0.8.2
* conflict for newer libvterm versions for older neovim releases
Co-authored-by: Tom Scogland <scogland1@llnl.gov>
|
|
* cernlib: depends_on freetype, libnsl, libxcrypt, openssl; and patch
In addition to #34448, cernlib depends on these additional packages.
This also applies a patch to the current release in which crypto is
specified wbere libcrypt (in libxcrypt) is actually needed. Because
the upstream git repository is behind a CERN login, we cannot patch
by gitlab URL link.
* [@spackbot] updating style on behalf of wdconinc
Co-authored-by: wdconinc <wdconinc@users.noreply.github.com>
|
|
* pfunit: fix max_array_rank for 4+, line len
* pfunit: only use fortran flags when necessary
* pfunit: fix, version ranges are inclusive
|
|
This adds a new version of spdlog,
https://github.com/gabime/spdlog/releases/tag/v1.11.0
While the release notes are ambiguous, I think that this PR,
https://github.com/gabime/spdlog/issues/2485, indicates that
spdlog from that point on uses features of fmt@9:.
|
|
|
|
|
|
Co-authored-by: Harmen Stoppels <me@harmenstoppels.nl>
|
|
|
|
|
|
* py-scipy: add v1.10.0
* Update GCC/LAPACK version requirements
* Fix msvc version check
|