Age | Commit message (Collapse) | Author | Files | Lines |
|
Co-authored-by: Tamara Dahlgren <35777542+tldahlgren@users.noreply.github.com>
|
|
* perl-sort-naturally: new package
Adds Sort::Naturally
* Use new mechanism for testing
* Make black happier
|
|
|
|
* fix typo in variable name in hepmc3 variant
* set cxx standard to 14 when using protobuf
* add myself to hepmc3 maintainer list
* hepmc3: Applied suggestion of @acecbs for spec.satisfies("+protobuf") (agreed!)
Co-authored-by: Alec Scott <hi@alecbcs.com>
* hepmc3: cxx_standard for protobuf
only set cxx standard to meet protobuf minimum (14) if not also rootio variant as that sets the cxx standard to match the root public API standard requirements
|
|
|
|
* imagemagick: add v7.1.1-39
* [@spackbot] updating style on behalf of wdconinc
---------
Co-authored-by: wdconinc <wdconinc@users.noreply.github.com>
|
|
* added adept package
* forgot to remove boilerplate comment
* fixed formatting issue and use of lapack_prefix
* adept: use f-string
* removed debug variant and corresponding configure_args conditional
---------
Co-authored-by: Wouter Deconinck <wdconinc@gmail.com>
|
|
|
|
Some Windows Python installations may store the Python exe in Scripts/
rather than the base directory. Update `.command` to search in both
locations on Windows. On all systems, the search is now done
recursively from the search root: on Windows, that is the base install
directory, and on other systems it is bin/.
|
|
* Add libALL support
* cabana: also require ALL
* cabana: Bugfix: Fix spec for cmake>=3.26 to be @3.26: and HDF5 support requires MPI
* cabana: MPI requires C: Add depends_on("c", type="build", when="+mpi")
* cabana: +mpi requires C, but at least for some CMake versions, Cabana's enable of C is too late. Patch it.
* cabana: simplify disabling of find_package's for disabled options and improve comment
* cabana: +grid of 0.6.0 does not compile with gcc-13: It misses iostream includes
* cabana: +test requires googletest at build time: gtest is a linked library(not a plugin or tool)
* cabana: 0.6.0+cuda requires kokkos@3.7:, see https://github.com/ECP-copa/Cabana/releases
* cabana: As 0.6.0+grid does not support gcc-13 and newer, I think it's good to add 0.6.1 and 0.7.0?
---------
Co-authored-by: Bernhard Kaindl <bernhardkaindl7@gmail.com>
|
|
|
|
* resolve: Add LUSOL variant and fix CMake variable definition.
* Update variant with correct version constraints.
|
|
|
|
|
|
* added py-evodiff and dependencies
* deleted the FIXME
* fixed style issues
* added versions for biotite dependencies; added hash to py-hatch-vcs
* added python version for py-hatch-cython
* updated biotraj dependencies
* - added versions for the packages and dependencies
- added more dependencies for py-hatch
- added rust versions
- added py-uv as a new package
* updated pacakges and their dependencies according to the PR review by @meyersbs
* typo fix for hatchling version; fix the minimum required setuptools version for evodiff
* added 1.9.0 and 1.7.0 userpath versions; required as a dependency
* added mlflow as a dependency
* changed biopython to an optional dependency according to review from @meyersbs; variant esmfold
* Updated Specs
- Pinned biotraj to 1:1 for py-biotite
- Added numpy and other dependencies for py-biotraj; they are dependent
on the versions
- Excluded py-mlflow as a dependency for package py-evodiff; missing
usage in
package.
- Removed versioned dependencies from py-fair-esm
- Added a version to py-packaging
- Added py-setuptools as a dependency in py-userpath
- Added sha256 as hashes for py-uv
* style changes
|
|
Co-authored-by: Wouter Deconinck <wdconinc@gmail.com>
|
|
|
|
* [py-torchmetrics]
- Added variant
- deprecated version 1.3.0
* [py-torchmetrics]
- py-scipy@1.0.1:
- removed upper bounds on dependencies
|
|
* py-cartopy: add v0.24.0
* py-owslib: add v0.31.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* add new darshan-runtime variants
- `lustre` variant enables instrumentation of Lustre files
* requires Lustre headers, so Lustre is a proper dependency
for this variant
- `log_path` variant allows setting of a centralized log directory
for Darshan logs (commonly used for facility deployments)
* when this variant is used, the `DARSHAN_LOG_DIR_PATH` env var
is no longer used to set the log file path
- `group_readable_logs` variant sets Darshan log permissions to
allow reads from users in the same group
* add mmap_logs variant to enable usage of mmap logs
|
|
for earlier versions (#46802)
|
|
Also adds support for Paraview and CMake to build with Qt support on
Windows.
The remaining edits are to enable building of Qt itself on Windows:
* Several packages needed to update `.libs` to properly locate
libraries on Windows
* Qt needed a patch to allow it to build using a Python with a space
in the path
* Some Qt dependencies had not been ported to Windows yet
(e.g. `harfbuzz` and `lcms`)
This PR does not provide a sufficient GL for Qt to use Qt Quick2, as
such Qt Quick2 is disabled on the Windows platform by this PR.
---------
Co-authored-by: Dan Lipsa <dan.lipsa@kitware.com>
|
|
* update package py-pexpect
* add py-termgraph package
* add py-sphinx-click package
* add mdb package
* add py-sphinx-click maintainer
* add py-termgraph maintainer
* add py-pexpect license and maintainer
|
|
* madgraph5amc: add v3.5.6, add a preferred version and remove urls
* Fix format
---------
Co-authored-by: jmcarcell <jmcarcell@users.noreply.github.com>
|
|
Co-authored-by: jmcarcell <jmcarcell@users.noreply.github.com>
|
|
Signed-off-by: Jonathon Anderson <anderson.jonathonm@gmail.com>
|
|
|
|
* py-netcdf4: add v1.7
* [@spackbot] updating style on behalf of adamjstewart
---------
Co-authored-by: adamjstewart <adamjstewart@users.noreply.github.com>
|
|
* libwmf: add v0.2.13; patch for missing limits.h
* libwmf: fix style
|
|
Signed-off-by: Georgia Stuart <gstuart@umass.edu>
|
|
(#46827)
* py-twisted: add v22.10.0, v24.7.0; deprecate older versions (fixes CVEs)
* py-incremental: add v24.7.2
* [@spackbot] updating style on behalf of wdconinc
---------
Co-authored-by: wdconinc <wdconinc@users.noreply.github.com>
|
|
* cubature: Add new package
* cubature: formatting
|
|
* php: add v7.4.33, v8.3.12
* php: mv sbang.patch sbang-7.patch
* php: add sbang-8.patch
* [@spackbot] updating style on behalf of wdconinc
* Replace --with-libiconv= (not recognized) with --with-iconv=
---------
Co-authored-by: wdconinc <wdconinc@users.noreply.github.com>
Co-authored-by: Bernhard Kaindl <contact@bernhard.kaindl.dev>
|
|
Update preferred package to SLEEF 3.7
|
|
|
|
|
|
|
|
|
|
|
|
|