Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-07-16 | fujitsu.patch is no longer needed for versions>=4.5 (#45154) | otsukay | 1 | -1/+1 | |
2024-07-16 | gaudi: depends_on python +dbm (#45238) | Wouter Deconinck | 1 | -1/+1 | |
2024-07-16 | pastix: new version v6.4.0 (#45246) | fpruvost | 1 | -1/+2 | |
2024-07-16 | gmake: generic CXX, fix build.sh, deprecate 4.0, add 4.1 (#45137) | Harmen Stoppels | 1 | -6/+16 | |
Co-authored-by: Wouter Deconinck <wdconinc@gmail.com> | |||||
2024-07-16 | Fix order of deserialization in subprocess context (#45229) | Massimiliano Culpo | 1 | -1/+3 | |
Since the the MetaPathFinder now owns a lazily constructed RepoPath object, we need to deserialize environments before the package that needs to be restored. Before we were relying on globals to be inconsistent in a way that let the entire process go. | |||||
2024-07-16 | concretizer: show input specs on error (#45245) | Harmen Stoppels | 1 | -8/+11 | |
2024-07-16 | Celeritas: new version 0.4.4 (#45234) | Seth R. Johnson | 1 | -0/+1 | |
2024-07-16 | pass: switch to git based versions to fix changing checksum in tarball (#45237) | Alec Scott | 1 | -2/+2 | |
2024-07-16 | py-mpmath: ad v1.3.0; depends_on py-setuptools for old versions (#45232) | Wouter Deconinck | 1 | -1/+3 | |
2024-07-16 | correct test binary name (#45240) | afzpatel | 1 | -1/+2 | |
2024-07-16 | geant4: add v11.3.0.beta (#45087) | Wouter Deconinck | 6 | -3/+102 | |
* geant4: add v11.3.0.beta * geant4: vecgeom@1.2.8: when 11.3: * geant4-data: add v11.3.0 * g4particlexs: add v4.1 * g4emlow: add v8.6 * g4nudexlib, g4urrpt: add v1.0 * [@spackbot] updating style on behalf of wdconinc * geant4: immediately deprecate geant4-11.3.0.beta --------- Co-authored-by: wdconinc <wdconinc@users.noreply.github.com> | |||||
2024-07-16 | Fix error message for test log in child process (#45233) | Massimiliano Culpo | 1 | -1/+1 | |
If we don't have a log, we'll mask the real error with another caused by using None as an argument to os.path.join | |||||
2024-07-16 | toml11: adds new versions (#45056) | Matthieu Dorier | 2 | -2/+5 | |
2024-07-16 | cmd/dependents.py: remove unused loop over all packages (#45166) | Wouter Deconinck | 1 | -10/+0 | |
2024-07-16 | openmpi: fix pmix version check in v5 (#44928) | Matthew Lesko | 3 | -0/+72 | |
* OpenMPI 5 w/ PRRTE 3 series PMIX version check fix OpenMPI fails to compile otherwise when targeting external PMIX 4.2.6 and likely others. ``` >> 3369 base/ess_base_bootstrap.c:72:14: error: static declaration of 'pmix_getline' follows non-static declaration 3370 72 | static char *pmix_getline(FILE *fp) 3371 | ^ 3372 /opt/pmix/include/pmix/src/util/pmix_string_copy.h:83:19: note: previous declaration is here 3373 83 | PMIX_EXPORT char *pmix_getline(FILE *fp); 3374 | ^ 3375 1 error generated. >> 3376 make[4]: *** [Makefile:820: base/ess_base_bootstrap.lo] Error 1 ``` Upstream PRRTE fix (not released yet): https://github.com/openpmix/prrte/pull/1957 Upstream OpenMPI issue: https://github.com/open-mpi/ompi/issues/12537 ("fixed in next release") Co-authored-by: Shahzeb Siddiqui <shahzebmsiddiqui@gmail.com> | |||||
2024-07-16 | wrf: explicit conflict oneapi + older versions (#44787) | Stephen Sachs | 1 | -0/+4 | |
The patch which enables icx/ifx compilers is only added for `wrf@4.4:`. This PR prints a useful message at concretization time instead of failing the installation later on. Co-authored-by: stephenmsachs <stephenmsachs@users.noreply.github.com> | |||||
2024-07-16 | py-ipython: depends_on python +sqlite3 when @8: (#45231) | Wouter Deconinck | 1 | -1/+1 | |
2024-07-16 | py-nodeenv: depends_on python +ssl (#45225) | Wouter Deconinck | 1 | -0/+1 | |
2024-07-16 | build(deps): bump docker/build-push-action from 6.3.0 to 6.4.0 (#45243) | dependabot[bot] | 1 | -1/+1 | |
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.3.0 to 6.4.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/1a162644f9a7e87d8f4b053101d1d9a712edc18c...a254f8ca60a858f3136a2f1f23a60969f2c402dd) --- 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> | |||||
2024-07-15 | slate: changed stand-alone test from old to new API (#44953) | AcriusWinter | 1 | -10/+11 | |
* slate: changed from old to new format * make code tighter * replace assert method * SkipTest plus other cleanup --------- Co-authored-by: Tamara Dahlgren <dahlgren1@llnl.gov> | |||||
2024-07-15 | pixman: add shared, pic variants (#44889) | Alex Richert | 1 | -1/+11 | |
* Add shared/pic variants to pixman * add +shared~pic conflict | |||||
2024-07-15 | tix: old to new test API (#45223) | AcriusWinter | 1 | -4/+4 | |
2024-07-15 | py-tensorflow-estimator: correct dependencies (#44185) | Adam J. Stewart | 1 | -29/+32 | |
2024-07-15 | DCMTK: fix build with libtiff (#45213) | Adam J. Stewart | 2 | -0/+14 | |
2024-07-15 | unparser.py: remove print statements (#45235) | Harmen Stoppels | 1 | -2/+0 | |
2024-07-15 | vecmem: add infrastructure for working with SYCL (#45058) | Stephen Nicholas Swatman | 1 | -0/+7 | |
* vecmem: add infrastructure for working with SYCL The vecmem package uses an unorthodox build system where, instead of expecting a SYCL-capable compiler in the `CXX` environment variable, it expects one in `SYCLCXX`. It also needs the correct SYCL flags to be set. This commit adds a custom build environment for the vecmem package which allows it to be built in this way. I've also added an extra CMake flag to ensure that the build system doesn't download any unwanted dependencies. * Update var/spack/repos/builtin/packages/vecmem/package.py Co-authored-by: Wouter Deconinck <wdconinc@gmail.com> --------- Co-authored-by: Wouter Deconinck <wdconinc@gmail.com> | |||||
2024-07-15 | cuda: add v12.5.1 (#44342) | pauleonix | 2 | -1/+17 | |
- Add explicit conflict on ppc64le for 12.5 and newer. - Update/fix intel compiler conflict to reflect that intel@2021 is compatible only since 11.4.1 and not since 11.1.1. - Add intel compiler conflicts to reflect strict support matrix since 12.2.0. | |||||
2024-07-15 | zip: add patch for gcc@14: (#45006) | Teague Sterling | 3 | -0/+102 | |
2024-07-15 | FFTW: missing function declaration in pfft patch (#45095) | Martin Lang | 1 | -0/+15 | |
2024-07-15 | Updating rocm-opencl to 6.1.2 (#45219) | renjithravindrankannath | 1 | -1/+4 | |
2024-07-15 | rocksdb: add 9.4.0 (#45230) | Michael Kuhn | 1 | -0/+1 | |
2024-07-15 | iconv: remove requirement (#45206) | Harmen Stoppels | 1 | -3/+0 | |
no longer necessary after 5c539732204a04b1ca179890c22384aaf0b4fe60 | |||||
2024-07-15 | sqlite: fix url_for_version (#45228) | Harmen Stoppels | 1 | -5/+7 | |
2024-07-15 | abseil-cpp: patch to avoid googletest build dependency (#45103) | Wouter Deconinck | 1 | -0/+7 | |
2024-07-15 | rust: update `cmake` dependency ranges (#45145) | simonLeary42 | 1 | -1/+6 | |
2024-07-15 | flux-sched: add v0.36.0 (#45161) | Vanessasaurus | 1 | -0/+1 | |
2024-07-15 | py-pytorch-lightning: add v2.0.7 (#45175) | rfbgo | 1 | -0/+1 | |
2024-07-15 | hpx: add instrumentation=thread_debug (#45199) | Patrick Diehl | 1 | -2/+8 | |
Co-authored-by: Hartmut Kaiser <hartmut.kaiser@gmail.com> | |||||
2024-07-15 | google-cloud-cli: fix unquoted value in env variable (#45207) | Simo Tuomisto | 1 | -1/+1 | |
2024-07-15 | r-colourpicker: add 1.3.0 (#45209) | Manuela Kuhn | 2 | -1/+4 | |
2024-07-15 | perl-json: add optional dependency on perl-json-xs (#45050) | Julien Cortial | 1 | -0/+9 | |
2024-07-15 | py-shapely: add v2.0.5 (#45224) | Adam J. Stewart | 1 | -0/+1 | |
2024-07-15 | libelf: fix build with GCC 14 (#45226) | Michael Kuhn | 1 | -1/+1 | |
2024-07-13 | py-tensorflow: change py-tensorflow@2.16-rocm-enhanced to use tarball ↵ | afzpatel | 2 | -100/+14 | |
instead of branch (#45218) * change py-tensorflow@2.16-rocm-enhanced to use tarball instead of branch * remove revert_fd6b0a4.patch and use github commit patch url | |||||
2024-07-12 | bootstrap ci: add exit code validation for windows (#45221) | John W. Parent | 2 | -1/+3 | |
2024-07-12 | rocm-clang-ocl: old to new test API (#44938) | AcriusWinter | 1 | -7/+8 | |
* rocm-ocl-clang: old to new test format * Minor cleanup --------- Co-authored-by: Tamara Dahlgren <dahlgren1@llnl.gov> | |||||
2024-07-12 | qt: Add support for compiling @5.15.14 with Intel oneAPI compilers (icx, ↵ | Dom Heinzeller | 2 | -0/+40 | |
icpx) (#45195) | |||||
2024-07-12 | Update fckit to build with Intel oneAPI compilers (icx, icpx) (#45196) | Dom Heinzeller | 1 | -1/+6 | |
2024-07-12 | py-pyqt6: add v6.7.0 (#45212) | Manuela Kuhn | 3 | -6/+15 | |
2024-07-12 | py-multiecho: add v0.29 (#45216) | Manuela Kuhn | 1 | -1/+6 | |