Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-03-23 | environment: be more defensive when deleting roots for old views (#29636) | Harmen Stoppels | 2 | -2/+19 | |
Currently `old_root` is computed by reading the symlink at `self.root`. We should be more defensive in removing it by checking that it is in the same directory as the new root. Otherwise, in the worst case, when someone runs `spack env create --with-view=./view -d .` and `view` already exists and is a symlink to `/`, Spack effectively runs `rm -rf /`. | |||||
2022-03-23 | tetgen: add v1.5.1 and v1.6.0 (#29630) | Ce Qin | 1 | -1/+3 | |
2022-03-23 | python: drop dependency on `file` for script check (#29513) | Harmen Stoppels | 4 | -4/+55 | |
`file` was used to detect Python scripts with shebangs, so that the interpreter could be changed from <python prefix> to <view path>. With this change, we detect shebangs using Python instead, so that `file` is no longer required. | |||||
2022-03-23 | kahip: add v3.12, v3.13 and v3.14 (#29648) | Matthew Archer | 1 | -2/+13 | |
Co-authored-by: cleathart <c.leathart@hotmail.co.uk> | |||||
2022-03-23 | variorum: update package for CCE (#29656) | luker | 1 | -0/+5 | |
CCE needs additional compiler flags. | |||||
2022-03-23 | libgit2: add versions 1.2.0, 1.3.0, 1.4.0, 1.4.1, 1.4.2, 1.4.3 (#29675) | eugeneswalker | 1 | -0/+5 | |
2022-03-23 | Use stable URLs and `?full_index=1` for all github patches (#29239) | Adam J. Stewart | 64 | -217/+262 | |
The number of commit characters in patch files fetched from GitHub can change, so we should use `full_index=1` to enforce full commit hashes (and a stable patch `sha256`). Similarly, URLs for branches like `master` don't give us stable patch files, because branches are moving targets. Use specific tags or commits for those. - [x] update all github patch URLs to use `full_index=1` - [x] don't use `master` or other branches for patches - [x] add an audit check and a test for `?full_index=1` Co-authored-by: Todd Gamblin <tgamblin@llnl.gov> | |||||
2022-03-23 | Remove known issues from documentation (#29664) | Massimiliano Culpo | 2 | -78/+0 | |
Known issues reports only 2 issues, among the bugs reported on GitHub. One of the two is also outdated, since the issue has been solved with the new concretizer. Thus, this commit removes the section. | |||||
2022-03-22 | ucx: add 1.12.1 (#29665) | Carlos Bederián | 1 | -0/+1 | |
2022-03-22 | sbang.py: single lstat (#29670) | Harmen Stoppels | 1 | -11/+9 | |
2022-03-22 | Feature/composed boost pkg deps p1 (#28959) | Abhik Sarkar | 19 | -111/+22 | |
* This commit removes the Boost.with_default_variants to variants that packages are precisely dependant upon. This is the first batch of 20 packages with modified boost dependencies. * Style fixes * Tested bridger: works for gcc-4.9.3 and gcc-8.3.1 | |||||
2022-03-22 | New package: Vite (#29489) | François Trahay | 1 | -0/+41 | |
2022-03-22 | Windows PWSH setup fix (#29649) | John W. Parent | 1 | -4/+4 | |
A command in the script to make Spack accessible in PWSH was invoked with multiple arguments when it in fact requires a single argument. | |||||
2022-03-22 | libunwind: make v1.5.0 preferred (#29660) | Massimiliano Culpo | 1 | -1/+1 | |
Commit 26ff443 made the Gitlab pipeline failing on develop (while it was not failing in the original PR) due to errors in the fetcher. This change preserves the new versions, but will give some time for use to sync our tarball mirror for better reliability | |||||
2022-03-21 | e4s mini mac stack: add bzip2 (#29650) | eugeneswalker | 1 | -0/+1 | |
2022-03-21 | libunwind: add versions 1.6.2 and 1.6-stable (#29639) | Mark W. Krentel | 1 | -4/+6 | |
2022-03-21 | numactl: add explicit darwin conflict (#29481) | Seth R. Johnson | 1 | -0/+3 | |
2022-03-21 | Add conflicts/updates for HEP tools on Summit (#29556) | Seth R. Johnson | 3 | -17/+16 | |
* Fix bad `-mfma` flag on summit * ROOT: new version and ppc conflict See https://github.com/root-project/root/issues/9297 | |||||
2022-03-21 | geant4-data: Add latest version to make it available for geant4 (#29462) | Thomas Madlener | 1 | -3/+3 | |
2022-03-21 | hohqmesh: add v1.2.1 (#29454) | Joe Schoonover | 1 | -0/+1 | |
2022-03-21 | xapian-core: add v1.4.19 (#29583) | Valentin Volkl | 1 | -1/+2 | |
2022-03-21 | edm4hep: add version 0.4.1 (#29542) | Valentin Volkl | 1 | -1/+3 | |
* edm4hep: add version 0.4.1 * style | |||||
2022-03-21 | r-insight: add v0.16.0 (#29617) | Glenn Johnson | 1 | -0/+1 | |
2022-03-21 | py-pyvcf: constrain py-setuptools to 0.57 (#29610) | Glenn Johnson | 1 | -1/+1 | |
This package can not use setuptools newer than 0.57 due to needing features removed in later versions of setuptools. | |||||
2022-03-21 | vecgeom: fix cuda arch (#29582) | Seth R. Johnson | 1 | -25/+28 | |
* vecgeom: fix cuda arch * vecgeom: change 'options' to 'args' * vecgeom: add spec to locals * vecgeom: suppress architecture specializations when cuda | |||||
2022-03-21 | r-sf: add v1.0.7 (#29625) | Glenn Johnson | 1 | -0/+1 | |
2022-03-21 | mariadb: add version 10.8.2 (#29586) | Valentin Volkl | 1 | -1/+2 | |
2022-03-21 | r-yaml: add v2.3.5 (#29628) | Glenn Johnson | 1 | -0/+1 | |
2022-03-21 | lcgenv: add new package (#29436) | haralmha | 1 | -0/+20 | |
2022-03-21 | Updated configure flags in newer versions of ipopt (#29445) | Felix Liu | 1 | -12/+23 | |
2022-03-21 | sparrow: add new package (#29291) | David M. Rogers | 1 | -0/+85 | |
2022-03-21 | config add: fix parsing of validator error to infer type from oneOf (#29475) | Greg Becker | 2 | -4/+10 | |
2022-03-21 | Barvinok: fix pet variant description, add maintainer (#29421) | miheer vaidya | 1 | -1/+6 | |
2022-03-21 | r-tinytex: add v0.37 (#29627) | Glenn Johnson | 1 | -0/+1 | |
2022-03-21 | geant4: Add external find support (#29642) | Thomas Madlener | 1 | -0/+49 | |
* geant4: Add external find support (partial) * Fix style * Fix style another time | |||||
2022-03-21 | r-terra: add v1.5-21 (#29626) | Glenn Johnson | 1 | -0/+1 | |
2022-03-21 | build(deps): bump docker/build-push-action from 2.9.0 to 2.10.0 (#29506) | dependabot[bot] | 1 | -1/+1 | |
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2.9.0 to 2.10.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/7f9d37fa544684fb73bfe4835ed7214c255ce02b...ac9327eae2b366085ac7f6a2d02df8aa8ead720a) --- updated-dependencies: - dependency-name: docker/build-push-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-03-21 | pumi: add v2.2.7 (#29521) | Cameron Smith | 1 | -0/+1 | |
2022-03-21 | hdf5: add v1.13.1 (#29514) | Larry Knox | 1 | -22/+23 | |
Also add preferred=True to all "maintenance versions". | |||||
2022-03-21 | elfio: add v3.10 (#29644) | Harmen Stoppels | 1 | -0/+1 | |
2022-03-21 | r-recipes: add v0.2.0 (#29623) | Glenn Johnson | 2 | -0/+31 | |
Also add new package: r-hardhat. | |||||
2022-03-21 | augustus: explicitly depend on ncurses (#29597) | Glenn Johnson | 2 | -1/+2 | |
2022-03-21 | bamtools: add missing dependency on jsoncpp (#29598) | Glenn Johnson | 1 | -0/+1 | |
2022-03-21 | cistem: add missing dependency on libtiff (#29599) | Glenn Johnson | 1 | -0/+1 | |
2022-03-21 | cnvnator: tweak dependencies (#29600) | Glenn Johnson | 1 | -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-21 | gate: add v9.1 (#29601) | Glenn Johnson | 1 | -1/+3 | |
2022-03-21 | gatetools: add v0.11.2 (#29602) | Glenn Johnson | 1 | -0/+5 | |
2022-03-21 | relion: add dependency on libpng for version 4 (#29615) | Glenn Johnson | 1 | -0/+1 | |
2022-03-21 | r-future: add v1.24.0 (#29616) | Glenn Johnson | 1 | -0/+2 | |
2022-03-21 | r-jsonlite: add v1.8.0 (#29618) | Glenn Johnson | 1 | -0/+1 | |