summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2023-05-17Add aws-plcuster[-aarch64] stacks (#37627)Stephen Sachs9-0/+394
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).
2023-05-17Added version 1.3.1 (#37735)Brian Van Essen1-0/+1
2023-05-17lmod: fix build, bump patch version (#37744)Harmen Stoppels1-0/+3
2023-05-17Limit deepcopy to just the initial "all" section (#37718)Massimiliano Culpo1-12/+7
Modifications: - [x] Limit the scope of the deepcopy when initializing module file writers
2023-05-17gitlab ci: no copy-only pipelines w/ deprecated config (#37720)Scott Wittenburg1-6/+22
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.
2023-05-17whizard: build newer versions in parallel (#37422)Juan Miguel Carceller1-9/+6
2023-05-17libxcb: depend on python, remove releases that need python 2 (#37698)Harmen Stoppels1-10/+3
2023-05-17spack test: fix stand-alone test suite status reporting (#37602)Tamara Dahlgren5-43/+198
* 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
2023-05-17celeritas: new version 0.2.2 (#37731)Seth R. Johnson1-1/+6
* celeritas: new version 0.2.2 * [@spackbot] updating style on behalf of sethrj
2023-05-17Tk/Tcl packages: speed up file search (#35902)Peter Scheibel2-4/+32
2023-05-17Add recently added Spack Docker Images to documentation (#37732)Yoshiaki Senda1-0/+20
Signed-off-by: Yoshiaki Senda <yoshiaki@live.it>
2023-05-17emacs: convert to new stand-alone test process (#37725)Tamara Dahlgren1-15/+30
2023-05-17Fix `spack find` not able to display version ranges in compilers (#37715)Massimiliano Culpo2-1/+16
2023-05-16libxpm package: fix RHEL8 build with libintl (#37713)Chris Green1-1/+1
Set LDFLAGS rather than LDLIBS
2023-05-16Windows: fix MSVC version handling (#37711)John W. Parent1-2/+2
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.
2023-05-16CI: Expand E4S ROCm stack to include missing DaV packages (#36843)kwryankrattiger4-4/+8
* 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
2023-05-16gha rhel8-platform-python: configure git safe.directory (#37708)Harmen Stoppels1-0/+1
2023-05-16Revert "hdf5: fix showconfig (#34920)" (#37707)Harmen Stoppels1-18/+0
This reverts commit 192e564e26e919169aa926e92af7bd9a28cbb4f1.
2023-05-16Requirements and preferences should not define (non-git) versions (#37687)Peter Scheibel6-11/+177
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.
2023-05-16gha bootstrap-dev-rhel8: configure git safe.directory (#37702)Harmen Stoppels1-0/+1
git has been updated to something more recent
2023-05-16check_modules_set_name: do not check for "enable" key (#37701)Harmen Stoppels2-14/+46
2023-05-16Update llvm recipe regarding libomptarget. (#36675)Ye Luo1-7/+28
2023-05-16libxcb/xcb-proto: Enable internal Python dependency (#37575)QuellynSnead2-7/+2
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.
2023-05-16Add conflict for pika with fmt@10 and +cuda/rocm (#37679)Mikael Simberg1-0/+3
2023-05-16unify: when_possible and unify: true -- Bugfix for error in 37438 (#37681)Greg Becker1-6/+15
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:`
2023-05-16Upgrading kosh to 3.0 (#37471)Robert Blake2-1/+18
* 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.
2023-05-15trilinos: @develop fixes (#37615)eugeneswalker1-1/+4
* 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>
2023-05-16gitlab ci: reduce job name length of build_systems pipeline (#37686)Scott Wittenburg1-1/+1
2023-05-15circos: add v0.69-9 (#37479)Alec Scott1-0/+1
2023-05-15alluxio: add v2.9.3 (#37488)Alec Scott1-0/+1
2023-05-15codec2: add v1.1.0 (#37480)Alec Scott1-0/+1
2023-05-15coinutils: add v2.11.9 (#37481)Alec Scott1-0/+1
2023-05-15g2c: add v1.7.0 (#37482)Alec Scott1-0/+1
2023-05-15shadow: add v4.13 (#37485)Alec Scott1-0/+1
2023-05-15yoda: add v1.9.8 (#37487)Alec Scott1-0/+1
2023-05-15cpp-httplib: add v0.12.3 (#37490)Alec Scott1-0/+1
2023-05-15entt: add v3.11.1 (#37491)Alec Scott1-0/+1
2023-05-15harfbuzz: add v7.2.0 (#37492)Alec Scott1-0/+1
2023-05-15libconfuse: add v3.3 (#37493)Alec Scott1-0/+1
2023-05-15libnsl: add v2.0.0 (#37494)Alec Scott1-0/+1
2023-05-15p11-kit: add v0.24.1 (#37495)Alec Scott1-0/+1
2023-05-15packmol: add v20.0.0 (#37496)Alec Scott2-1/+2
* packmol: add v20.0.0 * Fix zoltan homepage url
2023-05-15perl-module-build-tiny: add v0.044 (#37497)Alec Scott1-0/+1
2023-05-15zoltan: add v3.901 (#37498)Alec Scott1-0/+1
2023-05-15bdii: add v6.0.1 (#37499)Alec Scott1-0/+1
2023-05-15audit-userspace: add v3.1.1 (#37505)Alec Scott1-0/+1
2023-05-15babl: add v0.1.106 (#37506)Alec Scott1-0/+1
2023-05-15actsvg: add v0.4.33 (#37503)Alec Scott1-0/+1
2023-05-15bat: add v0.23.0 (#37507)Alec Scott1-0/+1
2023-05-15beast-tracer: add v1.7.2 (#37508)Alec Scott1-0/+1