- 06 Feb, 2023 24 commits
-
-
Wouter Deconinck authored
Co-authored-by:
Massimiliano Culpo <massimiliano.culpo@gmail.com>
-
Jim Galarowicz authored
-
Vanessasaurus authored
-
Glenn Johnson authored
-
Wouter Deconinck authored
No build system changes, just bug fixes. https://github.com/qt/qtbase/compare/v5.15.7-lts-lgpl...v5.15.8-lts-lgpl Builds fine on linux-ubuntu22.10-skylake.
-
Stephen Sachs authored
Co-authored-by:
Stephen Sachs <stesachs@amazon.com>
-
Mikael Simberg authored
-
Erik Schnetter authored
Co-authored-by:
Tamara Dahlgren <35777542+tldahlgren@users.noreply.github.com>
-
Harmen Stoppels authored
-
Erik Heeren authored
See https://github.com/flame/libflame/issues/55
-
snehring authored
Co-authored-by:
Adam J. Stewart <ajstewart426@gmail.com>
-
William Moses authored
-
Vasileios Karakasis authored
-
Cameron Smith authored
-
Wouter Deconinck authored
Bugfix release only. No build system changes.
-
Wileam Y. Phan authored
-
Wouter Deconinck authored
As of 2.4.113, the flag for man-pages is now a feature, so true/false is now enabled/disabled. Other similarly changed options are not used in the spack recipe (i.e. experimental kms drivers).
-
Wouter Deconinck authored
"Version 2.2.14 contains a critical bug fix"
-
Luke Diorio-Toth authored
Co-authored-by:
luke <luke@DESKTOP-E4JNTC1.attlocal.net>
-
Rémi Lacroix authored
The patch fixes a missing comma at end of line in mgga_xc_b97mv.c.
-
Rémi Lacroix authored
-
Adam J. Stewart authored
-
Mikael Simberg authored
-
Wouter Deconinck authored
* qt: new versions 6.4.0, 6.4.1 - New libpsl vendored dependency in qt-base. - New embree and tinyexr dependency in qt-quick3d. We need to figure out a better way to deal with these vendored dependencies in src/3rdparty. Removing them was a way to make sure they are not used unintentionally. Many of these dependencies cannot be overridden with a QT_FEATURE_system_* flag and are included directly in cpp files. Many change versions from release to release, so even if they use system (ie spack managed) versions we need to support this in the depends_on lines. What we can rely on? - src/3rdparty is where vendored stuff is stored - not much else... Possible ways to deal with this: - Change vendor_deps_to_keep to dict with versions, eg ``` vendor_deps_to_keep = { "xatlas": "@6:", "embree": "@6.4:", "tinyexr": "@6.4:", } ``` - Similarly introduce system_deps_to_use: ``` system_deps_to_use = { "assimp@5.2:": "@6:", } ``` and derive depends_on and QT_FEATURE_system_* from this dict. * qt-*: new version 6.4.2, invert vendored pkgs logic * qt-base: fix vendor_deps_to_avoid typo * qt-*: move lots into QtPackage base layer
-
- 05 Feb, 2023 1 commit
-
-
Massimiliano Culpo authored
fixes #35337
-
- 04 Feb, 2023 3 commits
-
-
Cameron Rutherford authored
-
eugeneswalker authored
* ci: add minimal gpu testing stack * kokkos +cuda requires +wrapper... * require pass * add raja+cuda
-
John W. Parent authored
-
- 03 Feb, 2023 7 commits
-
-
Massimiliano Culpo authored
-
Erik Heeren authored
* py-igor: new package * py-igor: review remarks
-
Erik Heeren authored
* py-netpyne: new package with dependencies * py-netpyne, py-meautility, py-lfpykit: license update * py-netpyne: review remarks * py-netpyne: style * py-netpyne: don't limit python version
-
Manuela Kuhn authored
-
Rémi Lacroix authored
-
Adam J. Stewart authored
-
John W. Parent authored
-
- 02 Feb, 2023 5 commits
-
-
Adam J. Stewart authored
* py-black: add v23.1.0 * py-packaging: add v23.1.0
-
Larry Knox authored
Update hdf5-vol-external-passthrough to latest version compatible with HDF5 1.14
-
Wouter Deconinck authored
* py-minkowskiengine: new package (sparse tensor autodiff by Nvidia) This python package (with cuda support) provides torch support for sparse tensors. The `pybind11` headers are not found without the patch to `setup.py`. * [@spackbot] updating style on behalf of wdconinc * py-minkowskiengine: depends_on numpy, pybind11 type=link; no patch * [@spackbot ] updating style on behalf of wdconinc --------- Co-authored-by:
wdconinc <wdconinc@users.noreply.github.com>
-
John W. Parent authored
-
snehring authored
* py-getorganelle: rename to getorganelle and add version 1.7.7.0 * py-getorganelle: deprecating package
-