summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2022-04-28Delocalize type output for bash completion (#30360)lpoirel2-2/+2
2022-04-29netcdf-fortran: do not build with MPI wrappers (#30371)Sergey Kosukhin1-10/+17
2022-04-28meson: New version 0.62.1 (#30367)Erik Schnetter1-0/+1
2022-04-28reprimand: New version 1.4 (#30369)Erik Schnetter1-0/+1
2022-04-28SDK: Require paraview@5.10: in the ECP SDK (#30372)kwryankrattiger1-3/+3
* SDK: Require paraview@5.10: in the ECP SDK * SDK: Updated dev src conflicts to be more explicit
2022-04-28Add command for reading JSON-based DB description (now with more tests) (#29652)Peter Scheibel18-55/+811
This is an amended version of https://github.com/spack/spack/pull/24894 (reverted in https://github.com/spack/spack/pull/29603). https://github.com/spack/spack/pull/24894 broke all instances of `spack external find` (namely when it is invoked without arguments/options) because it was mandating the presence of a file which most systems would not have. This allows `spack external find` to proceed if that file is not present and adds tests for this. - [x] Add a test which confirms that `spack external find` successfully reads a manifest file if present in the default manifest path --- Original commit message --- Adds `spack external read-cray-manifest`, which reads a json file that describes a set of package DAGs. The parsed results are stored directly in the database. A user can see these installed specs with `spack find` (like any installed spec). The easiest way to use them right now as dependencies is to run `spack spec ... ^/hash-of-external-package`. Changes include: * `spack external read-cray-manifest --file <path/to/file>` will add all specs described in the file to Spack's installation DB and will also install described compilers to the compilers configuration (the expected format of the file is described in this PR as well including examples of the file) * Database records now may include an "origin" (the command added in this PR registers the origin as "external-db"). In the future, it is assumed users may want to be able to treat installs registered with this command differently (e.g. they may want to uninstall all specs added with this command) * Hash properties are now always preserved when copying specs if the source spec is concrete * I don't think the hashes of installed-and-concrete specs should change and this was the easiest way to handle that * also specs that are concrete preserve their `.normal` property when copied (external specs may mention compilers that are not registered, and without this change they would fail in `normalize` when calling `validate_or_raise`) * it might be this should only be the case if the spec was installed - [x] Improve testing - [x] Specifically mark DB records added with this command (so that users can do something like "uninstall all packages added with `spack read-external-db`) * This is now possible with `spack uninstall --all --origin=external-db` (this will remove all specs added from manifest files) - [x] Strip variants that are listed in json entries but don't actually exist for the package
2022-04-28ASP-based solver: discard unknown packages from reuse (#30357)Massimiliano Culpo2-3/+25
* ASP-based solver: discard unknown packages from reuse This is an add-on to #28259 that cover for the case of a single package.py being removed from a repository, rather than an entire custom repository being removed. * Add unit test
2022-04-28Add BUILD_TESTING to standard CMake arguments (#30374)Frédéric Simonis1-0/+2
CTest determines whether to enable tests using the BUILD_TESTING variable. This should be used by projects to conditionally enable the compilation of tests. Spack knowns which packages have to run tests and can thus automatically define this variable.
2022-04-28Add checksum for py-poetry-core@1.0.8 (#30359)Andrea Valenzuela1-0/+1
Co-authored-by: aandvalenzuela <andrea.valenzuela.ramirez@cern.ch>
2022-04-28Add checksum for py-more-itertools@8.12.0 and fix python dependency (#30325)Andrea Valenzuela1-0/+3
* Add checksum for py-more-itertools@8.12.0 and fix python dependency * Package version 8.11.0 is the only version that requires python 3.6+ Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> * Add reference to python 3.6 dependency Co-authored-by: aandvalenzuela <andrea.valenzuela.ramirez@cern.ch> Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
2022-04-28py-quantities: add versions from 0.12.2-13.0 (#28586)Andrew Davison1-2/+19
* py-quantities: add versions from 0.12.2-13.0 * Attempt to fix the version specification * add maintainer, implement suggestions from reviewer
2022-04-28Ascent/Conduit: re-add fortran compiler that was mistakenly removed (#30351)Chris White2-0/+5
2022-04-28build_env/test_env: add concretizer args (#30289)Greg Becker2-2/+4
2022-04-28install --overwrite: use rename instead of tmpdir (#29746)Harmen Stoppels4-54/+45
I tried to use --overwrite on nvhpc, but nvhpc's install size is 16GB. Seems better to do os.rename in the same directory than moving the directory to `/tmp`. - [x] install --overwrite: use rename instead of tmpdir - [x] use tempfile
2022-04-27Add spiral fftx (#28583)Patrick Broderick7-45/+244
* add fftx package; rename spiral to spiral-software and add spiral-package-* * Update year in copyright notice * Add package description to FFTX/package.py * Changes to package files for SPIRAL & FFTX for PR * Update package definitions * remove unnecessary lines
2022-04-27Add HDF5 version 1.12.2. (#30348)Larry Knox1-0/+1
2022-04-27llvm: Add 14.0.1 14.0.2 (#30347)Paul R. C. Kent1-0/+2
2022-04-28Add Python `chmod +x` equivalent in `fpm` package (#30342)Wileam Y. Phan1-1/+9
2022-04-27z3: New version 4.8.16 (#30328)Erik Schnetter1-0/+2
2022-04-27tcsh: add version 6.24.00 (#30346)dlkuehn1-0/+1
Co-authored-by: David Kuehn <las_dkuehn@iastate.edu>
2022-04-27hiop: Enable barebones testing (#30313)Asher Mancinelli1-0/+37
* Enable barebones testing Run 6 test cases representative of the entire HiOp test suite. * Apply style changes * Dont use unpacking for py2 compat
2022-04-27armpl: add new package (#30305)Annop Wongwathanarat1-0/+179
Co-authored-by: Annop Wongwathanarat <annop.wongwathanarat@arm.com>
2022-04-27orthofinder: add version 2.5.4 (#30344)dlkuehn1-0/+1
Co-authored-by: David Kuehn <las_dkuehn@iastate.edu>
2022-04-27Kokkos: update package for release 3.6.00 (#30315)Luc Berger1-1/+2
2022-04-27mvapich2 MPI_ROOT needed in modules (#30335)Paul Ferrell1-0/+2
We've found that when using mvapich2 via modules, we need to set the MPI_ROOT environment variable.
2022-04-27Update ascent and deps for 0.8.x (#29954)kwryankrattiger7-49/+372
* Update package versions for Ascent/SDK * Umpire build static for cuda from dray * Propagate cuda_arch for ascent and dray packages. * Ascent: Update dependency versions for ascent@0.8: * VTK-h: Patch +shared+cuda for VTK-h 0.8.x * Ascent: Patch to allow @0.8: +shared+cuda * Turn off building ascent tests. * Update ascent patch * WIP: Ascent: Update patch to configure MPI build with CUDA * Ascent: Tests require vtk-m+testlib * WIP: Ascent: Constrain 0.7 for vtk-h * Ascent: Directly depend on VTK-m
2022-04-27e4s ci: uncomment umpire (#29776)eugeneswalker1-1/+1
2022-04-27Mesa: Constrain compatible LLVM version (#30102)kwryankrattiger1-0/+1
Base on release date, not actual compatibility, because LLVM version compatibility is not documented clearly in Mesa for upper version limits.
2022-04-27SCons: added versions 4.0.0-4.3.0 (#30296)Lucas Frérot1-2/+19
* SCons: added versions 4.0.0-4.3.0 * scons: correct package name casing in url_for_version
2022-04-27Allow PyTorch to forward gcc-toolchain cxxcflag to CUDA toolchains (#30318)Brian Van Essen1-0/+4
2022-04-27damask-*: add v3.0.0alpha6 (#30124)Martin Diehl4-11/+22
2022-04-27build(deps): bump actions/checkout from 2 to 3.0.2 (#30235)dependabot[bot]5-30/+30
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.0.2. - [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/v2...2541b1294d2704b0964813337f33b291d3f8596b) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-27blat: add v37 (#30166)snehring1-1/+14
2022-04-27rust: add 1.60.0 and fix libgit2 incompatibility (#30123)Michael Kuhn1-0/+9
2022-04-27Added GPTune v3.0.0 and its dependency py-pymoo (#30119)liuyangzhuan2-1/+26
2022-04-27tauola: fix ~lhapdf (#30190)Valentin Volkl1-2/+7
2022-04-27Add fix for binutils 2.38 +gas makeinfo issue (#30209)Derek Ryan Strong1-0/+3
Co-authored-by: Massimiliano Culpo <massimiliano.culpo@gmail.com>
2022-04-27Starpu and Fxt: new packages (#29285)nfurmento2-0/+206
2022-04-27build(deps): bump codecov/codecov-action from 3.0.0 to 3.1.0 (#30234)dependabot[bot]1-5/+5
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3.0.0 to 3.1.0. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/e3c560433a6cc60aec8812599b7844a7b4fa0d71...81cd2dc8148241f03f5839d295e000b8f761e378) --- updated-dependencies: - dependency-name: codecov/codecov-action 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>
2022-04-27openmpi: add toggle for rsh plm (#30251)Harmen Stoppels1-1/+6
By default `openmpi` needs `rsh` from `openssh`, which is a somewhat redundant dependency for clusters using slurm. This PR adds a toggle to allow users to disable the ssh/rsh plm altogether.
2022-04-27gcta: rework package recipe (#30286)snehring2-10/+85
2022-04-27py-pil: deprecate package (#30308)Adam J. Stewart1-1/+1
2022-04-27relion: add altcpu variant and fix fftw (#30097)Glenn Johnson1-16/+53
This package was not setting FFTW when +mklfft was used with +cuda. Since both were set to 'True', the default build was not linked to any FFTW, leading to a run time error. It seems MKL support was conflated with alternative CPU acceleration support. This PR does the following: - adds the altcpu variant to specify non-GPU/CPU acceleration - sets a conflict between +altcpu and +cuda - sets an FFTW implementation - sets fltk+xft when +gui to get a decent looking GUI interface - sets tbb dependency only when +altcpu - adds dependency on ctffind - adds variant and dependency on motioncor2 - sets defaults for - qsub template location - ctffind location - motioncor2 location Co-authored-by: Massimiliano Culpo <massimiliano.culpo@gmail.com>
2022-04-27bucky: fix compile errors with newer gccs (#30314)snehring1-2/+10
2022-04-27ASP-based solver: handle installed specs from unknown namespaces (#30092)Massimiliano Culpo2-0/+44
fixes #28259 This commit discard specs from unknown namespaces from the ones that can be "reused" during concretization. Previously Spack would just error out when encountering them.
2022-04-27reprimand: update requests on boost (#30109)Erik Schnetter1-1/+1
2022-04-27suntans: add new package (#30149)Lhxone1-0/+46
2022-04-26py-cryptography@35: tell cargo to use cli git, not cargo internal git… ↵eugeneswalker1-0/+10
(#30307)
2022-04-26libgit2: add 1.4.3 and 1.3.1 (#30122)Michael Kuhn1-0/+2
2022-04-27fossil: New package (#30311)Erik Schnetter1-0/+25
* fossil: new package * fossil: Format code