summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2022-03-24environment views: single pass view generation (#29443)Harmen Stoppels14-25/+950
Reduces the number of stat calls to a bare minimum: - Single pass over src prefixes - Handle projection clashes in memory Symlinked directories in the src prefixes are now conditionally transformed into directories with symlinks in the dst dir. Notably `intel-mkl`, `cuda` and `qt` has top-level symlinked directories that previously resulted in empty directories in the view. We now avoid cycles and possible exponential blowup by only expanding symlinks that: - point to dirs deeper in the folder structure; - are a fixed depth of 2.
2022-03-24environment.py: clean up broken views on failure (#29643)Harmen Stoppels2-13/+46
When view creation fails for some reason, remove it, so that the next time around it can start from scratch.
2022-03-23Update py-numpy dependency on Python to avoid build failures (#29682)Ralf Gommers1-6/+6
2022-03-23py-cffi: add compiler flags to fix build with clang (#29679)Valentin Volkl1-0/+10
* py-cffi: add compiler flags to fix build with clang For %clang@13.0.1, this avoids the ``` clang-13: warning: optimization flag '-ffat-lto-objects' is not supported [-Wignored-optimization-argument] ``` warning being turned into an error, and fixes this link error: ``` build/temp.linux-x86_64-3.10/c/_cffi_backend.o: file not recognized: file format not recognized ``` * style
2022-03-23environment: be more defensive when deleting roots for old views (#29636)Harmen Stoppels2-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-23tetgen: add v1.5.1 and v1.6.0 (#29630)Ce Qin1-1/+3
2022-03-23python: drop dependency on `file` for script check (#29513)Harmen Stoppels4-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-23kahip: add v3.12, v3.13 and v3.14 (#29648)Matthew Archer1-2/+13
Co-authored-by: cleathart <c.leathart@hotmail.co.uk>
2022-03-23variorum: update package for CCE (#29656)luker1-0/+5
CCE needs additional compiler flags.
2022-03-23libgit2: add versions 1.2.0, 1.3.0, 1.4.0, 1.4.1, 1.4.2, 1.4.3 (#29675)eugeneswalker1-0/+5
2022-03-23Use stable URLs and `?full_index=1` for all github patches (#29239)Adam J. Stewart64-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-23Remove known issues from documentation (#29664)Massimiliano Culpo2-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-22ucx: add 1.12.1 (#29665)Carlos Bederián1-0/+1
2022-03-22sbang.py: single lstat (#29670)Harmen Stoppels1-11/+9
2022-03-22Feature/composed boost pkg deps p1 (#28959)Abhik Sarkar19-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-22New package: Vite (#29489)François Trahay1-0/+41
2022-03-22Windows PWSH setup fix (#29649)John W. Parent1-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-22libunwind: make v1.5.0 preferred (#29660)Massimiliano Culpo1-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-21e4s mini mac stack: add bzip2 (#29650)eugeneswalker1-0/+1
2022-03-21libunwind: add versions 1.6.2 and 1.6-stable (#29639)Mark W. Krentel1-4/+6
2022-03-21numactl: add explicit darwin conflict (#29481)Seth R. Johnson1-0/+3
2022-03-21Add conflicts/updates for HEP tools on Summit (#29556)Seth R. Johnson3-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-21geant4-data: Add latest version to make it available for geant4 (#29462)Thomas Madlener1-3/+3
2022-03-21hohqmesh: add v1.2.1 (#29454)Joe Schoonover1-0/+1
2022-03-21xapian-core: add v1.4.19 (#29583)Valentin Volkl1-1/+2
2022-03-21edm4hep: add version 0.4.1 (#29542)Valentin Volkl1-1/+3
* edm4hep: add version 0.4.1 * style
2022-03-21r-insight: add v0.16.0 (#29617)Glenn Johnson1-0/+1
2022-03-21py-pyvcf: constrain py-setuptools to 0.57 (#29610)Glenn Johnson1-1/+1
This package can not use setuptools newer than 0.57 due to needing features removed in later versions of setuptools.
2022-03-21vecgeom: fix cuda arch (#29582)Seth R. Johnson1-25/+28
* vecgeom: fix cuda arch * vecgeom: change 'options' to 'args' * vecgeom: add spec to locals * vecgeom: suppress architecture specializations when cuda
2022-03-21r-sf: add v1.0.7 (#29625)Glenn Johnson1-0/+1
2022-03-21mariadb: add version 10.8.2 (#29586)Valentin Volkl1-1/+2
2022-03-21r-yaml: add v2.3.5 (#29628)Glenn Johnson1-0/+1
2022-03-21lcgenv: add new package (#29436)haralmha1-0/+20
2022-03-21Updated configure flags in newer versions of ipopt (#29445)Felix Liu1-12/+23
2022-03-21sparrow: add new package (#29291)David M. Rogers1-0/+85
2022-03-21config add: fix parsing of validator error to infer type from oneOf (#29475)Greg Becker2-4/+10
2022-03-21Barvinok: fix pet variant description, add maintainer (#29421)miheer vaidya1-1/+6
2022-03-21r-tinytex: add v0.37 (#29627)Glenn Johnson1-0/+1
2022-03-21geant4: Add external find support (#29642)Thomas Madlener1-0/+49
* geant4: Add external find support (partial) * Fix style * Fix style another time
2022-03-21r-terra: add v1.5-21 (#29626)Glenn Johnson1-0/+1
2022-03-21build(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-21pumi: add v2.2.7 (#29521)Cameron Smith1-0/+1
2022-03-21hdf5: add v1.13.1 (#29514)Larry Knox1-22/+23
Also add preferred=True to all "maintenance versions".
2022-03-21elfio: add v3.10 (#29644)Harmen Stoppels1-0/+1
2022-03-21r-recipes: add v0.2.0 (#29623)Glenn Johnson2-0/+31
Also add new package: r-hardhat.
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