Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-04-22 | py-keras: add v3.3.0 (#43783) | Adam J. Stewart | 1 | -1/+2 | |
2024-04-22 | zig: add v0.12.0 (#43774) | Massimiliano Culpo | 1 | -0/+2 | |
2024-04-22 | Add libc dependency to compiled packages and runtime deps | Massimiliano Culpo | 13 | -44/+30 | |
This commit differentiate linux from other platforms by using libc compatibility as a criterion for deciding which buildcaches / binaries can be reused. Other platforms still use OS compatibility. On linux a libc is injected by all compilers as an implicit external, and the compatibility criterion is that a libc is compatible with all other libcs with the same name and a version that is lesser or equal. Some concretization unit tests use libc when run on linux. | |||||
2024-04-22 | Compiler.default_libc | Harmen Stoppels | 3 | -0/+14 | |
Some logic to detect what libc the c / cxx compilers use by default, based on `-dynamic-linker`. The function `compiler.default_libc()` returns a `Spec` of the form `glibc@x.y` or `musl@x.y` with the `external_path` property set. The idea is this can be injected as a dependency. If we can't run the dynamic linker directly, fall back to `ldd` relative to the prefix computed from `ld.so.` | |||||
2024-04-20 | perl: remove mkdirp from setup_dependent_package (#43733) | Alex Richert | 1 | -4/+0 | |
2024-04-20 | mpich: add v4.2.1 (#43753) | Jordan Ogas | 1 | -0/+1 | |
2024-04-19 | e4s-alc: add new package (#43750) | FrederickDeny | 1 | -0/+28 | |
* Added e4s-cl@1.0.3 * add e4s-alc package * removed trailing whitespace | |||||
2024-04-19 | ccache: 4.9.1 and 4.8.3 (#43748) | Jordan Galby | 1 | -1/+3 | |
2024-04-19 | py-ruff: add v0.4.0 (#43740) | Adam J. Stewart | 1 | -0/+1 | |
2024-04-19 | libfabric: Add version 1.21.0 (#43735) | Jack Morrison | 1 | -0/+1 | |
2024-04-19 | Update py-pennylane + Lightning plugins + few deps (#43706) | Vincent Michaud-Rioux | 5 | -36/+89 | |
* Update PennyLane packages to v0.32. * Reformat. * Couple small fixes. * Fix Lightning cmake_args. * Couple dep fixes in py-pennylane + plugins. * Fix scipy condition. * Add comment on conflicting requirement. * Update py-pl versions * Update lightning versions. * Fix copyright. * Fix license. * Update pl-kokkos versions * run black * Fix L-Kokkos build and update autoray. * build step only required for older versions. update autograd * Fix LK@0.31 kokkos compat issue. Introduce url_for_version. * Fix few more version bounds. | |||||
2024-04-19 | perl-fth: new version 0.529 (#43727) | Olivier Cessenat | 1 | -1/+2 | |
2024-04-19 | fms: add two variants (#43734) | Micael Oliveira | 1 | -0/+8 | |
* fms: add two variants supporting existing build options. * Style fixes. | |||||
2024-04-19 | chai / raja / umpire: compile entire project with hipcc again (#43738) | Harmen Stoppels | 3 | -0/+9 | |
2024-04-18 | py-numpy package: enable build on Windows (#43686) | James Smillie | 6 | -3/+22 | |
* Add conflicts for some blas implementations that don't build on Windows (or with %msvc) * Need to enclose CC/CXX variables in quotes in case those paths have spaces, otherwise Meson runs into errors * On Windows, Python dependencies now add <prefix>/Scripts to the PATH (this is established as a standard in PEP 370) | |||||
2024-04-18 | keepassxc: new version 2.7.7 (#43729) | Olivier Cessenat | 1 | -0/+1 | |
2024-04-18 | py-netcdf4 %oneapi: cflags append -Wno-error=int-conversion (#43629) | eugeneswalker | 1 | -0/+7 | |
2024-04-18 | spaceranger: new manual download package @2.1.1 (#42391) | George Young | 1 | -0/+38 | |
* spaceranger: new manual download package @2.1.1 * Adding license url --------- Co-authored-by: LMS Bioinformatics <bioinformatics@lms.mrc.ac.uk> | |||||
2024-04-18 | Added tau@2.33.2 (#43682) | wspear | 1 | -1/+3 | |
2024-04-18 | cellranger: new manual download package @7.1.0 (#38486) | George Young | 1 | -0/+38 | |
* cellranger: new manual download package @7.1.0 * cellranger: updating to @7.2.0 * updating website * Adding license url --------- Co-authored-by: LMS Bioinformatics <bioinformatics@lms.mrc.ac.uk> | |||||
2024-04-18 | xeniumranger: new manual download package @1.7.1 (#42389) | George Young | 1 | -0/+38 | |
* xeniumranger: new manual download package @1.7.1 * Adding license url --------- Co-authored-by: LMS Bioinformatics <bioinformatics@lms.mrc.ac.uk> | |||||
2024-04-18 | New package: editorconfig (#43670) | James Taliaferro | 1 | -0/+22 | |
* New package: editorconfig * remove FIXMEs * add description for editorconfig | |||||
2024-04-18 | CI: remove MXNet (#43704) | Adam J. Stewart | 1 | -2/+0 | |
2024-04-18 | gxsview: compiles against system qt and vtk on rhel8 (#43722) | Olivier Cessenat | 1 | -5/+21 | |
* gxsview: compiles againts system qt and vtk on rhel8 * Update gxsview/package.py for blanks around operator * Update gxsview/package.py import blank line * Update gxsview/package.py for style * Update gxsview/package.py checking vtk version | |||||
2024-04-18 | update py-python-fmask to version 0.5.9 (#43698) | Sam Gillingham | 1 | -0/+3 | |
* update py-python-fmask to version 0.5.9 * add gillins and neilflood as maintainers * remove spaces * remove blank line * put maintainers higher | |||||
2024-04-17 | cvise package: add version 2.10.0 and ncurses constraint (#43319) | Mikael Simberg | 1 | -1/+8 | |
2024-04-17 | mkl interface (#43673) | Rocco Meli | 1 | -1/+5 | |
2024-04-17 | Added e4s-cl@1.0.3 (#43693) | FrederickDeny | 1 | -0/+1 | |
2024-04-17 | xrootd: new version 5.6.9 (#43684) | Wouter Deconinck | 1 | -1/+10 | |
2024-04-17 | xerces-c: new version 3.2.5 (#43687) | Wouter Deconinck | 1 | -0/+1 | |
2024-04-17 | assimp: new version 5.4.0 (#43689) | Wouter Deconinck | 1 | -0/+4 | |
2024-04-17 | package/npm update (#43692) | Sinan | 1 | -0/+7 | |
* package/npm update * add conflicts to exclude certain version intervals --------- Co-authored-by: sbulut <sbulut@3vgeomatics.com> | |||||
2024-04-17 | py-shapely: add v2.0.4 (#43702) | Adam J. Stewart | 1 | -1/+3 | |
2024-04-17 | py-sphinx: add v7.3 (#43703) | Adam J. Stewart | 2 | -47/+61 | |
2024-04-17 | [Score-P] Make local with-or-without not use "yes" (#43701) | Bill Williams | 1 | -0/+3 | |
Score-P does not accept "--with-foo=yes", but only "--with-foo" or "--with-foo=some-valid-specific-choice-or-path". This keeps Spack from generating config flags that will cause Score-P to barf. | |||||
2024-04-17 | py-pyparsing: new version 3.1.2 (#43579) | Wouter Deconinck | 1 | -0/+3 | |
2024-04-16 | Python package: fix install of static libs on Windows (#43564) | James Smillie | 1 | -1/+2 | |
2024-04-16 | intel-oneapi-dnn-2024.1.0: add DNN package version (#43679) | Andrey Perestoronin | 1 | -0/+6 | |
* add onednn package * fix style * Update var/spack/repos/builtin/packages/intel-oneapi-dnn/package.py Co-authored-by: Tamara Dahlgren <35777542+tldahlgren@users.noreply.github.com> --------- Co-authored-by: Robert Cohn <rscohn2@gmail.com> Co-authored-by: Tamara Dahlgren <35777542+tldahlgren@users.noreply.github.com> | |||||
2024-04-16 | acts: new version 34.0.0 (#43680) | Wouter Deconinck | 1 | -0/+1 | |
2024-04-16 | (py-)onnx: new version 1.16.0 (#43675) | Wouter Deconinck | 3 | -0/+4 | |
2024-04-16 | zstd: 1.5.6 does not build on Windows (#43677) | John W. Parent | 1 | -0/+2 | |
Conflict until a fix has been merged upstream | |||||
2024-04-16 | podio: +rntuple requires root +root7 (#43672) | Wouter Deconinck | 1 | -1/+1 | |
2024-04-16 | py-bluepyopt: 1.14.11 (#43678) | Erik Heeren | 1 | -1/+3 | |
2024-04-16 | pythia8: new version 8.311 (#43667) | Wouter Deconinck | 1 | -0/+1 | |
2024-04-16 | jwt-cpp: new version 0.7.0, scitokens-cpp: new versions to 1.1.1 (#43657) | Wouter Deconinck | 2 | -0/+7 | |
* jwt-cpp: new version 0.7.0, depends_on nlohmann-json * scitokens-cpp: new versions to 1.1.1 * scitokens-cpp: conflicts ^jwt-cpp@0.7: when @:1.1 | |||||
2024-04-16 | wayland: +doc requires graphviz +expat for HTML tables (#43668) | Wouter Deconinck | 1 | -1/+1 | |
2024-04-16 | arborx: add v1.6 (#43623) | Andrey Prokopenko | 1 | -7/+8 | |
2024-04-16 | gromacs: prevent version conflict after enabling plumed (#43449) | Maciej Wójcik | 1 | -2/+7 | |
2024-04-16 | py-black: switch maintainer (#43652) | Adam J. Stewart | 1 | -2/+1 | |
2024-04-15 | Damaris: add v1.10.0 (#43664) | Josh Bowden | 1 | -0/+1 | |
Co-authored-by: Joshua Bowden <joshua-chales.bowden@inria.fr> |