Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-08-15 | gaudi: new version 36.7 (#32116) | Wouter Deconinck | 1 | -0/+1 | |
Small bugfix release, https://gitlab.cern.ch/gaudi/Gaudi/-/compare/v36r6...v36r7. No changes to recipe needed. | |||||
2022-08-15 | py-numpy: add v1.23.2 (#32139) | Adam J. Stewart | 1 | -0/+1 | |
2022-08-14 | flex %oneapi: add -Wno-implicit-function-declaration (#32073) | eugeneswalker | 1 | -0/+8 | |
2022-08-14 | arpack-ng %oneapi: add -Wno-implicit-function-declaration (#32080) | eugeneswalker | 1 | -0/+8 | |
2022-08-14 | mpifileutils %oneapi: add -Wno-implicit-function-declaration (#32067) | eugeneswalker | 1 | -0/+8 | |
2022-08-14 | openblas@0.3.20 %openblas: -Wno-implicit-function-declaration (#32065) | eugeneswalker | 1 | -0/+8 | |
2022-08-14 | hdf5 flag_handler for icx: add -Wno-implicit-function-declaration (#32066) | eugeneswalker | 1 | -2/+2 | |
2022-08-14 | superlu-dist %oneapi: add -Wno-implicit-function-declaration (#32081) | eugeneswalker | 1 | -0/+2 | |
2022-08-14 | root: fix setup_dependent_build_environment regression (#32115) | Wouter Deconinck | 1 | -1/+1 | |
`setup_dependent_build_environment(self, env, dependent_spec)` does not have a variable `spec`. This causes several issues right now: ```console ==> Installing gaudi-36.6-cjjrpjwpcqrtojyrdqml3jpzkbn55hpb ==> No binary for gaudi-36.6-cjjrpjwpcqrtojyrdqml3jpzkbn55hpb found: installing from source ==> Error: NameError: name 'spec' is not defined /home/wdconinc/git/spack/var/spack/repos/builtin/packages/root/package.py:614, in setup_dependent_build_environment: 611 env.prepend_path("ROOT_INCLUDE_PATH", dependent_spec.prefix.include) 612 if "+rpath" not in self.spec: 613 env.prepend_path("LD_LIBRARY_PATH", self.prefix.lib.root) >> 614 if "platform=darwin" in spec: 615 # Newer deployment targets cause fatal errors in rootcling 616 env.unset("MACOSX_DEPLOYMENT_TARGET") ``` | |||||
2022-08-13 | Add new dependencies for rocm variant for py-torch recipe (#32100) | renjithravindrankannath | 1 | -1/+3 | |
* Cmake module path updated for ROCm 5.2 * nccl is already set below for PyTorch 1.6+ * Threadpool is set below for PyTorch 1.6+ | |||||
2022-08-12 | e4s oneapi ci: enable hpx due to merged PR #32097 (#32117) | eugeneswalker | 1 | -2/+1 | |
2022-08-12 | boost@1.76:1.79 %oneapi: patch according to Intel guide for building Boost ↵ | eugeneswalker | 2 | -1/+1 | |
(#32097) | |||||
2022-08-12 | e4s oneapi: build tau %oneapi ^binutils%gcc (#32106) | eugeneswalker | 1 | -1/+1 | |
2022-08-12 | do not require docs (py-docutils) if not +docs (#32099) | Vanessasaurus | 1 | -2/+2 | |
Signed-off-by: vsoch <vsoch@users.noreply.github.com> Signed-off-by: vsoch <vsoch@users.noreply.github.com> Co-authored-by: vsoch <vsoch@users.noreply.github.com> | |||||
2022-08-12 | gitlab ci: Make sure PR pipelines can push to buildcache (#32014) | Scott Wittenburg | 1 | -0/+1 | |
On PR pipelines we need to override the buildcache destination to point to the "spack-binaries-prs" bucket, otherwise, those pipelines try to push to the default mirror in a bucket for which they don't have write permission. | |||||
2022-08-12 | Use llvm13-thread.patch for all compilers when building llvm (#31661) | Mikael Simberg | 2 | -1/+3 | |
2022-08-12 | perl-fth: add v0.527 (#32032) | Olivier Cessenat | 1 | -0/+1 | |
2022-08-12 | keepassxc: add 'docs' variant (#32049) | Olivier Cessenat | 1 | -5/+4 | |
Co-authored-by: Massimiliano Culpo <massimiliano.culpo@gmail.com> | |||||
2022-08-12 | rocm: add v5.2 for the entire stack (#31591) | renjithravindrankannath | 58 | -165/+582 | |
2022-08-11 | VTK-m: Constrain gcc compiler after 11 updates. (#32059) | kwryankrattiger | 1 | -0/+1 | |
2022-08-11 | Fix performance regression with `spack mirror create --all` (#32005) | Massimiliano Culpo | 14 | -184/+416 | |
This PR fixes the performance regression reported in #31985 and a few other issues found while refactoring the spack mirror create command. Modifications: * (Primary) Do not require concretization for `spack mirror create --all` * Forbid using --versions-per-spec together with --all * Fixed a few issues when reading specs from input file (specs were not concretized, command would fail when trying to mirror dependencies) * Fix issue with default directory for spack mirror create not being canonicalized * Add more unit tests to poke spack mirror create * Skip externals also when mirroring environments * Changed slightly the wording for reporting (it was mentioning "Successfully created" even in presence of errors) * Fix issue with colify (was not called properly during error reporting) | |||||
2022-08-11 | New package: py-pynndescent (#32076) | Jen Herting | 1 | -0/+23 | |
* [py-pynndescent] New package * [py-pynndescent] Removed white space * [py-pynndescent] fixed dependencies * [py-pynndescent] flake8 * [py-pynndescent] Import update Co-authored-by: James A Zilberman <jazrc@rit.edu> | |||||
2022-08-11 | CachedCMakePackage: Port over logic from CMake build system for ldlibs and ↵ | Chris White | 1 | -5/+26 | |
ldflags (#31750) * port over logic from cmake build system for ldlibs and ldflags * follow new style standards * escape quotes * escape quotes * nevermind going back | |||||
2022-08-11 | petsc, py-petsc4py: add 3.17.4 (#32071) | Satish Balay | 2 | -0/+2 | |
2022-08-11 | aml: add v0.2, cuda,opencl,hip support (#30701) | Swann Perarnau | 1 | -35/+97 | |
- [x] Add release v0.2 of the AML package, deprecate v0.1, and add support for OpenCL, HIP, and CUDA variants of the library. Also update repo and release URL, as the previous one is not accessible anymore. - [x] aml: add oneapi-level-zero support - [x] Change openmp flags to force compatibility when compiling with intel-oneapi compilers. | |||||
2022-08-11 | pasta: updating to latest version (#32077) | snehring | 1 | -2/+5 | |
* pasta: updating to latest version * pasta: fixing missing 's' from maintainers | |||||
2022-08-11 | podio, edm4hep: new versions (#32063) | Wouter Deconinck | 2 | -0/+3 | |
* podio, edm4hep: new versions * edm4hep: new version * edm4hep: @0.6: depends_on podio@0.15: | |||||
2022-08-11 | release cdo-2.0.6 (#32069) | Brian Spilner | 1 | -0/+5 | |
2022-08-11 | pwgen: add new package (#32053) | Olivier Cessenat | 1 | -0/+20 | |
Co-authored-by: Massimiliano Culpo <massimiliano.culpo@gmail.com> | |||||
2022-08-11 | hwloc: add v2.8.0 (#32042) | Erik Schnetter | 1 | -0/+1 | |
2022-08-11 | Don't set `LD_LIBRARY_PATH` by default on Linux (#28354) | Harmen Stoppels | 7 | -31/+32 | |
`LD_LIBRARY_PATH` can break system executables (e.g., when an enviornment is loaded) and isn't necessary thanks to `RPATH`s. Packages that require `LD_LIBRARY_PATH` can set this in `setup_run_environment`. - [x] Prefix inspections no longer set `LD_LIBRARY_PATH` by default - [x] Document changes and workarounds for people who want `LD_LIBRARY_PATH` | |||||
2022-08-11 | cmake: add v3.23.3 and v3.22.6 (#31926) | Harmen Stoppels | 1 | -0/+2 | |
2022-08-11 | Pin tbb version for salmon & dyninst (#32026) | Robert Cohn | 3 | -10/+16 | |
2022-08-11 | py-matplotlib: add v3.5.3 (#32051) | Adam J. Stewart | 1 | -1/+2 | |
2022-08-11 | py-tensorflow-estimator: new versions (#32029) | Andrew W Elble | 1 | -0/+8 | |
* py-tensorflow-estimator: new versions * [@spackbot] updating style on behalf of aweits Co-authored-by: aweits <aweits@users.noreply.github.com> | |||||
2022-08-11 | Add missing info to diagnostic for circular provides (#32027) | Chris Green | 1 | -1/+1 | |
2022-08-11 | gxsview: gcc11 compilation rule for std::numeric_limits (#31970) | Olivier Cessenat | 2 | -0/+12 | |
Co-authored-by: Massimiliano Culpo <massimiliano.culpo@gmail.com> | |||||
2022-08-11 | info: properly report default when for overridden variants (#32040) | Tamara Dahlgren | 1 | -4/+2 | |
2022-08-11 | py-scipy: 1.4.0:1.4.1 conflict on ppc64le (#32050) | Adam J. Stewart | 1 | -0/+3 | |
2022-08-11 | bubblewrap: add v0.6.2 (#32055) | Harmen Stoppels | 2 | -0/+2 | |
2022-08-11 | precice: add v2.5.0 (#32052) | David Schneider | 1 | -0/+1 | |
2022-08-11 | Add support for using Spdlog in LBANN (#32034) | Brian Van Essen | 1 | -0/+1 | |
2022-08-11 | Updated the RDKit dependencies for Boost variants. (#32033) | Brian Van Essen | 1 | -1/+1 | |
2022-08-10 | bazel: add patches to compile with gcc-11 (#28548) | Glenn Johnson | 5 | -3/+103 | |
2022-08-10 | llvm: fix LLDB_ENABLE_[N]CURSES (#32006) | Harmen Stoppels | 1 | -1/+1 | |
2022-08-10 | Update tests so /tmp/store can be accessed (#32003) | Richarda Butler | 2 | -13/+14 | |
2022-08-10 | Add LIKWID 5.2.2 (#32031) | Thomas Gruber | 1 | -0/+1 | |
2022-08-10 | Patch /usr/bin/file to file when on nixos (#30718) | Mikael Simberg | 1 | -0/+9 | |
These changes make many packages build on nixos where nearly nothing comes from /bin or /usr/bin (the only things in "system locations" are /bin/sh and /usr/bin/env, all the rest is found through PATH). Many configuration scripts hardcode /usr/bin/file instead of using the one from PATH. This patches them to use file from PATH. | |||||
2022-08-10 | VisIt: fix missing link libs patch for parallel. (#32018) | Eric Brugger | 1 | -1/+1 | |
2022-08-10 | intel-tbb add 2021.4, 2021.5, 2021.6.0-rc and master branch (#31997) | Robert Cohn | 1 | -0/+8 | |