- May 18, 2023
-
-
Cameron Stanavige authored
Add v1.1 release Update mochi-margo dependency compatible versions Update version range of libfabric conflict
-
Chris Green authored
* Add FNAL Spack team to maintainers * New variants and configuration improvements * Version dependent "no-systemd" patches. * New variants `client_only`, and `davix` * Better handling of `cxxstd` for different versions, including improved patching and CMake options. * Version-specific CMake requirements. * Better version-specific handling of `openssl` dependency. * `py-setuptools` required for `+python` build. * Specific enable/disable of CMake options and use of `-DFORCE_ENABLED=TRUE` to prevent unwanted/non-portable activation of features. * Better handling of `+python` configuration. * New version 5.5.5
-
Massimiliano Culpo authored
-
Peter Scheibel authored
-
Tamara Dahlgren authored
-
Stephen Sachs authored
Add aws-plcuster[-aarch64] stacks. These stacks build packages defined in https://github.com/spack/spack-configs/tree/main/AWS/parallelcluster They use a custom container from https://github.com/spack/gitlab-runners which includes necessary ParallelCluster software to link and build as well as an upstream spack installation with current GCC and dependencies. Intel and ARM software is installed and used during the build stage but removed from the buildcache before the signing stage. Files `configs/linux/{arch}/ci.yaml` select the necessary providers in order to build for specific architectures (icelake, skylake, neoverse_{n,v}1).
-
- May 17, 2023
-
-
Brian Van Essen authored
-
Harmen Stoppels authored
-
Massimiliano Culpo authored
Modifications: - [x] Limit the scope of the deepcopy when initializing module file writers
-
Scott Wittenburg authored
Make it clear that copy-only pipelines are not supported while still using the deprecated ci config format. Also ensure that the deprecated stack does not fail on spack pipelines for tags.
-
Juan Miguel Carceller authored
-
Harmen Stoppels authored
-
Tamara Dahlgren authored
* Fix reporting of packageless specs as having no tests * Add test_test_output_multiple_specs with update to simple-standalone-test (and tests) * Refactored test status summary; added more tests or checks
-
Seth R. Johnson authored
* celeritas: new version 0.2.2 * [@spackbot] updating style on behalf of sethrj
-
Peter Scheibel authored
-
Yoshiaki Senda authored
Signed-off-by:
Yoshiaki Senda <yoshiaki@live.it>
-
Tamara Dahlgren authored
-
Massimiliano Culpo authored
-
- May 16, 2023
-
-
Chris Green authored
Set LDFLAGS rather than LDLIBS
-
John W. Parent authored
MSVC compiler logic was using string parsing to extract version from compiler spec, which was fragile. This broke in #37572, so has been fixed and made more robust by using attribute access.
-
kwryankrattiger authored
* CI: Expand E4S ROCm stack to include missing DaV packages Ascent: Fixup for VTK-m with Kokkos backend * DaV SDK: Removed duplicated openmp variant for ascent * Drop visit and add conflict for Kokkos * E4S: Drop ascent from CUDA builds
-
Harmen Stoppels authored
-
Harmen Stoppels authored
This reverts commit 192e564e.
-
Peter Scheibel authored
Ensure that requirements `packages:*:require:@x` and preferences `packages:*:version:[x]` fail concretization when no version defined in the package satisfies `x`. This always holds except for git versions -- they are defined on the fly.
-
Harmen Stoppels authored
git has been updated to something more recent
-
Harmen Stoppels authored
-
Ye Luo authored
-
QuellynSnead authored
In the past, Spack did not allow two different versions of the same package within a DAG. That led to difficulties with packages that still required Python 2 while other packages had already switched to Python 3. The libxcb and xcb-proto packages did not have Python 3 support for a time. To get around this issue, Spack maintainers disabled their dependency on an internal (i.e., Spack-provided) Python (see #4145),forcing these packages to look for a system-provided Python (see #7646). This has worked for us all right, but with the arrival of our most recent platform we seem to be missing the critical xcbgen Python module on the system. Since most software has largely moved on to Python 3 now, let's re-enable internal Spack dependencies for the libxcb and xcb-proto packages.
-
Mikael Simberg authored
-
Greg Becker authored
Two bugs came in from #37438 1. `unify: when_possible` was broken, because of an incorrect assertion. abstract/concrete spec pairs were compared against the results that were in the process of being computed, rather than against the previous results. 2. `unify: true` had an ordering bug that could mix the association between abstract and concrete specs - [x] 1 is resolved by creating a lookup from old concrete specs to old abstract specs, and we use that to associate the "new" concrete specs that happen to be the old ones with their abstract specs (since those are stripped out for concretization - [x] 2 is resolved by combining the new and old abstract as lists instead of combining them as sets. This is important because `set() | set()` does not make any ordering promises, even though set ordering is otherwise guaranteed in `python@3.7:`
-
Robert Blake authored
* Upgrading kosh to 3.0. * Accidentally regressed the package, changing back. * Updating py-hdbscan versions for kosh. * Fixing bug in patch. * Adding 3.0.1 * Removing 3.0. * Updating package deps for hdbscan to match requirements.txt. * Version reqs for 3.0.*, need newer numpy and networkx * spack style * Reordering to match setup.py, adding "type" to python depends.
-
eugeneswalker authored
* trilinos@develop fixes * Update var/spack/repos/builtin/packages/trilinos/package.py Co-authored-by:
Seth R. Johnson <johnsonsr@ornl.gov> --------- Co-authored-by:
Seth R. Johnson <johnsonsr@ornl.gov>
-
Scott Wittenburg authored
-
- May 15, 2023
-
-
Alec Scott authored
-
Alec Scott authored
-
Alec Scott authored
-
Alec Scott authored
-
Alec Scott authored
-
Alec Scott authored
-
Alec Scott authored
-