Harmen Stoppels
25c74506a3
cmake.py: include transitive run deps in CMAKE_PREFIX_PATH
...
- Run deps often need to be located during the build
- In cases like python-venv and python, where there's a direct build dep
on both, but python-venv has a run dep on python, meaning we'd rather
see python-venv in path before python topologically.
2024-11-28 18:27:15 +01:00
Harmen Stoppels
e37e53cfe8
traverse: add MixedDepthVisitor, use in cmake ( #47750 )
...
This visitor accepts the sub-dag of all nodes and unique edges that have
deptype X directly from given roots, or deptype Y transitively for any
of the roots.
2024-11-28 17:48:48 +01:00
Andrey Perestoronin
cf31d20d4c
add new packages ( #47817 )
2024-11-28 09:49:52 -05:00
Harmen Stoppels
b74db341c8
darwin: preserve hardlinks on codesign/install_name_tool ( #47808 )
2024-11-28 14:57:28 +01:00
Daryl W. Grunau
e88a3f6f85
eospac: version 6.5.12 ( #47826 )
...
Co-authored-by: Daryl W. Grunau <dwg@lanl.gov>
2024-11-28 12:32:35 +01:00
Massimiliano Culpo
9bd7483e73
Add further C and C++ dependencies to packages ( #47821 )
2024-11-28 10:50:35 +01:00
Harmen Stoppels
04c76fab63
hip: hints for find_package llvm/clang ( #47788 )
...
LLVM can be a transitive link dependency of hip through gl's dependency mesa, which uses it for software rendering.
In this case make sure llvm-amdgpu is found with find_package(LLVM) and
find_package(Clang) by setting LLVM_ROOT and Clang_ROOT.
That makes the patch of find_package's HINTS redundant, so remove that.
It did not work anyways, because CMAKE_PREFIX_PATH has higher precedence
than HINTS.
2024-11-28 10:23:09 +01:00
Adam J. Stewart
ecbf9fcacf
py-scooby: add v0.10.0 ( #47790 )
2024-11-28 10:21:36 +01:00
Victor A. P. Magri
69fb594699
hypre: add a variant to allow using internal lapack functions ( #47780 )
2024-11-28 10:15:12 +01:00
Howard Pritchard
d28614151f
nghttp2: add v1.64.0 ( #47800 )
...
Signed-off-by: Howard Pritchard <hppritcha@gmail.com>
2024-11-28 10:12:41 +01:00
etiennemlb
f1d6af6c94
netlib-scalapack: fix for some clang derivative (cce/rocmcc) ( #45434 )
2024-11-28 09:25:33 +01:00
Adam J. Stewart
192821f361
py-river: mark numpy 2 compatibility ( #47813 )
2024-11-28 09:24:21 +01:00
Adam J. Stewart
18790ca397
py-pyvista: VTK 9.4 not yet supported ( #47815 )
2024-11-28 09:23:41 +01:00
BOUDAOUD34
c22d77a38e
dbcsr: patch for resolving .mod file conflicts in ROCm by implementing USE, INTRINSIC ( #46181 )
...
Co-authored-by: U-PALLAS\boudaoud <boudaoud@pc44.pallas.cines.fr>
2024-11-28 09:20:48 +01:00
Tom Payerle
d82bdb3bf7
seacas: update recipe to find faodel ( #40239 )
...
Explcitly sets the CMake variables Faodel_INCLUDE_DIRS and Faodel_LIBRARY_DIRS when +faodel.
This seems to be needed for recent versions of seacas (seacas@2021-04-02:), but should be safe
to do for all versions.
For Faodel_INCLUDE_DIRS, it looks like Faodel has header files under $(Faodel_Prefix)/include/faodel,
but seacas is not including the "faodel" part in #includes. So add both $(Faodel_Prefix)/include
and $(Foadel_Prefix)/include/faodel
Co-authored-by: payerle <payerle@users.noreply.github.com>
2024-11-28 09:17:44 +01:00
Matt Thompson
a042bdfe0b
mapl: add hpcx-mpi ( #47793 )
2024-11-28 09:15:25 +01:00
Adam J. Stewart
60e3e645e8
py-joblib: add v1.4.2 ( #47789 )
2024-11-28 08:28:44 +01:00
Chris Marsh
51785437bc
Patch to fix building gcc@14.2 on darwin. Fixes #45628 ( #47830 )
2024-11-27 20:58:18 -07:00
dependabot[bot]
2e8db0815d
build(deps): bump docker/build-push-action from 6.9.0 to 6.10.0 ( #47819 )
...
Bumps [docker/build-push-action](https://github.com/docker/build-push-action ) from 6.9.0 to 6.10.0.
- [Release notes](https://github.com/docker/build-push-action/releases )
- [Commits](4f58ea7922...48aba3b46d
)
---
updated-dependencies:
- dependency-name: docker/build-push-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-27 16:29:41 -07:00
George Malerbo
8a6428746f
raylib: add v5.5 ( #47708 )
...
* Add version 5.5 in package.py
* Update package.py
2024-11-27 16:25:22 -07:00
Adam J. Stewart
6b9c099af8
py-keras: add v3.7.0 ( #47816 )
2024-11-27 16:12:47 -07:00
Derek Ryan Strong
30814fb4e0
Deprecate rsync releases before v3.2.5 ( #47820 )
2024-11-27 16:14:34 -06:00
Harmen Stoppels
3194be2e92
gcc-runtime: remove libz.so from libgfortran.so if present ( #47812 )
2024-11-27 22:32:37 +01:00
snehring
41be2f5899
ltr-retriever: changing directory layout ( #38513 )
2024-11-27 14:16:57 -07:00
kwryankrattiger
02af41ebb3
gdk-pixbuf: Point at gitlab instead of broken mirror ( #47825 )
2024-11-27 15:13:55 -06:00
snehring
9d33c89030
r-rsamtools: add -lz to Makevars ( #38649 )
2024-11-27 13:44:48 -07:00
Erik Heeren
51ab7bad3b
julia: conflict for %gcc@12: support ( #35931 )
2024-11-27 04:31:44 -07:00
kwryankrattiger
0b094f2473
Docs: Reference 7z requirement on Windows ( #35943 )
2024-11-26 17:11:12 -05:00
Christoph Junghans
cd306d0bc6
all-libary: add voronoi support and git version ( #47798 )
...
* all-libary: add voronoi support and git version
---------
Co-authored-by: Wouter Deconinck <wdconinc@gmail.com>
2024-11-26 14:56:22 -07:00
Dom Heinzeller
fdb9cf2412
Intel/oneapi compilers: correct version ranges for diab-disable flag ( #47428 )
...
* c/c++ flags should have been modified for all 2023.x.y versions, but
upper bound was too low
* Fortran flags should have been modified for all 2024.x.y versions, but
likewise the upper bound was too low
2024-11-26 12:34:37 -07:00
etiennemlb
a546441d2e
siesta: remove link args on a non-declared dependency ( #46080 )
2024-11-26 20:25:04 +01:00
IHuismann
141cdb6810
adol-c: fix libs property ( #36614 )
2024-11-26 17:01:18 +01:00
Brian Van Essen
f2ab74efe5
cray: add further versions of Cray packages. ( #37733 )
2024-11-26 16:59:53 +01:00
Martin Aumüller
38b838e405
openscenegraph: remove X11 dependencies for macos ( #39037 )
2024-11-26 16:59:10 +01:00
Mark Abraham
c037188b59
gromacs: announce deprecation policy and start to implement ( #47804 )
...
* gromacs: announce deprecation policy and start to implement
* Style it up
* [@spackbot] updating style on behalf of mabraham
* Bump versions used in CI
---------
Co-authored-by: mabraham <mabraham@users.noreply.github.com>
2024-11-26 05:54:07 -07:00
Mark Abraham
0835a3c5f2
gromacs: obtain SYCL from either ACpp or intel-oneapi-runtime ( #47806 )
2024-11-26 05:51:54 -07:00
Mark Abraham
38a2f9c2f2
gromacs: Improve HeFFTe dependency ( #47805 )
...
GROMACS supports HeFFTe with either SYCL or CUDA build and requires
a matching HeFFTe build
2024-11-26 05:50:41 -07:00
Massimiliano Culpo
eecd4afe58
gromacs: fix the value used for the ITT directory ( #47795 )
2024-11-26 08:14:45 +01:00
Seth R. Johnson
83624551e0
ROOT: default to +aqua~x on macOS ( #47792 )
2024-11-25 14:27:38 -06:00
Victor A. P. Magri
741652caa1
caliper: add "tools" variant ( #47779 )
2024-11-25 18:26:53 +01:00
Mark Abraham
8e914308f0
gromacs: add itt variant ( #47764 )
...
Permit configuring GROMACS with support for mdrun to trace its timing
regions by calling the ITT API. This permits tools like VTune and
unitrace to augment their analysis with GROMACS-specific annotation.
2024-11-25 16:12:55 +01:00
Mikael Simberg
3c220d0989
apex: add 2.7.0 ( #47736 )
2024-11-25 13:22:16 +01:00
Wouter Deconinck
8094fa1e2f
py-gradio: add v5.1.0 (and add/update dependencies) (fix CVEs) ( #47504 )
...
* py-pdm-backend: add v2.4.3
* py-starlette: add v0.28.0, v0.32.0, v0.35.1, v0.36.3, v0.37.2, v0.41.2
* py-fastapi: add v0.110.2, v0.115.4
* py-pydantic-extra-types: add v2.10.0
* py-pydantic-settings: add v2.6.1
* py-python-multipart: add v0.0.17
* py-email-validator: add v2.2.0
2024-11-25 13:07:56 +01:00
Massimiliano Culpo
5c67051980
Add missing C/C++ dependencies ( #47782 )
2024-11-25 12:56:39 +01:00
John W. Parent
c01fb9a6d2
Add CMake 3.31 minor release ( #47676 )
2024-11-25 04:32:57 -07:00
Harmen Stoppels
bf12bb57e7
install_test: first look at builder, then package ( #47735 )
2024-11-25 11:53:28 +01:00
Wouter Deconinck
406c73ae11
py-boto*: add v1.34.162 ( #47528 )
...
Co-authored-by: wdconinc <wdconinc@users.noreply.github.com>
2024-11-25 11:39:09 +01:00
Wouter Deconinck
3f50ccfcdd
py-azure-*: updated versions ( #47525 )
2024-11-25 11:38:49 +01:00
Wouter Deconinck
9883a2144d
py-quart: add v0.19.8 ( #47508 )
...
Co-authored-by: wdconinc <wdconinc@users.noreply.github.com>
2024-11-25 11:38:22 +01:00
Wouter Deconinck
94815d2227
py-netifaces: add v0.10.9, v0.11.0 ( #47451 )
2024-11-25 11:37:41 +01:00