Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
The Open MPI project has elected to name our development branch - main.
Signed-off-by: Howard Pritchard <howardp@lanl.gov>
|
|
|
|
* llvm: add @14.0.0
* llvm@14 provides virtual
|
|
|
|
|
|
* update rocm recipes for ROCm-5.0.0 release
* revert address sanitizer changes
* fix style errors
* update to the rocm recipes for 5.0.2 release
* fix review comments inside the rocfft recipe
* update the rocfft recipe for sqlite dependency
|
|
|
|
|
|
|
|
* Update package.py
* Update package.py
* Fixes on versions
* Fix style
* Remove code
* Include latest version and removed code
* Remove unecessary cmake dependency
* Apply suggestions
|
|
* Fix py-onnx-runtime recipe
* Add missing dependencies
* Update var/spack/repos/builtin/packages/py-cerberus/package.py
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
* Update package.py
* Better fix for py-onnx-runtime
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
|
|
* omegah: v10.1.0
this version is from the SCOREC fork of Omega_h
* prefix version with scorec
Co-authored-by: Seth R. Johnson <johnsonsr@ornl.gov>
Co-authored-by: Seth R. Johnson <johnsonsr@ornl.gov>
|
|
|
|
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.
|
|
|
|
* 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
|
|
|
|
`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.
|
|
Co-authored-by: cleathart <c.leathart@hotmail.co.uk>
|
|
CCE needs additional compiler flags.
|
|
|
|
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>
|
|
|
|
* 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
|
|
|
|
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
|
|
|
|
|
|
* Fix bad `-mfma` flag on summit
* ROOT: new version and ppc conflict
See https://github.com/root-project/root/issues/9297
|
|
|
|
|
|
|
|
* edm4hep: add version 0.4.1
* style
|
|
|
|
This package can not use setuptools newer than 0.57 due to needing
features removed in later versions of setuptools.
|
|
* vecgeom: fix cuda arch
* vecgeom: change 'options' to 'args'
* vecgeom: add spec to locals
* vecgeom: suppress architecture specializations when cuda
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* geant4: Add external find support (partial)
* Fix style
* Fix style another time
|
|
|
|
|
|
Also add preferred=True to all "maintenance versions".
|