Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
I think this test should be removed, but when it stays, it should at
least follow the symlink, cause it fails for me if I let spack build
patchelf and have a symlink in a view.
|
|
|
|
Make sure that `gcc@10.3.0-[number]` also matches the conflict.
|
|
|
|
|
|
* Use tarballs for libblastrampoline
* Add myself as maintainer
|
|
Signed-off-by: vsoch <vsoch@users.noreply.github.com>
Co-authored-by: vsoch <vsoch@users.noreply.github.com>
|
|
|
|
- Prevent `-j` flags to `make`, which has been known to cause problems
with Racket builds.
- Add variants for various common build flags, including support
for both versions of the Racket VM environment.
In addition:
- Prefer the minimal release to improve install times. Bells and
whistles carry their own runtime dependencies and should be
installed via `raco`. An enterprising user may even create a
`RacoPackage` class to make spack aware of `raco` installed packages.
- Match the official version numbering scheme.
|
|
* llvm: use ninja by default
* Use ninja for omp when it's not a runtime
|
|
Add packages for three common homomorphic encryption libraries.
HElib, Palisade, and Seal. Also add package for number theoretic library NTL.
|
|
* fix: cc.py should use a function not session scope
* fix: don't let build env vars leak to other tests
* fix: don't leak build env in dev_build test
|
|
|
|
Signed-off-by: vsoch <vsoch@users.noreply.github.com>
Co-authored-by: vsoch <vsoch@users.noreply.github.com>
|
|
Modifications:
- [x] Removed `centos:6` unit test, adjusted vermin checks
- [x] Removed backport of `collections.OrderedDict`
- [x] Removed backport of `functools.total_ordering`
- [x] Removed Python 2.6 specific skip markers in unit tests
- [x] Fixed a few minor Python 2.6 related TODOs in code
Updating the vendored dependencies will be done in separate PRs
|
|
* py-cython: add 3.0.0a9
* Update var/spack/repos/builtin/packages/py-cython/package.py
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
|
|
Update minimum hdf5 version to 1.13.0.
|
|
* Add hdf5-vol-external-passthrough package.
* Add version v1.0 for vol-external-passthrough release.
* Remove incorrect comment.
* Add source url and checksum. Update HDF5 minimum version.
|
|
* added a test case
Co-authored-by: Nathan Hanford <hanford1@llnl.gov>
|
|
|
|
|
|
* New version: py-singledispatch 3.7.0
* Apply suggestions from code review
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
* Update package.py
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
|
|
|
|
|
|
|
|
Raja didn't depend on camp prior to v0.12.0
|
|
* Make CUDA and ROCm architecture conditional
fixes #14337
The variant to specify which architecture to use
for CUDA and ROCm are now conditional on +cuda and
+rocm respectively.
* cp2k: make all CUDA related variants conditional on +cuda
|
|
* [geant4] new version geant4@10.7.3
Release notes: https://geant4-data.web.cern.ch/ReleaseNotes/Patch4.10.7-3.txt, no build system changes.
* [geant4] depends_on geant4-data@10.7.3
* [geant4-data] new version @10.7.3
|
|
|
|
Co-authored-by: mahendrapaipuri <mahendra.paipuri@inria.fr>
|
|
whose condition is not met (#27504)
|
|
|
|
|
|
|
|
cpp17 (#27563)
|
|
Last bugfix versions before just released version @21.3.0 which will be part of a separate PR.
|
|
|
|
|
|
|
|
* tangram/wonton spack
* portage spack update
* wonton spack updated
* tangram spack updated
* white space removed
* Update package.py
* Update package.py
* Update package.py
* Update package.py
portage spack upstream
* Update package.py
for loop test
* Update package.py
style errors
* Update package.py
* tangram
* Update package.py
* Update package.py
* Update package.py
* Update package.py
* Update package.py
edits
* Update package.py
* Update package.py
remove @master
* Update package.py
remove @master
* Update var/spack/repos/builtin/packages/portage/package.py
Co-authored-by: Seth R. Johnson <johnsonsr@ornl.gov>
* Update var/spack/repos/builtin/packages/wonton/package.py
Co-authored-by: Seth R. Johnson <johnsonsr@ornl.gov>
* Update package.py
* Update package.py
* Update package.py
* Update package.py
Co-authored-by: Tracy Nicole Pantleo <tpantleo@varan.lanl.gov>
Co-authored-by: Tracy Nicole Pantleo - 361537 <tpantleo@darwin-fe1.lanl.gov>
Co-authored-by: Seth R. Johnson <johnsonsr@ornl.gov>
|
|
* New version: py-pyzmq 22.3.0
* Update var/spack/repos/builtin/packages/py-pyzmq/package.py
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
* Update package.py
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
|
|
|
|
|
|
|
|
Signed-off-by: Raghu Raja <raghu@enfabrica.net>
|
|
Co-authored-by: Sid Pendelberry <sid@rit.edu>
|
|
* Add connection specification to mirror creation
This allows each mirror to contain information about the credentials
used to access it.
Update command and tests based on comments
Switch to only "long form" flags for the s3 connection information.
Use the "any" function instead of checking for an empty list when looking
for s3 connection information.
Split test to use the access token separately from the access id and key.
Use long flag form in test.
Add endpoint_url to available S3 options.
Extend the special parameters for an S3 mirror to accept the
endpoint_url parameter.
Add a test.
* Add connection information per URL not per mirror
Expand the mirror-based connection information to be per-URL.
This will allow a user to specify different S3 connection information
for both the fetch and the push URLs.
Add a parameter for "profile", another way of storing the id/secret pair.
* Switch from "access_profile" to "profile"
|