Age | Commit message (Collapse) | Author | Files | Lines |
|
* Add CMake options for building with CUDA/HIP support to
CachedCMakePackages (intended to reduce duplication across packages
building with +hip/+cuda and using CachedCMakePackage)
* Define generic variables like CMAKE_PREFIX_PATH for
CachedCMakePackages (so that a user may invoke "cmake" themselves
without needing to setthem on the command line).
* Make `lbann` a CachedCMakePackage.
Co-authored-by: Chris White <white238@llnl.gov>
|
|
|
|
|
|
|
|
|
|
fa7719a changed syntax for specifying exact versions, which are
required for some compiler specs (including those read as part
of parsing a Cray manifest). This fixes that and also makes a
couple other improvements to manifest parsing.
* Instantiate compiler specs with exact versions (fixes #37893)
* fix slingshot network detection (CPE 22.10+ has libcxi.so
in /usr/lib64)
* "spack external find": add arg to ignore default dir for cray
manifests
|
|
* adding amdalloc when using aocc 4
* adding and libm for aocc3.2
|
|
|
|
|
|
* Add MPI implementation check variant to Intel MPI Benchmarks
* [@spackbot] updating style on behalf of jack-morrison
|
|
* add sst-{core,elements,macro} v13.0.0
* Add newest DUMPI versions and remove unavailable ones
* update maintainer lists
* sst-core: tracking and profiling flags
* sst-elements with Pin requires the Pin location
* sst-core: Zoltan integration was removed in version 12
* spack style fixes
* sst-core: ensure Python is in the sst{sim,info}.x rpaths
* sst-macro: update homepage and maintainers
* spack style --fix
|
|
julia@1.8.4:1.8.5 fails to build because it does not find libstdc++ (see https://github.com/JuliaLang/julia/issues/47987).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* py-datalad-metalad: add 0-4-17 and new dep py-datalad-deprecated
* Fix style
|
|
* py-cryptography: add 40.0.2
* Add pkgconfig dependency
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This also converts the package to the new way of handling multiple build
systems.
Co-authored-by: michaelkuhn <michaelkuhn@users.noreply.github.com>
|
|
Co-authored-by: github-actions <github-actions@users.noreply.github.com>
|
|
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3.1.3 to 3.1.4.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/codecov/codecov-action/compare/894ff025c7b54547a9a2a1e9f228beae737ad3c2...eaaf4bedf32dbdc6b720b63067d99c4d77d6047d)
---
updated-dependencies:
- dependency-name: codecov/codecov-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
|
This will build flux-security separately to have a flux-imp
that can be defined in a flux broker.toml. Note that the user
that wants a multi-user setup is recommended to create a view,
and then a system/broker.toml in flux config directory that
points to it.
Signed-off-by: vsoch <vsoch@users.noreply.github.com>
Co-authored-by: vsoch <vsoch@users.noreply.github.com>
|
|
* add versions
* add develop pointing to git@master
|
|
|
|
|
|
Co-authored-by: sxs-bot <sxs-bot@users.noreply.github.com>
|
|
|
|
|
|
Change the pattern @x.y:x.y.0 -> @=x.y
Co-authored-by: haampie <haampie@users.noreply.github.com>
|
|
|
|
Co-authored-by: Andrey Prokopenko <andrey.prok@gmail.com>
|
|
Co-authored-by: Tamara Dahlgren <35777542+tldahlgren@users.noreply.github.com>
|
|
|
|
|
|
|
|
Sphinx is used to build Open MPI manpages, etc. as part of the make dist
process to create release tarballs. There should be no need/use to do
this within Spack. Also some sites have older Sphinx installs which
aren't compatible with the needs of the Open MPI documentation.
For example, attempts to install openmpi@main fail at NERSC owing to
such a situation.
Since Spack normally is used to build from release tarballs, in which
the docs have already been installed, this should present no issues.
This configuration option will be ignored for older than 5.0.0 Open MPI releases.
Signed-off-by: Howard Pritchard <howardp@lanl.gov>
|
|
|
|
|
|
|
|
|
|
This option is needed for DFT FE - or more accurately the check needs to
be checked off for a number of platforms or else the code doesn't work.
Signed-off-by: Howard Pritchard <howardp@lanl.gov>
|