summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2022-03-21augustus: explicitly depend on ncurses (#29597)Glenn Johnson2-1/+2
2022-03-21bamtools: add missing dependency on jsoncpp (#29598)Glenn Johnson1-0/+1
2022-03-21cistem: add missing dependency on libtiff (#29599)Glenn Johnson1-0/+1
2022-03-21cnvnator: tweak dependencies (#29600)Glenn Johnson1-3/+14
- constrain samtools to version 1.13 - replace lzma dependency with xz - add missing dependencies for libdeflate and openssl - explicitly set LD_FLAGS for dependencies in makefile
2022-03-21gate: add v9.1 (#29601)Glenn Johnson1-1/+3
2022-03-21gatetools: add v0.11.2 (#29602)Glenn Johnson1-0/+5
2022-03-21relion: add dependency on libpng for version 4 (#29615)Glenn Johnson1-0/+1
2022-03-21r-future: add v1.24.0 (#29616)Glenn Johnson1-0/+2
2022-03-21r-jsonlite: add v1.8.0 (#29618)Glenn Johnson1-0/+1
2022-03-21r-philentropy: add v0.6.0 (#29619)Glenn Johnson2-1/+23
This also adds r-poorman as a new package.
2022-03-21r-pillar: add v1.7.0 (#29620)Glenn Johnson1-0/+2
2022-03-21r-rcurl: add v1.98-1.6 (#29622)Glenn Johnson1-0/+1
2022-03-21crmc: new package (#29371)haralmha1-0/+48
2022-03-21ftjam: add new package (#29320)haralmha1-0/+18
2022-03-21xyce: switch to Trilinos 13.2.0 and add dependencies for +pymi (#29331)Paul Kuberry1-8/+9
* xyce: switch to Trilinos 13.2.0 and add dependencies for +pymi * xyce: clean up Trilinos dependency logic
2022-03-21py-torchgeo: add v0.2.1 (#29632)Adam J. Stewart1-1/+5
2022-03-21python: add v3.10.3 (#29640)Jörg Behrmann1-0/+1
From the release announcement: "This is a special bugfix release ahead of schedule to address a memory leak that was happening on certain function calls when using Cython. The memory leak consisted of a small constant amount of bytes in certain function calls from Cython code. Although in most cases this was not very noticeable, it was very impactful for long-running applications and certain usage patterns. Check bpo-46347 for more information."
2022-03-21libtree: add upperbound for elfio (#29637)Harmen Stoppels1-1/+1
2022-03-20major.minor.micro.dev0 Spack version (#25267)Harmen Stoppels4-102/+91
When you install Spack from a tarball, it will always show an exact version for Spack itself, even when you don't download a tagged commit: ``` $ wget -q https://github.com/spack/spack/archive/refs/heads/develop.tar.gz $ tar -xf develop.tar.gz $ ./spack-develop/bin/spack --version 0.16.2 ``` This PR sets the Spack version to `0.18.0.dev0` on develop, following [PEP440](https://github.com/spack/spack/pull/25267#issuecomment-896340234) as suggested by Adam Stewart. ``` spack (fix/set-dev-version)$ spack --version 0.18.0.dev0 (git 0.17.1-1526-e270464ae0) spack (fix/set-dev-version)$ mv .git .git_ spack $ spack --version 0.18.0.dev0 ``` - [x] Update the release guide - [x] Add __version__ to spack's __init__.py - [x] Use PEP 440 canonical version strings - [x] Make spack --version output [actual version] (git version) Co-authored-by: Todd Gamblin <tgamblin@llnl.gov>
2022-03-20cmake: 3.21.x, 3.22.x bump (#29633)Harmen Stoppels1-0/+3
2022-03-20rivet: fix dependency build types (#29358)Valentin Volkl1-12/+9
* rivet: fix dependency build types If it isn't a python package, there is no good reason to change the default build type to remove link * rivet: turn swig into build dependency
2022-03-20dealii: new version and restrict sundials version (#29631)Luca Heltai1-1/+3
2022-03-20py-torch: set INTEL_MKL_DIR (#29613)Glenn Johnson1-0/+5
Add the INTEL_MKL_DIR variable so py-torch can find mkl if provided by intel-oneapi-mkl.
2022-03-20OpenJDK: add 11.0.14.1, 17.0.2 (#29167)Diego Alvarez1-2/+19
* Added OpenJDK 11.0.14.1 and 17.0.2 * Fix preferred_defined change.
2022-03-20rust: new version 1.58.1 and deprecate older (#29322)Vivian Hafener1-33/+40
* Added rust version 1.58.1 * Fixed flake8 style errors Co-authored-by: Viv Eric Hafener <vehrc@sporcbuild.rc.rit.edu>
2022-03-20botan: new versions 2.18.2, 2.19.0 and 2.19.1 (#29361)Martin Aumüller1-0/+3
2022-03-20Enable GCS urls as valid (#29592)Doug Jacobsen3-1/+13
* Add tests to ensure google cloud storage urls work as mirrors This commit adds two tests to track that GCS buckets can work as mirrors, and can be parsed as valid URLs. Currently, gs:// format URLs are not correctly parsed. * Fix URL parsing for GCS buckets This commit adds GCS bucket URLs as valid URLs.
2022-03-19We were doing a check in a metaclass to ensure that Package classes weren't ↵Peter Scheibel1-1/+1
defining a function themselves; this check failed (erroneously) if that Package class subclassed another package class (because the check examined all superclasses and thought the definition we automatically add was an offender) (#29569)
2022-03-19GDAL: add v3.4.2 (#29496)Adam J. Stewart1-3/+6
2022-03-19py-torch-sparse: add missing dependency on py-torch (#29612)Glenn Johnson1-0/+1
2022-03-19Revert "Add command for reading a json-based DB description (#24894)" (#29603)Nils Vu14-712/+41
This reverts commit 531b1c5c3dcc9bc7bec27e223608aed477e94dbd.
2022-03-19py-pysam: update to version 0.18.0 (#29609)Glenn Johnson1-0/+2
2022-03-19mmg: add vtk variant (#29533)Carlos Bederián1-4/+4
2022-03-19py-rasterio: add v1.2.10 (#29497)Adam J. Stewart1-7/+14
2022-03-19ants: add version 20220205 (#29500)Ben Darwin1-1/+3
A new release hasn't been tagged in over a year.
2022-03-19WRF: Update AOCC patches for latest WRF version. (#29529)Timothy Brown1-2/+2
2022-03-19EVE: new version 2022.03.0 (#29511)Joel Falcou1-2/+3
2022-03-19opencl-c-headers and opencl-clhpp: add new versions (#29535)lorddavidiii2-0/+2
- these versions are a synchronization with the OpenCL v3.0.10 specification release.
2022-03-18dicom3tools: fix build error with Fujitsu compiler (#29435)Qian Jianhua1-0/+8
2022-03-18allow ci reproduce to work when spack is cloned to a directory not named ↵Tom Scogland1-1/+1
spack (#29518)
2022-03-18R versions (#29258)Tom Scogland5-43/+129
* lower priority of package-provided urls This change favors urls found in a scraped page over those provided by the package from `url_for_version`. In most cases this doesn't matter, but R specifically returns known bad URLs in some cases, and the fallback path for a failed fetch uses `fetch_remote_versions` to find a substitute. This fixes that problem. fixes #29204 * consider what links actually exist in all cases Checksum was only actually scraping when called with no versions. It now always scrapes and then selects URLs from the set of URLs known to exist whenever possible. fixes #25831 * bow to the wrath of flake8 * test-fetch urls from package, prefer if successful * Update lib/spack/spack/package.py Co-authored-by: Seth R. Johnson <johnsonsr@ornl.gov> * reword as suggested * re-enable mypy specific ignore and ignore pyflakes * remove flake8 ignore from .flake8 * address review comments * address comments * add sneaky missing substitute I missed this one because we call substitute on a URL that doesn't contain a version component. I'm not sure how that's supposed to work, but apparently it's required by at least one mock package, so back in it goes. Co-authored-by: Seth R. Johnson <johnsonsr@ornl.gov>
2022-03-18Add command for reading a json-based DB description (#24894)Peter Scheibel14-41/+712
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 Co-authored-by: Harmen Stoppels <harmenstoppels@gmail.com>
2022-03-18hdf5-vol-log: new version 1.1 (#29553)Larry Knox1-2/+4
2022-03-18PETSc: split install() into configure(), build(), install() (#29126)JDBetteridge1-5/+18
2022-03-18hepmcanalysis: propagate cxxstd from root (#29512)haralmha1-8/+5
* Use same cxx value as root * Remove pointer syntax from non-pointer type in source * Run patch function before build * Use raw string in filter_file and merge edit function with patch * Escape parentheses * Use gDirectory from ROOT instead of CurrentDirectory function
2022-03-18mmg: add 5.6.0 (#29534)Carlos Bederián1-0/+1
2022-03-18environment: Don't print 'updating view at' when no specs (#29536)Harmen Stoppels1-1/+2
2022-03-18Split the workflow section and remove outdated advices (#29344)Massimiliano Culpo7-1248/+287
This PR removes a few outdated sections from the "Basics" part of the documentation. It also makes a few topic under the environment section more prominent by removing an unneeded spack.yaml subsection and promoting everything under it.
2022-03-17Make boost minimal and composable (Original PR#22303) (#28623)Abhik Sarkar190-104/+1117
* Make boost composable Currently Boost enables a few components through variants by default, which means that if you want to use only what you need and no more, you have to explicitly disable these variants, leading to concretization errors whenever a second package explicitly needs those components. For instance if package A only needs `+component_a` it might depend on `boost +component_a ~component_b`. And if packge B only needs `+component_b` it might depend on `boost ~component_a +component_b`. If package C now depends on both A and B, this leads to unsatisfiable variants and hence a concretization error. However, if we default to disabling all components, package A can simply depend on `boost +component_a` and package B on `boost +component_b` and package C will concretize to depending on `boost +component_a +component_b`, and whatever you install, you get the bare minimum. * Fix style * Added composable boost dependencies for folly * fixing akantu merge issue * hpctoolkit boost dependencies already defined * Fix Styles * Fixup style once more * Adding isort fix * isort one more time * Fix for package audit issue Co-authored-by: Harmen Stoppels <harmenstoppels@gmail.com> Co-authored-by: Ryan O'Malley <rd.omalley@comcast.net>
2022-03-17clinfo: add new versions (#29537)lorddavidiii1-0/+2