Age | Commit message (Collapse) | Author | Files | Lines |
|
Co-authored-by: luke <luke@DESKTOP-E4JNTC1.attlocal.net>
|
|
The patch fixes a missing comma at end of line in mgga_xc_b97mv.c.
|
|
|
|
|
|
|
|
* 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
|
|
fixes #35337
|
|
|
|
* ci: add minimal gpu testing stack
* kokkos +cuda requires +wrapper...
* require pass
* add raja+cuda
|
|
|
|
|
|
* py-igor: new package
* py-igor: review remarks
|
|
* 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
|
|
|
|
|
|
|
|
|
|
* py-black: add v23.1.0
* py-packaging: add v23.1.0
|
|
Update hdf5-vol-external-passthrough to latest version compatible with HDF5 1.14
|
|
* 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>
|
|
|
|
* py-getorganelle: rename to getorganelle and add version 1.7.7.0
* py-getorganelle: deprecating package
|
|
|
|
|
|
|
|
|
|
|
|
* [WRF] Adding new versions.
* Style fixes.
|
|
The fastqc script was using the system perl. This PR sets the script to
use the spack built/provided perl. This PR also removes the code that
adds the java path. That should be handled by module loading as far as I
know.
|
|
develop-1.13 to develop-1.15 (#34734)
* Add HDF5 version 1.13.3.
* Remove maintainers no longer with The HDFGroup.
* Add version hdf5-vol-async@1.4
* Add HDF5 version 1.14.0, develop-1.14, develop-1.15.
Add missing conflicts for api version and develop versions.
* Add conflicts statement to hdf5/package.py to avoid building hdf5 with
MPICH 4.0.x versions with bug that causes testphdf5 test to fail.
* Add patch to call find_package(MPI) for dependent packages not finding
it, not having called it themselves.
* Remove language components from find_package(MPI) in
hdf5_1_14_0_config_find_mpi.patch.
* Add HDF5 version 1.14.0, develop-1.14, develop-1.15.
Add missing conflicts for api version and develop versions.
* Add conflicts statement to hdf5/package.py to avoid building hdf5 with
MPICH 4.0.x versions with bug that causes testphdf5 test to fail.
* Add patch to call find_package(MPI) for dependent packages not finding
it, not having called it themselves.
* Remove language components from find_package(MPI) in
hdf5_1_14_0_config_find_mpi.patch.
* Don't guard ParaView patch on HDF5 variant
ParaView always needsd HDF5 and ignores the variant.
* py-h5py: Newer versions of HDF5 introduce breaking API changes
---------
Co-authored-by: Tamara Dahlgren <35777542+tldahlgren@users.noreply.github.com>
Co-authored-by: Ryan Krattiger <ryan.krattiger@kitware.com>
|
|
We need to sync changes on major versions with
spackbot, to avoid the bot saying everything is
allright and have CI failing nonetheless.
|
|
* py-equation: new package
* py-equation: add variants for extra dependencies
|
|
* `nccl`: v2.15.5-1, v2.16.2-1
* Fix wrong sha256
* Revert checksums (after GitHub has algorithm change reverted)
|
|
|
|
(#34900)" (#35181)
This reverts commit 62f83dfb6dbc86eace56495aa59587ac1942dc20.
|
|
(#35011)
|
|
* py-docutils/py-pyyaml specify python 3.11 compat
* bump awscli / py-botocore
* fix botocore again
* review fixes
* .
|
|
* Add trilinos-solvers variant to nalu-wind package.
This allows nalu-wind to be built against a trilinos installation
which doesn't have amesos2, belos, ifpack2, or muelu enabled, if
the nalu-wind user provides the spec 'nalu-wind@master~trilinos-solvers'
Support for these solver-packages remains on by default.
* Fixed a style issue reported by CI.
* Incorporate change in wording suggested from review comments.
... to clarify that at least one, or both, of hypre and/or
trilinos-solvers must be enabled. The error condition is if
both are disabled.
* That style checker is picky...
* It really did want a trailing comma...
|
|
|
|
* strumpack +rocm: set CMAKE_CXX_COMPILER to hipcc
* strumpack@7.0.1+rocm^mpich: patch in upstream commit
|
|
* py-matplotlibscalebar: new package
* py-matplotlibscalebar: style
* py-matplotlib-scalebar: review remarks
|
|
* py-jinja2-cli: new package
* Update var/spack/repos/builtin/packages/py-jinja2-cli/package.py
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
---------
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
|
|
* [py-protoc-gen-swagger] new package
* [@spackbot] updating style on behalf of qwertos
---------
Co-authored-by: qwertos <qwertos@users.noreply.github.com>
|
|
* Add py-docker@5:
* [@spackbot] updating style on behalf of spoutn1k
* Ignore `tls` variant
* Update var/spack/repos/builtin/packages/py-docker/package.py
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
* `py-docker`: `py-paramiko` version fix
---------
Co-authored-by: spoutn1k <spoutn1k@users.noreply.github.com>
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
|
|
|
|
|
|
* Add HDF5 static support for netcdf-c
* Update var/spack/repos/builtin/packages/hdf5/package.py
Apply pkgconfig fix for all libraries, not just lz
Co-authored-by: Sergey Kosukhin <skosukhin@gmail.com>
* Update package.py
Fix pkg config templates
* remove subprocess+2 lines
* Try netcdf-c changes only
Co-authored-by: Sergey Kosukhin <skosukhin@gmail.com>
|
|
* py-torchgeo: add v0.4.0
* Add missing java dep
|
|
|
|
|