Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-09-24 | random123: Add support for HIP/rocm. (#46284) | Kelly (KT) Thompson | 2 | -0/+299 | |
2024-09-24 | libsodium: add v1.0.20 (#46455) | Adam J. Stewart | 1 | -2/+6 | |
2024-09-24 | google-cloud-cpp: new package (#46285) | Darren Bolduc | 1 | -0/+48 | |
2024-09-24 | podio: add version 1.1, edm4hep: add version 0.99.1 (#46502) | Thomas Madlener | 2 | -3/+6 | |
* podio: Add tag for 1.1 * edm4hep: Add 0.99.1 tag and update c++ standards * Avoid repetition of cxxstd values * Remove stray assert from developing | |||||
2024-09-24 | patch (#46545) | Rocco Meli | 2 | -0/+61 | |
2024-09-24 | lcio: Add version 2.22.2 (#46556) | Thomas Madlener | 1 | -0/+1 | |
Add the latest tag for LCIO | |||||
2024-09-24 | py-pybind11: add v2.13.5 (#46230) | Adam J. Stewart | 1 | -1/+2 | |
* py-pybind11: add v2.13 * Remove build-tools tag | |||||
2024-09-24 | py-pillow-simd: add v9.5.0 (#46543) | Adam J. Stewart | 1 | -1/+4 | |
2024-09-24 | trilinos: add cuda_constexpr variant (#45812) | Daniel Arndt | 1 | -0/+6 | |
2024-09-23 | database: don't call `socket.getfqdn()` on every write (#46554) | Todd Gamblin | 1 | -1/+13 | |
We've seen `getfqdn()` cause slowdowns on macOS in CI when added elsewhere. It's also called by database.py every time we write the DB file. - [x] replace the call with a memoized version so that it is only called once per process. Signed-off-by: Todd Gamblin <tgamblin@llnl.gov> | |||||
2024-09-23 | solver: use a new heuristic (#46548) | Massimiliano Culpo | 1 | -22/+27 | |
This PR introduces a new heuristic for the solver, which behaves better when compilers are treated as nodes. Apparently, it performs better also on `develop`, where compilers are still node attributes. The new heuristic: - Sets an initial priority for guessing a few attributes. The order is "nodes" (300), "dependencies" (150), "virtual dependencies" (60), "version" and "variants" (30), and "targets" and "compilers" (1). This initial priority decays over time during the solve, and falls back to the defaults. - By default, it considers most guessed facts as "false". For instance, by default a node doesn't exist in the optimal answer set, or a version is not picked as a node version etc. - There are certain conditions that override the default heuristic using the _priority_ of a rule, which previously we didn't use. For instance, by default we guess that a `attr("variant", Node, Variant, Value)` is false, but if we know that the node is already in the answer set, and the value is the default one, then we guess it is true. Signed-off-by: Massimiliano Culpo <massimiliano.culpo@gmail.com> | |||||
2024-09-24 | spec: fix spelling (#46550) | Justin Cook | 1 | -4/+4 | |
Signed-off-by: Justin Cook <jscook@lbl.gov> | |||||
2024-09-23 | new package: msr-safe (#46289) | Kyoko Nagahashi | 1 | -0/+61 | |
This includes a test_linux699 variant which "activates" a version that pulls from a repository other than the official repository. This version is required to work with Linux kernel version 6.9.9 or later. Future official `msr-safe` versions are expected to support later Linux kernel versions. | |||||
2024-09-23 | linux-external-modules: update maintainers (#46474) | Kyoko Nagahashi | 1 | -2/+2 | |
2024-09-23 | py-dm-tree: support externally-installed pybind11 and abseil-cpp (#46431) | Adam J. Stewart | 1 | -4/+28 | |
2024-09-23 | acts dependencies: new versions as of 2024/09/23 (#46538) | Stephen Nicholas Swatman | 3 | -0/+4 | |
This commit adds some new versions of acts, detray, and vecmem. | |||||
2024-09-23 | `py-cffi`: Add macos patch from cffi-feedstock, add version 1.17.1, update ↵ | Chris Marsh | 1 | -0/+19 | |
depe (#46484) * Add macos patch from cffi-feedstock, add version 1.17.1, update depends_on versions * missing patch * Use a url for the patch * Remove 3.12 support | |||||
2024-09-22 | *: no loop over files with filter_file(*files) (#46420) | Wouter Deconinck | 5 | -18/+9 | |
* *: no loop over files with filter_file(*files) * scalpel: revert | |||||
2024-09-22 | qd: add new versions and pull from main source tree (#46451) | Joseph Wang | 1 | -2/+5 | |
* qd: add new versions and pull from main source tree * add comment to that sha256 identical is intentional | |||||
2024-09-22 | py-jaxlib: add GCC 13 support (#46433) | Adam J. Stewart | 1 | -0/+6 | |
2024-09-22 | bcftools: Add runtime dependency gffutils (#46255) | potter-s | 1 | -0/+1 | |
Co-authored-by: Simon Potter <sp39sanger.ac.uk> | |||||
2024-09-22 | libwebsockets: add v4.3.3 (#46380) | Sajid Ali | 1 | -0/+4 | |
Co-authored-by: Bernhard Kaindl <bernhard.kaindl@cloud.com> | |||||
2024-09-22 | py-jiter: new package (#46308) | Jen Herting | 1 | -0/+21 | |
2024-09-22 | py-striprtf: New package (#46304) | Jen Herting | 1 | -0/+19 | |
2024-09-22 | py-dirtyjson: new package (#46305) | Jen Herting | 1 | -0/+19 | |
2024-09-22 | py-typing-extensions: added 4.12.2 (#46309) | Jen Herting | 1 | -0/+1 | |
2024-09-22 | py-beautifulsoup4: added 4.12.3 (#46310) | Jen Herting | 1 | -0/+1 | |
2024-09-22 | gsmsh: add missing png, jpeg and zlib deps (#46395) | Christophe Prud'homme | 1 | -0/+3 | |
2024-09-22 | py-tensorflow: add GCC 13 conflict (#46435) | Adam J. Stewart | 1 | -0/+1 | |
2024-09-22 | py-sphinx-fortran: new package (#46401) | Richard Berger | 1 | -0/+26 | |
2024-09-22 | py-pyenchant: new package (#46400) | Richard Berger | 1 | -0/+23 | |
2024-09-22 | fftw: Apply fix for missing FFTW3LibraryDepends.cmake (#46477) | Tuomas Koskela | 1 | -0/+5 | |
2024-09-22 | py-horovod: support newer torch, gcc (#46432) | Adam J. Stewart | 1 | -113/+56 | |
2024-09-22 | py-linkchecker: new package (#46403) | Richard Berger | 1 | -0/+27 | |
2024-09-22 | py-fiona: add v1.10.1 (#46425) | Adam J. Stewart | 1 | -0/+1 | |
2024-09-22 | static-analysis-suite: delete: no longer available (#46519) | Wouter Deconinck | 1 | -38/+0 | |
2024-09-22 | py-nvidia-dali: update to v1.41.0 (#46369) | Thomas Bouvier | 1 | -2/+26 | |
* py-nvidia-dali: update to v1.41.0 * py-nvidia-dali: drop unnecessary 'preferred' attribute | |||||
2024-09-22 | fpart: Confirm license and c dependency (#46509) | Derek Ryan Strong | 1 | -3/+2 | |
2024-09-22 | bird: change url and checksums, add v2.15.1 (#46513) | Wouter Deconinck | 1 | -4/+33 | |
2024-09-22 | codec2: fix url; add v1.2.0 (#46514) | Wouter Deconinck | 1 | -1/+11 | |
2024-09-22 | grackle: fix url, checksums, deps and sbang (#46516) | Wouter Deconinck | 1 | -8/+25 | |
2024-09-22 | goblin-hmc-sim: fix url (#46515) | Wouter Deconinck | 1 | -1/+1 | |
2024-09-22 | yajl: fix url (#46518) | Wouter Deconinck | 1 | -1/+1 | |
2024-09-22 | shc: fix url (#46517) | Wouter Deconinck | 1 | -1/+1 | |
2024-09-22 | testdfsio: fix url and switch to be deprecated (#46520) | Wouter Deconinck | 1 | -3/+7 | |
2024-09-22 | evemu: fix url (#46521) | Wouter Deconinck | 1 | -7/+8 | |
2024-09-22 | py-falcon: fix url (#46522) | Wouter Deconinck | 1 | -1/+1 | |
2024-09-22 | py-cftime: fix url (#46523) | Wouter Deconinck | 1 | -1/+1 | |
2024-09-22 | tinker: add v8.7.2 (#46527) | Wouter Deconinck | 1 | -1/+7 | |
2024-09-22 | opendatadetector: Add an env variable pointing to the share directory (#46511) | Juan Miguel Carceller | 1 | -1/+1 | |
* opendatadetector: Add an env variable pointing to the share directory * Rename the new variable to OPENDATADETECTOR_DATA and use join_path --------- Co-authored-by: jmcarcell <jmcarcell@users.noreply.github.com> |