summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2023-08-25llvm: fix `+lldb` optional deps and add `lua` variant (#39579)Nichols A. Romero1-8/+28
* llvm: fix +lldb optional deps, add lua variant * use good old conflicts --------- Co-authored-by: Harmen Stoppels <me@harmenstoppels.nl>
2023-08-25Add gperftools 2.12 (#39623)Mikael Simberg1-0/+1
2023-08-25QMCPACK: add v3.17.1 (#39626)Paul R. C. Kent1-0/+1
2023-08-25LBANN package: strip hostname on non-LC systems. (#39601)Brian Van Essen1-3/+2
2023-08-25Windows symlinking support (#38599)James Smillie11-161/+787
This reapplies 66f7540, which adds supports for hardlinks/junctions on Windows systems where developer mode is not enabled. The commit was reverted on account of multiple issues: * Checks added to prevent dangling symlinks were interfering with existing CI builds on Linux (i.e. builds that otherwise succeed were failing for creating dangling symlinks). * The logic also updated symlinking to perform redirection of relative paths, which lead to malformed symlinks. This commit fixes these issues.
2023-08-25add memalign option to petsc to be used with tandem (#37282)Thomas-Ulrich2-2/+13
2023-08-25intel-oneapi-mkl: add hpcx-mpi to the list of supported MPI libs (#39625)Loris Ercole1-3/+5
Co-authored-by: Loris Ercole <a-lercole@microsoft.com>
2023-08-25py-scipy: add v1.11.2 (#39515)Adam J. Stewart1-0/+1
2023-08-25arrow: explicitly disable RE2 and UTF8PROC flags when not in dependencies ↵Erik Heeren1-0/+5
(#35353) Co-authored-by: Harmen Stoppels <harmenstoppels@gmail.com>
2023-08-25legion: drop cray-pmi dependency (#39620)Richard Berger1-1/+0
There are other ways to enforce cray-pmi being loaded in environments that use cray-mpich. This avoids breaking environments where this was already the case and avoids forcing them to declare an external.
2023-08-25build(deps): bump actions/checkout from 3.5.3 to 3.6.0 (#39617)dependabot[bot]8-26/+26
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.3 to 3.6.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/c85c95e3d7251135ab7dc9ce3241c5835cc595a9...f43a0e5ff2bd294095638e18286ca9a3d1956744) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-24py-sphinx: add v7.2.3 (#39612)Adam J. Stewart2-3/+20
2023-08-24legion: depend on cray-pmi when using gasnet and cray-mpich (#39614)Richard Berger1-1/+1
2023-08-24phist: new version 1.12.0 (#39616)Jonas Thies1-0/+6
2023-08-24AOCL spack recipes for 4.1 release w. new AOCL-Utils library (#39489)AMD Toolchain Support8-66/+259
* AOCC and AOCL spack recipes for 4.1 release * Fix broken checksum * remove blank line * Add missing `@when` for 4.1 only function --------- Co-authored-by: vijay kallesh <Vijay-teekinavar.Kallesh@amd.com>
2023-08-24[py-smartsim] New Package (#39306)Matt Drozt3-0/+132
* Create a smartsim package * rm ss 0.4.2 * no py upper bound, add build dep * add setup_build_env * add comment to find ml deps lower bounds * Apply suggestions from code review Correct dep versions, use `python_purelib` Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> * remove the cuda/rocm vars * point editors to bin deps version constraints * Apply suggestions from code review Loosen `py-smartredis` constraint, enforce `setup.cfg` py version Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> * style * rm rai lower bound * lower bound setuptools Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> --------- Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
2023-08-24py-particle: new versions through 0.23.0 (#39547)Wouter Deconinck1-0/+4
* py-particle: new versions through 0.23.0 * py-particle: depends_on py-deprecated
2023-08-24preCICE: prepare for version 3 (#39486)Frédéric Simonis1-33/+54
2023-08-24py-sphinx: add v7.2 (#39513)Adam J. Stewart1-0/+6
2023-08-24add magma variant to strumpack (#39224)Sajid Ali1-0/+5
* add magma variant to strumpack * clarify conflicts to be excuive to rocm/cuda, without it +magma+cuda fails as it is ~rocm modified: var/spack/repos/builtin/packages/strumpack/package.py * add missing depends_on for magma variant
2023-08-24zlib-ng: build system patches (#39559)Harmen Stoppels4-1/+871
2023-08-24h5bench: add e4s tag (#39595)eugeneswalker1-0/+2
2023-08-24rebuild-index: fix race condition by avoiding parallelism (#39594)Harmen Stoppels1-25/+10
2023-08-24Remove leftover attributes from parser (#39574)Massimiliano Culpo2-27/+1
#35042 introduced lazy hash parsing, but didn't remove a few attributes from the parser that were needed only for concrete specs This commit removes them, since they are effectively dead code.
2023-08-24build(deps): bump sphinx from 7.2.2 to 7.2.3 in /lib/spack/docs (#39603)dependabot[bot]1-1/+1
Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 7.2.2 to 7.2.3. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v7.2.2...v7.2.3) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-24fms: add v2023.02 and v2023.01.01 (#39434)Ryan Mulhall1-0/+11
* Add 2023.02 and 2023.01.01 with variant for mpp_io and fms_io deprecation Co-authored-by: rem1776 <Ryan.Mulhall@noaa.gov>
2023-08-24perl-http-message: add dependency on perl-clone (#39567)Alan Orth1-0/+1
Clone is a hard dependency as of HTTP-Message v6.44. This causes problems in packages like Roary which depend on perl-http-message: $ spack load roary $ roary Use of uninitialized value in require at /var/scratch/spack/opt/spack/linux-centos8-x86_64_v3/gcc-8.5.0/perl-http-message-6.44-lzp5th4jddd3gojkjfli4hljgem2nl26/lib/perl5/HTTP/Headers.pm line 8. Can't locate Clone.pm in @INC (you may need to install the Clone module) (@INC contains: /home/aorth/lib ... See: https://github.com/libwww-perl/HTTP-Message/blob/master/Changes
2023-08-24Add package mpi-test-suite (#39487)Julien Cortial2-0/+45
2023-08-24ffmpeg: apply upstream fix for build with binutils 2.41 (#39392)Martin Aumüller1-0/+7
While spack does not yet provide binutils 2.41, they might still be installed. However, building ffmpeg on x86_64 fails with multiple errors like this: ./libavcodec/x86/mathops.h:125: Error: operand type mismatch for `shr' also reported here: https://trac.ffmpeg.org/ticket/10405
2023-08-24Make lcov dependency on perl explicit (#39485)Julien Cortial1-1/+8
2023-08-24Arbor: version added: v0.9.0 (#39374)Brent Huisman1-9/+21
2023-08-24lammps: simplify url_for_version logic (#39554)Richard Berger1-31/+23
Use the stable_versions variable to check stable versions
2023-08-23slurm: add version 23-02-3-1 and 23-02-4-1 (#39598)Richard Berger1-0/+2
2023-08-23Add amg2023 package; remove amg package (#39105)Greg Becker4-85/+102
Add amg2023 package Consolidate existing amg and amg2013 packages (they reference the same code) under the amg2013 name to minimize confusion between amg2023 and amg2013. Co-authored-by: Riyaz Haque <haque1@llnl.gov>
2023-08-23Include t8code package (#39391)svengoldberg1-0/+75
* t8code: Create new spack package Co-authored-by: Bernhard Kaindl <bernhardkaindl7@gmail.com>
2023-08-23adios2: correct c-blosc dependency (#39385)Vicente Bolea2-1/+4
* adios2: correct c-blosc dependency * c-blosc2: disable oneapi spec
2023-08-23cfitsio: add new version 4.3.0 (#39588)lorddavidiii1-0/+1
2023-08-23Uppercase global constants in spec.py (#39573)Massimiliano Culpo9-38/+38
* Uppercase global constants in spec.py Co-authored-by: Bernhard Kaindl <bernhardkaindl7@gmail.com>
2023-08-23do not warn for invalid package name on repo.yaml if subdirectory: '' (#39439)Greg Becker1-1/+1
2023-08-23elpa 2023.05 (#39585)Simon Pintarelli1-0/+3
2023-08-23aws-sdk-cpp: disable flaky tests in build (#39565)Harmen Stoppels1-1/+5
2023-08-23ASP-based solver: split heuristic for duplicate nodes (#39593)Massimiliano Culpo3-16/+27
The heuristic for duplicate nodes contains a few typos, and apparently slows down the solve for specs that have a lot of sub-optimal choices to be taken. This is likely because with a lot of sub-optimal choices, the low priority, flawed heuristic is being used by clingo. Here I split the heuristic, so complex rules that matter only if we allow multiple nodes from the same package are used only in that case.
2023-08-23Add kpp2 branch tag and move to GitHub. (#39503)Cameron Rutherford1-2/+3
2023-08-23FleCSI dependency updates (#39557)Richard Berger1-10/+9
* use full cuda_arch list * update compiler requirement * update boost requirements * propagate +kokkos to legion in non-GPU cases * add missing graphviz dependency for +doc
2023-08-23llvm: fix `elf` dep conditions and cmake bug (#39566)Harmen Stoppels3-10/+60
2023-08-23Add CDT (Constrained Delaunay Triangulation) library (#39488)Julien Cortial1-0/+47
2023-08-23Add --fail-fast option for generating build caches (#38496)Dom Heinzeller3-5/+33
Co-authored-by: Harmen Stoppels <me@harmenstoppels.nl>
2023-08-23py-nbmake: add v1.4.3 (#39514)Adam J. Stewart1-1/+4
2023-08-23libyogrt %oneapi: add cflag=-Wno-error=implicit-function-declaration (#39522)eugeneswalker1-0/+6
2023-08-23embree: new versions and ARM support (#38083)Martin Aumüller2-15/+33