Massimiliano Culpo
0cdece73b8
Update version number
2025-01-13 10:51:12 +01:00
Massimiliano Culpo
d8447a4c28
libtheora: fix access to mc=svc package
2025-01-13 10:09:54 +01:00
Massimiliano Culpo
e9f537fcde
gromacs: add dependency on fortran when +cp2k
2025-01-11 14:40:27 +01:00
Massimiliano Culpo
fc683b87f1
builtin: reduce boilerplate when accessing package attributes
2025-01-11 14:40:27 +01:00
Massimiliano Culpo
337ab120b3
Spec: relax a few type-hints to accept a Sequence
2025-01-11 14:40:26 +01:00
Massimiliano Culpo
8f1be225dd
Executable: allow also pathlib.Path in constructor
2025-01-11 14:40:24 +01:00
Massimiliano Culpo
dc96b3cbc1
Flatten the default store projection
2025-01-11 13:57:56 +01:00
Massimiliano Culpo
c43673f63b
Write repo caches in specfile specific files
...
In this way we'll never encounter weird errors, when bumping the
specfile version. There are other unrelated issues with repo caches,
but those can be resolved separately.
2025-01-11 13:57:55 +01:00
Massimiliano Culpo
791c35ae5b
Update command completion
...
Signed-off-by: Massimiliano Culpo <massimiliano.culpo@gmail.com >
2025-01-11 13:57:55 +01:00
Massimiliano Culpo
ca6f74d3bf
(to be removed) Make spack unit test runnable
2025-01-11 13:57:54 +01:00
Massimiliano Culpo
8b2809b4ac
intel-oneapi-mpi: fix setting up dependent build environment
2025-01-11 13:57:54 +01:00
Massimiliano Culpo
179a05bc5b
otf2: add a dependency on Fortran
...
See https://gitlab.spack.io/spack/spack/-/jobs/14423941
From https://gitlab.com/score-p/scorep/-/blob/master/INSTALL?ref_type=heads
> Score-P requires a full compiler suite with language support for C99,
> C++11 and optionally Fortran 77 and Fortran 90.
2025-01-11 13:57:53 +01:00
Massimiliano Culpo
5f808db261
netlib-lapack: add dependency on cxx
...
See https://gitlab.spack.io/spack/spack/-/jobs/14376518
2025-01-11 13:57:53 +01:00
Massimiliano Culpo
b38ab78765
Use a stub compiler wrapper on windows
2025-01-11 13:57:53 +01:00
Massimiliano Culpo
7841978488
Turn the compiler wrapper into a package
...
Remove the compiler wrappers from core Spack, and move
the relevant code into the "compiler-wrapper" package.
2025-01-11 13:57:52 +01:00
Massimiliano Culpo
396d7ab2a9
(To be revisited) builtin: add cc, cxx, and fortran properties
...
These properties are implemented in the same way in each compiler
package, at least for external specs. So, push the implementation
to the base class for now.
This needs to be revisited, to make the base class less dependent
on C, C++, and Fortran.
2025-01-11 13:57:52 +01:00
Massimiliano Culpo
d0d77d253d
(To be revisited) compiler: add cc, cxx, and fortran properties
...
These properties are implemented in the same way in each compiler
package, at least for external specs. So, push the implementation
to the base class for now.
This needs to be revisited, to make the base class less dependent
on C, C++, and Fortran.
2025-01-11 13:57:51 +01:00
Massimiliano Culpo
762d4fd7d5
Fix print in spack compiler info
2025-01-11 13:57:51 +01:00
Harmen Stoppels
90d2034d8b
delete redundant spack.concretize.CHECK_COMPILER_EXISTENCE
2025-01-11 13:57:50 +01:00
Massimiliano Culpo
f1958fbd7e
Raise UnsupportedCompilerFlag when a flag is not supported
2025-01-11 13:57:50 +01:00
Massimiliano Culpo
254f5c920b
Remove SPACK_COMPILER_SPEC from the environment
2025-01-11 13:57:50 +01:00
Massimiliano Culpo
23bd090436
(TO BE REMOVED) pipelines: "tee" configuration, for better logging
2025-01-11 13:57:49 +01:00
Massimiliano Culpo
19a4171c38
pipelines: update devtools-aarch64
2025-01-11 13:57:49 +01:00
Massimiliano Culpo
d3176767a0
pipelines: relax requirements on e4s-oneapi
2025-01-11 13:57:48 +01:00
Massimiliano Culpo
41bb68a623
Update pipeline configurations
...
Signed-off-by: Massimiliano Culpo <massimiliano.culpo@gmail.com >
2025-01-11 13:57:48 +01:00
Massimiliano Culpo
eaf4483db7
Prepend compiler wrappers path last, so we don't risk finding externals
2025-01-11 13:57:47 +01:00
Massimiliano Culpo
37704c5708
solver: temporarily enforce compilers to be externals
2025-01-11 13:57:47 +01:00
Massimiliano Culpo
de24715e05
Remove rule already accounted for by the gcc package
2025-01-11 13:57:47 +01:00
Massimiliano Culpo
35dea05048
dyninst: add missing dependencies
2025-01-11 13:57:46 +01:00
Massimiliano Culpo
a69cf5b9ad
builtin: minimal fix for _get_host_config_path
2025-01-11 13:57:46 +01:00
Massimiliano Culpo
1da005f6bd
mpich, openmpi: fix setting up dependent build environment
2025-01-11 13:57:45 +01:00
Massimiliano Culpo
787f7d7729
builtin: fix for Windows pipelines
2025-01-11 13:57:45 +01:00
Massimiliano Culpo
bb90d02d90
builtin: changes to packages
2025-01-11 13:57:44 +01:00
Massimiliano Culpo
cf34db4676
Allow different target flags for different compilers
2025-01-11 13:57:44 +01:00
Massimiliano Culpo
bddd41aa26
unit-test: make Spec.compiler behavior stricter
...
Now the adaptor will raise if the Spec has no C, C++,
or Fortran compiler.
2025-01-11 13:57:43 +01:00
Massimiliano Culpo
db2d077e2c
Remove a test that should fail according to concretization rules
2025-01-11 13:57:43 +01:00
Massimiliano Culpo
8f96ac3d03
Add a unit-test for satisfies and __getitem__ semantic
2025-01-11 13:57:43 +01:00
Massimiliano Culpo
2fd89f7e59
Add a unit-test for compiler self-dependencies
2025-01-11 13:57:42 +01:00
Massimiliano Culpo
c6fb85eed5
Exempt "compilers" and "runtimes" from default requirements
2025-01-11 13:57:42 +01:00
Massimiliano Culpo
33cf8d3f5e
unit-tests: mark a few tests as xfail, or skip, for now
...
Signed-off-by: Massimiliano Culpo <massimiliano.culpo@gmail.com >
2025-01-11 13:57:41 +01:00
Massimiliano Culpo
c595a7008d
Fix setting SPACK_TARGET_ARGS for concrete specs
2025-01-11 13:57:41 +01:00
Massimiliano Culpo
591b659242
unit-test: fix reading Cray manifest files
2025-01-11 13:57:40 +01:00
Massimiliano Culpo
99d8f2ddbd
unit-tests: fix most unit tests to account for the new model
...
Signed-off-by: Massimiliano Culpo <massimiliano.culpo@gmail.com >
2025-01-11 13:57:40 +01:00
Massimiliano Culpo
673703a17d
Fix setting SPACK_TARGET_ARGS for concrete specs
2025-01-11 13:57:39 +01:00
Massimiliano Culpo
2017dfea4c
Fix concretization of julia
...
That package depends on llvm as a library, and the rule on compatible
targets for compilers was getting in the way.
2025-01-11 13:57:39 +01:00
Massimiliano Culpo
df464681bf
Modify Spec.short_spec to remove compiler info
2025-01-11 13:57:38 +01:00
Massimiliano Culpo
b6ce34607e
Make Spec.compiler behavior stricter
...
Now the adaptor will raise if the Spec has no C, C++,
or Fortran compiler.
2025-01-11 13:57:38 +01:00
Massimiliano Culpo
10479101fa
asp: fix intel-oneapi-compilers-classic
2025-01-11 13:57:38 +01:00
Massimiliano Culpo
eb270afa0c
Spec.__contains__: traverse only lin/run + direct build
2025-01-11 13:57:34 +01:00
Massimiliano Culpo
7edcc4da88
Exempt "compilers" and "runtimes" from default requirements
2025-01-11 13:29:02 +01:00
Massimiliano Culpo
a316f23d79
Allow self concretization to bootstrap compilers
2025-01-11 13:29:02 +01:00
Massimiliano Culpo
92d96d747c
Add more constraint to providers
2025-01-11 13:29:01 +01:00
Massimiliano Culpo
96b54ec59c
Fix for duplicate glibc in concretization
2025-01-11 13:29:01 +01:00
Massimiliano Culpo
da06ad3303
Improve reporting when bootstrapping from source
...
Signed-off-by: Massimiliano Culpo <massimiliano.culpo@gmail.com >
2025-01-11 13:29:00 +01:00
Massimiliano Culpo
058e19458d
Improve error messages for statically checked specs
...
Signed-off-by: Massimiliano Culpo <massimiliano.culpo@gmail.com >
2025-01-11 13:29:00 +01:00
Massimiliano Culpo
575483d041
spec: implemented direct satisfy semantic
...
Signed-off-by: Massimiliano Culpo <massimiliano.culpo@gmail.com >
2025-01-11 13:28:59 +01:00
Massimiliano Culpo
e6729320f7
Fixup binary cache reuse
...
Signed-off-by: Massimiliano Culpo <massimiliano.culpo@gmail.com >
2025-01-11 13:28:59 +01:00
Massimiliano Culpo
9ca0bd5d97
Write adaptors for CompilerSpec and Compiler
...
Signed-off-by: Massimiliano Culpo <massimiliano.culpo@gmail.com >
2025-01-11 13:28:59 +01:00
Massimiliano Culpo
cdc8236169
Make BaseConfiguration pickleable
...
Signed-off-by: Massimiliano Culpo <massimiliano.culpo@gmail.com >
2025-01-11 13:28:58 +01:00
Massimiliano Culpo
f8ab75244b
Fix reading Cray manifest files
...
Signed-off-by: Massimiliano Culpo <massimiliano.culpo@gmail.com >
2025-01-11 13:28:58 +01:00
Massimiliano Culpo
f211789087
(WIP) Fix LMod module generation
...
Signed-off-by: Massimiliano Culpo <massimiliano.culpo@gmail.com >
2025-01-11 13:28:57 +01:00
Massimiliano Culpo
09ccccbec5
(WIP) Remove deprecated argument for Spec.format
...
Signed-off-by: Massimiliano Culpo <massimiliano.culpo@gmail.com >
2025-01-11 13:28:57 +01:00
Massimiliano Culpo
45e1573a17
fixup: spec copies compiler annotation
...
Signed-off-by: Massimiliano Culpo <massimiliano.culpo@gmail.com >
2025-01-11 13:28:56 +01:00
Massimiliano Culpo
352442a383
Restore bootstrapping from binaries
...
Signed-off-by: Massimiliano Culpo <massimiliano.culpo@gmail.com >
2025-01-11 13:28:56 +01:00
Massimiliano Culpo
543f830f57
Restore bootstrapping from sources
...
Signed-off-by: Massimiliano Culpo <massimiliano.culpo@gmail.com >
2025-01-11 13:28:55 +01:00
Massimiliano Culpo
94fdd3dc5b
spec: change semantic of __getitem__
...
Now __getitem__ can pick items in the transitive link/run graph,
or from direct build dependencies.
Signed-off-by: Massimiliano Culpo <massimiliano.culpo@gmail.com >
2025-01-11 13:28:55 +01:00
Massimiliano Culpo
403e2db50f
spec: bump specfile format to v5
...
Signed-off-by: Massimiliano Culpo <massimiliano.culpo@gmail.com >
2025-01-11 13:28:54 +01:00
Massimiliano Culpo
7832c56537
Overhaul of the spack.compilers package
...
Now the package contains modules that help using, or
detecting, compiler packages.
Signed-off-by: Massimiliano Culpo <massimiliano.culpo@gmail.com >
2025-01-11 13:28:54 +01:00
Massimiliano Culpo
bec58a1554
Remove spack.compilers Python modules
...
Signed-off-by: Massimiliano Culpo <massimiliano.culpo@gmail.com >
2025-01-11 13:28:53 +01:00
Massimiliano Culpo
67b04f1b8d
(WIP) Install mechanism
2025-01-11 13:28:53 +01:00
Massimiliano Culpo
8c66a1699e
(WIP) Recover bootstrapping from binaries on linux
2025-01-11 13:28:52 +01:00
Massimiliano Culpo
86a8ec5bbc
unit-tests: fix concretization and spack compiler
tests
2025-01-11 13:28:52 +01:00
Massimiliano Culpo
4f9be7b00a
builtin.mock et al. : changes to packages
...
Signed-off-by: Massimiliano Culpo <massimiliano.culpo@gmail.com >
2025-01-11 13:28:51 +01:00
Massimiliano Culpo
dc7df70b81
solver: first working implementation of compiler as nodes
...
This commit changes the model to treat compilers as nodes, and
drops the concept of a "compiler" as a bundle of a C, C++, and
Fortran compiler.
Implementation does not rely on `Compiler` or `CompilerSpec`.
2025-01-11 13:28:51 +01:00
Massimiliano Culpo
6f5e6f3a5b
Deprecate packages:all:compiler and update default configs
...
Signed-off-by: Massimiliano Culpo <massimiliano.culpo@gmail.com >
2025-01-11 13:28:50 +01:00
Massimiliano Culpo
414b323e01
directives: remove workaround for the c, cxx and fortran language
...
Signed-off-by: Massimiliano Culpo <massimiliano.culpo@gmail.com >
2025-01-11 13:28:50 +01:00
Massimiliano Culpo
0705a5f468
Overhaul the spack compiler
command
...
This reverts commit 2c47dddbc1
.
Now, `spack compiler` writes by default in packages.yaml. Entries
in old `compilers.yaml` are converted to external specs as a way to
support legacy configuration.
Since this operation is expensive, an environment variable can be
used to enforce the deprecation of `compiler.yaml`.
The --mixed-toolchain option has been deprecated, since it stops to
make sense once compiler are treated as nodes.
2025-01-11 13:28:50 +01:00
Massimiliano Culpo
e432641166
Allow reading old JSON files
2025-01-11 13:28:49 +01:00
Massimiliano Culpo
cf2b5a1e4f
parse_with_version_concrete: remove compiler=
switch
2025-01-11 13:28:49 +01:00
Massimiliano Culpo
510623fe47
Make CompilerSpec raise on __init__
2025-01-11 13:28:48 +01:00
Massimiliano Culpo
ae6c1a7abe
parser: parse compilers as direct build deps
2025-01-11 13:28:45 +01:00
Mosè Giordano
70534ac9d4
r-deseq2: add new versions ( #48157 )
2025-01-10 14:36:53 -08:00
Chris Marsh
b369d8b250
py-netcdf4: add v1.7.2 and fix variant ( #47824 )
2025-01-10 21:52:42 +01:00
Mosè Giordano
4d2319a785
r-sparsematrixstats: add new versions ( #48154 )
...
Also, specify incompatibility with `r-matrixstats` versions.
2025-01-10 10:50:04 -08:00
Dom Heinzeller
d6a9511f39
py-cylc-flow package: update package and dependents/dependencies
...
* Add py-protobuf@4.24 .4 (needed for py-cylc-flow@8.3.6).
* Add py-cylc-flow@8.3.6 and enable png output when creating graphs
by requesting variant pangocairo for graphviz dependency.
* Add corresponding versions of py-metomi-rose@2.3.2,
py-cylc-rose@1.4.2, py-cylc-uiserver@1.4.2.
* Add myself as maintainer to all the cylc-related packages.
2025-01-10 10:12:41 -08:00
Massimiliano Culpo
dd69b646ad
Add subscript notation to packages ( #48467 )
...
This PR allows using the subscript notation directly on packages. The
intent is to reduce the boilerplate needed to retrieve package
properties from nodes other than root.
2025-01-10 19:00:51 +01:00
Niklas Bölter
b670205e54
py-nvitop: new package ( #48426 )
...
* Adding nvitop package
* [@spackbot] updating style on behalf of nboelte
* Adding dependency constraints and types
* Adding maintainer
* Adding python version dependency
* Style fix
* Commented out unused platform=windows dependency
2025-01-10 09:18:12 -08:00
Harmen Stoppels
d6d8800466
executable.py: fix overlapping overload set ( #48503 )
2025-01-10 16:34:04 +00:00
Rocco Meli
7a32954f7f
dftd4: add v3.6.0 and v3.7.0, update URL ( #48500 )
2025-01-10 16:13:15 +01:00
Massimiliano Culpo
92564ecd42
palace: add a dependency on c ( #48315 )
2025-01-10 15:15:57 +01:00
Massimiliano Culpo
c1258a1431
chai: add dependency on C ( #48316 )
2025-01-10 15:15:14 +01:00
Harmen Stoppels
d46ac9b1e4
spec.py: fix return type of concretized() ( #48504 )
2025-01-10 13:31:41 +00:00
Massimiliano Culpo
2e472a13e5
llvm: minimal fix for llvm_config method ( #48501 )
2025-01-10 11:36:07 +01:00
Harmen Stoppels
7edb525599
binary_distribution: improve deps_to_relocate ( #48484 )
2025-01-10 11:32:11 +01:00
Harmen Stoppels
93cd216603
binary_distribution: stop relocating tarballs with relative rpaths ( #48488 )
2025-01-10 11:30:18 +01:00
Harmen Stoppels
c1d385ada2
traverse: use overload for return type when depth=True vs depth=False ( #48482 )
2025-01-10 09:53:28 +01:00
Dom Heinzeller
464390962f
Comment out py-arrow@1.3.0 because of build errors with basic gcc stack ( #48478 )
...
* Comment out py-arrow@1.3.0 because of build errors with basic gcc stack
* Also comment out 1.3.0-specific depends_on lines
2025-01-09 19:43:47 -07:00
Wouter Deconinck
16734cd8c6
mlpack: add v4.5.1 ( #48334 )
...
* mlpack: add v4.5.1
* mlpack: variant +go when=@4.5.1:
2025-01-09 18:40:49 -08:00
Alec Scott
1dd9eeb0c6
rust: fix dependency version constraint ( #48445 )
2025-01-09 18:37:25 -08:00
Wouter Deconinck
f4ef0aec28
armadillo: add v14.2.2 ( #48480 )
...
* armadillo: add v14.2.2
* armadillo: hdf5 support ends with v10
2025-01-09 18:34:58 -08:00
Buldram
ea2c70a21a
toybox: depend on virtual zlib ( #48486 )
2025-01-09 18:33:20 -08:00
Weiqun Zhang
72ddc03da9
amrex: add v25.01 ( #48423 )
...
* amrex: add v25.01
* Add dependency on rocsparse
---------
Co-authored-by: Tamara Dahlgren <35777542+tldahlgren@users.noreply.github.com >
2025-01-09 17:37:26 -08:00
Alec Scott
32de71b0b6
gnutls: add v3.8.8 ( #48373 )
2025-01-09 19:23:20 -06:00
Stephen Nicholas Swatman
e94d5b935f
acts dependencies: new versions as of 2025/01/08 ( #48465 )
...
New year, new versions of the ACTS dependencies. This time, we have a
new version of detray, a new version of algebra plugins, as well as a
new version of ACTS itself.
2025-01-09 19:22:20 -06:00
Alberto Invernizzi
85649be232
py-stevedore: bump to version 5.4.0 (plus some intermediate ones as well) ( #47784 )
2025-01-09 16:55:40 -08:00
Harmen Stoppels
c23d2cdb2b
lmod: add v8.7.55 ( #48439 )
2025-01-09 16:43:08 -08:00
Wouter Deconinck
dc5dd896a2
ensmallen: add v2.22.1 ( #48481 )
2025-01-09 16:41:46 -08:00
Dave Keeshan
43f23589ef
verilator: add v5.032 ( #48493 )
2025-01-09 16:40:24 -08:00
Massimiliano Culpo
5085f635dd
Add type hints to spack.util.executable.Executable
( #48468 )
...
* Add type-hints to `spack.util.executable.Executable`
* Add type-hint to input
* Use overload, and remove assertions at calling sites
* Bump mypy to v1.11.2 (working locally), Python to 3.13
2025-01-09 14:16:24 -08:00
Paul R. C. Kent
46da7952d3
llvm: add v19.1.6 ( #48162 )
2025-01-09 13:51:46 -08:00
Adam J. Stewart
72783bcb0a
py-keras: add v3.8.0, remove optional deps ( #48461 )
2025-01-09 09:16:57 -08:00
Olivier Cessenat
f4d2ff0068
ocaml: compile versions before 4.8.0 again ( #48470 )
2025-01-09 09:15:12 -08:00
Adam J. Stewart
a2b7fee3fe
py-timm: add v1.0.12 ( #48474 )
2025-01-09 09:11:08 -08:00
Mikael Simberg
2ebf2df421
mold: Add 2.36.0 ( #48483 )
2025-01-09 13:20:40 +01:00
dependabot[bot]
e725aa527e
build(deps): bump codecov/codecov-action from 5.0.3 to 5.1.2 ( #48200 )
...
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action ) from 5.0.3 to 5.1.2.
- [Release notes](https://github.com/codecov/codecov-action/releases )
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md )
- [Commits](05f5a9cfad...1e68e06f1d
)
---
updated-dependencies:
- dependency-name: codecov/codecov-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>
2025-01-09 12:33:45 +01:00
Richard Berger
7455c8d173
libmesh: add newer versions up to 1.7.6 ( #48476 )
2025-01-09 04:07:48 -07:00
Vanessasaurus
99e2bce99f
Automated deployment to update package flux-core 2025-01-08 ( #48466 )
...
Co-authored-by: github-actions <github-actions@users.noreply.github.com >
2025-01-09 03:38:42 -07:00
Buldram
4204d16fd3
toybox: new package ( #48472 )
2025-01-09 03:33:28 -07:00
dependabot[bot]
e76677cbd5
build(deps): bump pygments from 2.18.0 to 2.19.1 in /lib/spack/docs ( #48431 )
...
Bumps [pygments](https://github.com/pygments/pygments ) from 2.18.0 to 2.19.1.
- [Release notes](https://github.com/pygments/pygments/releases )
- [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES )
- [Commits](https://github.com/pygments/pygments/compare/2.18.0...2.19.1 )
---
updated-dependencies:
- dependency-name: pygments
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>
2025-01-09 11:31:42 +01:00
Wouter Deconinck
57357a540f
py-iminuit: new versions through v2.30.1 ( #48471 )
...
* py-iminuit: new versions through v2.30.1
* py-iminuit: add tag hep
---------
Co-authored-by: wdconinc <wdconinc@users.noreply.github.com >
2025-01-09 03:18:18 -07:00
Adam J. Stewart
97e0b39b32
py-segmentation-models-pytorch: add v0.4.0 ( #48473 )
2025-01-08 15:32:09 -08:00
Paul Gessinger
247da9ea7a
root: Patch range restriction and gcc lower bound ( #48449 )
...
* root: Restrict patch range
* root: Set minimum gcc version for cxxstd=20
* root: fix gcc range when cxxstd 20
Co-authored-by: Paul Gessinger <hello@paulgessinger.com >
---------
Co-authored-by: Wouter Deconinck <wdconinc@gmail.com >
2025-01-08 16:03:08 -06:00
Sinan
07f89a73d1
libspatialite: fix for newer libxml2 ( #48125 )
...
* package/libspatialite fix for newer libxml
* clarify constraint
* fix issue properly via variant
---------
Co-authored-by: sbulut <sbulut@3vgeomatics.com >
2025-01-08 12:58:14 -08:00
Krishna Chilleri
60cfdcb6cc
py-neo4j: new package ( #48383 )
...
* add neo4j package
* [@spackbot] updating style on behalf of kchilleri
* modifying license header
2025-01-08 13:46:32 -06:00
Seth R. Johnson
1c9b042d3a
googletest: new version, absl support, c++20 flag ( #48328 )
...
* googletest: new version, absl support, c++20 flag
* Update googletest header
2025-01-08 11:22:38 -08:00
Harmen Stoppels
c424611010
directory_layout.py: remove dependency on global spack.store.STORE ( #48460 )
2025-01-08 17:44:32 +01:00
Xuefeng Ding
35963d7d7d
geant4-data: support G4TENDL ( #48310 )
...
* add parse tool, json, and load json
bug fix
add variants and conflictions for g4tendl
* correct format
* correct format
* update version mapping
* remove 1.0
* Update var/spack/repos/builtin/packages/geant4-data/package.py
Co-authored-by: Seth R. Johnson <johnsonsr@ornl.gov >
* add options
* depends on it
* fix typo
---------
Co-authored-by: Seth R. Johnson <johnsonsr@ornl.gov >
2025-01-08 10:40:06 -06:00
Wouter Deconinck
7e62ca864a
ninja: support tests for 1.12 and later ( #48385 )
...
* ninja: support tests for 1.12:
* ninja: fix style
2025-01-08 16:57:25 +01:00
Harmen Stoppels
fa9ef0ac89
config.py: deprecate config:install_path_scheme ( #48463 )
2025-01-08 16:02:11 +01:00
Harmen Stoppels
55d9fe20e5
warnings.showwarning: set earlier ( #48462 )
...
Co-authored-by: haampie <haampie@users.noreply.github.com >
2025-01-08 07:27:22 -07:00
Harmen Stoppels
434a8d54d4
directory_layout: types and remove kwargs ( #48459 )
2025-01-08 14:09:36 +01:00
Adrien Bernede
7328c64fc7
CachedCMakePackage: set CMAKE_*_RPATH with implicit and extra rpaths ( #48067 )
...
This is useful when CachedCMakePackage is used without the Spack compiler wrapper.
2025-01-08 04:18:44 -07:00
Massimiliano Culpo
4be7b98fd2
Perl build system: add a dependency on gmake ( #48437 )
2025-01-08 09:10:22 +01:00
eugeneswalker
25ce6cce47
e4s cray rhel ci stack: re-enable and update for new cpe ( #47697 )
...
* e4s cray rhel ci stack: re-enable and update for new cpe, should fix cray libsci issue
* only run e4s-cray-rhel stack
* Mkae Autotools build_system point at correct build_directory
* remove selective enable of cray-rhel stacks
* restore SPACK_CI_DISABLE_STACKS
* use dot prefix to hide cray-sles jobs instead of comment-out
---------
Co-authored-by: Ryan Krattiger <ryan.krattiger@kitware.com >
2025-01-07 08:56:10 -08:00
eugeneswalker
418a9194e7
util-linux: add missing include for errno.h ( #48433 )
2025-01-07 08:48:25 -08:00
Seth R. Johnson
d16a578242
geant4: fix 10.7 build with c++20 ( #48347 )
2025-01-07 16:14:18 +01:00
Wouter Deconinck
aee2f5cf41
hep stack: add celeritas ( #48404 )
2025-01-07 09:47:17 -05:00
Harmen Stoppels
ca8ea63796
compiler.py: deal with temporarily broken compiler ( #48418 )
...
When a compiler is temporarily broken, we cache `c_compiler_output:`
`null`. This commit ensures we retry to obtain the `c_compiler_output`.
2025-01-07 09:56:05 +01:00
Paul Gessinger
3b21ff109f
edm4hep: Add lower clang version bounds ( #48419 )
...
* edm4hep: Add lower clang version bounds
EDM4hep 0.99.1 introduced usage of consteval. While this is technically
supported in clang versions below 17, the implementation seems to be
incomplete and fail compilation of EDM4hep 0.99.1 and up.
* Update var/spack/repos/builtin/packages/edm4hep/package.py
Co-authored-by: Thomas Madlener <thomas.madlener@desy.de >
---------
Co-authored-by: Thomas Madlener <thomas.madlener@desy.de >
2025-01-06 22:14:50 -06:00
Gerry Knapp
d503f03473
additivefoam: update build scripts for @main ( #48223 )
2025-01-06 18:32:09 -08:00
Sinan
770d2fe4d7
libxml2: add version 2.13.5 and variant http ( #48124 )
...
* package/libxml2 add version 2.13.5
* add http variant
* Update var/spack/repos/builtin/packages/libxml2/package.py
Co-authored-by: Tamara Dahlgren <35777542+tldahlgren@users.noreply.github.com >
* Update var/spack/repos/builtin/packages/libxml2/package.py
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com >
---------
Co-authored-by: sbulut <sbulut@3vgeomatics.com >
Co-authored-by: Tamara Dahlgren <35777542+tldahlgren@users.noreply.github.com >
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com >
2025-01-06 18:01:19 -08:00
Wouter Deconinck
fcc35b70bb
py-six: add v1.17.0 ( #48401 )
2025-01-06 17:11:16 -08:00
Wouter Deconinck
074387b29c
wayland: add v1.23.0, v1.23.1; wayland-protocols: add v1.38, v1.39 ( #48403 )
...
* wayland-protocols: add v1.38, v1.39
* wayland: add v1.23.0, v1.23.1
2025-01-06 17:09:54 -08:00
Adam J. Stewart
4d26b93070
XNNPACK: add new versions, pin resources ( #48405 )
2025-01-06 17:07:02 -08:00
Wouter Deconinck
9d15a006f8
py-rucio-clients: add through v36.0.0.post2 ( #48407 )
...
* py-rucio-clients: add through v36.0.0.post2
* [@spackbot] updating style on behalf of wdconinc
---------
Co-authored-by: wdconinc <wdconinc@users.noreply.github.com >
2025-01-06 17:01:24 -08:00
Wouter Deconinck
7e69650806
py-deepdiff: add through v8.1.1 ( #48410 )
...
* py-deepdiff: add through v8.1.1
* py-orderly-set: new package
* py-orderly-set: add v5.2.1, v5.2.2 to satisfy audit
2025-01-06 15:14:26 -08:00
G-Ragghianti
142469f92e
Fixing description ( #48429 )
2025-01-06 14:57:03 -08:00
Wouter Deconinck
cb6cb023d2
py-click: add v8.1.8 (switch to flit-core) ( #48422 )
2025-01-06 13:50:15 -08:00
Olivier Cessenat
920614a799
hevea: add v2.36 ( #48273 )
2025-01-06 12:57:29 -07:00
rfbgo
5be40f1a5a
py-espresso: add v4.1.0 -> v4.2.2 ( #47864 )
...
Co-authored-by: Massimiliano Culpo <massimiliano.culpo@gmail.com >
2025-01-06 20:44:23 +01:00
Lehman Garrison
aa0ab3b38b
py-py-spy: add 0.4.0, and make rust & CargoPackage
respect -j
( #47883 )
...
* py-py-spy: add 0.4.0
* py-py-spy: port from Package to CargoPackage
* CargoPackage: respect make_jobs
* rust: respect make_jobs during build and install
* spack style
* CargoBuilder: fix make_jobs syntax
* CargoBuilder: don't write to $HOME, use stage dir
2025-01-06 12:14:19 -07:00
Massimiliano Culpo
85c125a0f5
Remove spack.config.add_default_platform_scope ( #48425 )
...
This function is used only in tests, and pushes a scope to the
current global CONFIG, when on Windows, regardless of what that
CONFIG is.
2025-01-06 20:06:02 +01:00
Krishna Chilleri
2842c6d191
py-typer: add version 0.5.0 ( #48285 )
2025-01-06 18:08:27 +01:00
Wouter Deconinck
e8309b16fc
thepeg: restrict rivet versions; evtgen: new variant sherpa ( #48264 )
...
* thepeg: restrict to rivet@:3 when @:2.2
* evtgen: new variant sherpa
* herwig3: require at least one external EvtGen component
* evtgen: fix typo
* evtgen: rm deprecated 01.* and autotools build system
* thepeg: fix typo
* herwig3: fix conflicts ^evtgen
2025-01-06 09:27:48 -07:00
dmagdavector
4dd55e1b67
podman: add v4.6.2, 4.7.2, 4.8.3, 4.9.3 ( #48112 )
2025-01-06 10:42:18 -05:00
Wouter Deconinck
227fa1a482
gh: check_args needs ./... and some skipped tests ( #48408 )
2025-01-06 10:40:30 -05:00
Thomas Madlener
ee47d877ff
rivet, yoda: Add new versions with back-port fixes ( #48141 )
...
* rivet: add version 3.1.11 with some back-port fixes
Some back-ported fixes from the 4.x series. Most importantly the
possibility to build against HepMC 3.3.0.
* yoda: Add version 1.9.11
* Add a conflict with hepmc=2
* Unify hepmc@3.3.0 conflicts into one statement
* Remove conflict and update conditional hepmc variant
* Use caret to signify conflict with dependency
Co-authored-by: Wouter Deconinck <wdconinc@gmail.com >
* Make conflict and msg more specific
* Add dedicated version dependency to yoda
---------
Co-authored-by: Wouter Deconinck <wdconinc@gmail.com >
2025-01-06 08:32:52 -06:00
Harmen Stoppels
4b4be2e2c2
cmd/__init__.py: pass tests in case n=1 ( #48417 )
2025-01-06 15:30:29 +01:00
Valentin Volkl
0e6e61b32f
alpgen: update website ( #48415 )
2025-01-06 08:07:26 -06:00
Harmen Stoppels
79027884c7
Add spack API warning with file/line ( #48416 )
2025-01-06 03:43:04 -07:00
Olivier Cessenat
beadf06caa
ocamlbuild: add v0.14.1 -> v0.15.0 ( #48272 )
2025-01-06 08:36:16 +01:00
Niclas Jansson
fc24be5c2b
neko: add v0.9.1 and deprecate old versions ( #48306 )
2025-01-06 07:57:14 +01:00
Tim Fuller
8d5ece07d1
Update openmpi/package.py to allow for non-standard cxx name ( #48168 )
...
Allows user to define an alternative name for `mpic++` in `packages:openmpi:package_attributes:cxxname`.
2025-01-05 03:22:57 -07:00
Wouter Deconinck
cf06b395b7
snakemake: skip_modules snakemake.common.tests ( #48395 )
2025-01-04 23:19:50 +01:00
Seth R. Johnson
fd51f1ce65
RCCL: only build tests when requested ( #48387 )
2025-01-04 09:46:15 -05:00
Matt Thompson
0576ef081a
mapl: add v2.51.2 ( #48220 )
2025-01-04 13:49:00 +01:00
Dom Heinzeller
20a8ba77b0
ectrans: add conflict for versions 1.5.x with oneapi@2025: ( #48238 )
2025-01-04 13:44:10 +01:00
Kacper Kornet
9b4c5d1c55
python: add v3.13.1 and v3.12.8 ( #48356 )
2025-01-04 13:42:12 +01:00
Harmen Stoppels
6622f7a89c
Revert "CI: Move the build stage to the project root instead of tmp ( #47996 )" ( #48397 )
...
This reverts commit ef615bcc7e
.
2025-01-04 11:59:22 +01:00
Cody Balos
d463b172a6
sundials: add v7.2.1 ( #48248 )
2025-01-04 11:09:04 +01:00
Adam J. Stewart
ab6fa2680f
py-lightning: add v2.5.0 ( #48249 )
2025-01-04 11:07:43 +01:00
Wouter Deconinck
d7559c8caf
qt: add v5.15.16 ( #48147 )
2025-01-04 11:02:26 +01:00
Wouter Deconinck
bd1fedcc18
jsoncpp: add v1.9.6 ( #48263 )
2025-01-04 11:02:03 +01:00
Adam J. Stewart
9254ef5b3f
py-torchgeo: add v0.6.2 ( #48230 )
2025-01-04 11:00:33 +01:00
Olivier Cessenat
39ad98a359
ocaml: new v4.14.2, and v5.2.1 ( #48271 )
2025-01-04 10:50:45 +01:00
Wouter Deconinck
9d07efa0dc
gobject-introspection: patch to import setuptools before distutils ( #47879 )
2025-01-04 10:49:25 +01:00
Olivier Cessenat
de2caf956d
latex2html: add v2024.2 ( #48282 )
2025-01-04 10:48:10 +01:00
Wouter Deconinck
6b296fe8ad
go: add v1.23.4 ( #48335 )
...
* go: add v1.23.4
* Update copyright for new year
---------
Co-authored-by: Alec Scott <hi@alecbcs.com >
2025-01-04 02:42:52 -07:00
Teague Sterling
9cccdc5424
xkeyboard-config: add xkbdata provider ( #45571 )
...
Signed-off-by: Teague Sterling <teaguesterling@gmail.com >
2025-01-04 10:39:45 +01:00
Wouter Deconinck
b4f048cc14
nlopt: add v2.9.1 (supports python@3.13) ( #48309 )
2025-01-04 10:29:31 +01:00
Wouter Deconinck
5fd15dc541
R: ensure Makeconf has full libs directories ( #48323 )
2025-01-04 10:28:46 +01:00
Wouter Deconinck
0471af4c16
gsoap: depends_on autoconf etc type build ( #48247 )
2025-01-04 10:27:00 +01:00
archiepowell-linaro
fb1a509964
linaro-forge: add v24.1.1 ( #48241 )
2025-01-04 10:21:22 +01:00
Wouter Deconinck
4f00d7cc9b
gettext: add v0.23.1 ( #48348 )
2025-01-04 10:19:40 +01:00
Wouter Deconinck
91726147ae
pkgconf: add v2.3.0 ( #48346 )
2025-01-04 10:18:28 +01:00
Wouter Deconinck
7998d8ed52
readline: 12 more upstream patches ( #48343 )
2025-01-04 10:17:28 +01:00
Wouter Deconinck
1061db7c8c
apptainer: add v1.3.5, v1.3.6 ( #48330 )
2025-01-04 10:16:14 +01:00
Wouter Deconinck
39f38d3f28
bash: add patches 27 to 37 ( #48349 )
2025-01-04 10:15:50 +01:00
Adam J. Stewart
173dcd6be8
py-earthengine-api: add v1.4.3 ( #48340 )
2025-01-04 10:14:28 +01:00
Adam J. Stewart
de2be4d999
google-cloud-cli: add v504.0.1, document Python version support ( #48339 )
...
Co-authored-by: adamjstewart <adamjstewart@users.noreply.github.com >
2025-01-04 10:14:05 +01:00
Niklas Bölter
619a0a8d81
lammps: added extra-command package introduced in @20240829 ( #48355 )
...
d61c94c0f3
2025-01-04 10:10:08 +01:00
Alec Scott
598abf0bef
typos: new package ( #48368 )
2025-01-04 10:09:03 +01:00
Wouter Deconinck
99a63fdff2
tcsh: add v6.24.10, v6.24.14 ( #48367 )
2025-01-04 10:08:29 +01:00
Vanessasaurus
64773932b2
flux-security: add 0.13.0( #48345 )
...
Co-authored-by: github-actions <github-actions@users.noreply.github.com >
2025-01-04 10:05:13 +01:00
Vanessasaurus
bc4b5dd62e
flux-sched: v0.40.0 ( #48344 )
...
Co-authored-by: github-actions <github-actions@users.noreply.github.com >
2025-01-04 10:04:31 +01:00
Wouter Deconinck
0652b01eca
zlib-ng: add v2.2.2, v2.2.3 ( #48177 )
2025-01-04 10:03:29 +01:00
Wouter Deconinck
6053fc9b6e
pmix: add v5.0.4, v5.0.5 ( #48333 )
2025-01-04 10:02:12 +01:00
Alec Scott
7c9582a172
curl: add v8.11.1 ( #48369 )
2025-01-04 10:00:56 +01:00
Alec Scott
2ffa63470c
fzf: add v0.57.0 ( #48370 )
2025-01-04 09:59:13 +01:00
Wouter Deconinck
7bf7292a87
py-particle: add v0.25.[0-2] ( #48371 )
2025-01-04 09:58:47 +01:00
Alec Scott
ef55fe7f4b
glab: add v1.51.0 ( #48372 )
2025-01-04 09:58:07 +01:00
Alec Scott
6e8fe490e0
goimports: add v0.28.0 ( #48375 )
2025-01-04 09:56:57 +01:00
Alec Scott
450e56f207
gopls: add v0.17.1 ( #48376 )
2025-01-04 09:56:20 +01:00
Alec Scott
d33616c291
hugo: add v0.140.2 ( #48377 )
2025-01-04 09:51:58 +01:00
Adam J. Stewart
4a37bb38ce
py-pillow: add v11.1.0 ( #48354 )
2025-01-04 09:39:33 +01:00
Alec Scott
6f2d07e99a
kubectl: add v1.32.0 ( #48378 )
2025-01-04 09:38:39 +01:00
Alec Scott
8f415cd2b5
kubernetes: add v1.32.0 ( #48379 )
2025-01-04 09:37:53 +01:00
Alec Scott
e3d3e79037
py-python-lsp-server: add v1.11.0 ( #48380 )
2025-01-04 09:37:12 +01:00
Alec Scott
dbd290d1ac
rust: add v1.83.0 ( #48381 )
2025-01-04 09:36:15 +01:00
Krishna Chilleri
e6bb795bcc
py-apscheduler: add v3.6.3 ( #48279 )
2025-01-04 09:33:41 +01:00
Wouter Deconinck
ab6fa2f6d3
cfitsio: add v4.4.1, v4.5.0; variant +fortran ( #48388 )
2025-01-04 09:21:49 +01:00
Wouter Deconinck
8fe3fe4918
heppdt: patch for broken test ( #48390 )
2025-01-04 09:10:45 +01:00
Adam J. Stewart
cb770eb8e3
py-scipy: add v1.15.0 ( #48393 )
2025-01-04 09:04:53 +01:00
Adam J. Stewart
0a03a92e78
Avoid trailing slashes in strings ( #48359 )
2025-01-03 23:00:18 +01:00
Satish Balay
7f9019c1ca
kokkos and kokkos-kernels - add v4.5.01 ( #48363 )
...
trilinos@develop: update kokkos dependency
2025-01-03 15:56:23 -06:00
Wouter Deconinck
1b9d001f6a
feat: add HEP cloud_pipeline stack ( #40932 )
...
* dd4hep: depends_on root +root7 in some cases
* dd4hep: avoid self-referential whens -> conflicts
* feat: add HEP cloud_pipeline stack
* [hep] add hep jobs to .gitlab-ci.yml
* [hep] rm hep-generate image override
* [hep] fix root variants; add some more packages
* [hep] disable hep-build for now
* [hep] hepmc3 +interfaces
* [hep] hep-generate on gcc-11.4 runner image
* [hep] sherpa -blackhat
* [hep] align package requirements to e4s for more cache hits
* [hep] lcio -examples due to conflicts
* [hep] marks geant4-data as external
* [hep] enable build
* [hep] elfutils now always has bzip2 xz dependency
* [hep] avoid gaudi ^gdb@8.1 with explicit version gdb@14.1
* [hep] geant4 -vtk for now
* [hep] root ~oracle
* [hep] external geant4-data@11.2.0
* [hep] sherap ~python
* [hep] gaudi ^gdb +python to avoid failing gdb@8.1
* [hep] pythia8 ~madgraph5amc
* [hep] remove garfieldpp which fails to download
* [hep] sherpa ~recola because recola needs pic variant
* [hep] sherpa ~rivet since conflicts("cxxstd=11", when="~rivet")
* [hep] unify: when_possible
* [hep] thepeg ~rivet
* [hep] root ~shadow
* [hep] lcio ~jar
* [hep] root ~postgres
* [hep] herwig3 ~evtgen
* [hep] herwig3 has no evtgen variant
* [hep] no image override in hep-generate
* [hep] re-add ubuntu-22.04 image for newer gcc than 7
* [hep] remove herwig3
* [hep] remove package configs
* [hep] avoid non-existent variants in latest versions
* [hep] allow for sherpa@3:
* [hep] acts cxxstd=20
* [hep] gaudi ^gdb +python
* [hep] gaudi ^gdb +debuginfod
* [hep] add some packages to large and huge kubernetes groups
* [hep] root +rpath
* [hep] add qt-declarative to large 8core 8GB CI group
* [hep] add sherpa to 8 core, 3 GB CI medium group
* [hep] add root to 12 core, 19 GB huge CI group
* [hep] gaudi: touch pytest.ini
* [hep] ~ instead of -
Co-authored-by: Seth R. Johnson <johnsonsr@ornl.gov >
---------
Co-authored-by: Seth R. Johnson <johnsonsr@ornl.gov >
2025-01-03 12:22:53 -07:00
Arash Partow
a52d817fa0
exprtk: add new package ( #48326 )
2025-01-03 12:48:05 -06:00
David Huber
ec286e857f
Disable py-numpy AVX512 instructions when compiled with Intel ( #47941 )
...
* Disable numpy AVX512 when compiled with Intel classic
* Add py-numpy v1.26.5
* Add patch to handle AVX512 conversions
* Remove unneeded patch.
* Remove unnecessary tag
* Move blas_config_settings to config_settings
* Cleaned up blas settings
2025-01-03 11:27:59 -07:00
Andrey Alekseenko
690a6045a9
gromacs: remove dependency on Fortran ( #48386 )
...
* gromacs: remove dependency on Fortran
Fortran was removed from GROMACS core since 4.6. There are a few contrib
files around, but they are not built anyway.
Also fix a couple typos.
* [@spackbot] updating style on behalf of al42and
---------
Co-authored-by: al42and <al42and@users.noreply.github.com >
2025-01-03 07:58:22 -07:00
Harmen Stoppels
0a070512e6
tests: remove file requirement ( #48362 )
2025-01-03 15:49:06 +01:00
Wouter Deconinck
cb37f973d9
xxhash: add v0.8.3 ( #48382 )
2025-01-03 09:36:04 -05:00
Wouter Deconinck
33740c8d24
fuse-overlayfs: add v1.14 ( #48331 )
2025-01-03 13:07:10 +01:00
Wouter Deconinck
e374f8fb66
build_environment: only traverse unique edges ( #48301 )
...
Wrap EnvironmentVisitor in CoverEdgesVisitor so only unique edges are enqueued.
Co-authored-by: Harmen Stoppels <harmenstoppels@gmail.com >
2025-01-03 12:17:26 +01:00
Krishna Chilleri
0394def68b
py-uvicorn: add v0.27.1 ( #48287 )
...
* py-uvicorn: add version 0.27.1
* add required py-typing-extensions dependency
2025-01-02 22:13:19 -07:00
Seth R. Johnson
0782097775
geant4: fix bad patch for 10.x ( #48332 )
2025-01-02 15:27:40 -07:00
eugeneswalker
460bc82632
e4s ci: cleanup; see if failures have been fixed ( #48137 )
...
* e4s ci: cleanup; see if failures have been fixed
* comment out dealii+cuda cuda_arch=90 due to cuda@12 conflict
* paraview unpin @5.11
* disable paraview cuda90
* ecp-dav ~paraview cuda90
* disable lbann gfx90a
* disable upcxx +cuda
* comment out nek5000 and lammps +cuda
* comment out failed specs
* comment out slepc+rocm
* comment out failures
* comment out failures
* comment out failing paraview buids;
* comment out petsc+rocm
* sort specs
2025-01-02 13:27:40 -08:00
Massimiliano Culpo
880eb36a1f
charliecloud: disable libsquashfuse when ~squashfuse ( #48317 )
2025-01-02 21:45:26 +01:00
Massimiliano Culpo
1f3b4e116f
Add a C dependency to hipblaslt, and rocthrust ( #48320 )
2025-01-02 21:44:40 +01:00
Vicente Bolea
9b8835ba79
paraview: add v5.13.2 ( #48324 )
2025-01-02 10:55:26 -06:00
Kacper Kornet
fb1d4f8907
zoltan: Fix buliding with gcc@14 and ifx. ( #48358 )
...
* zoltan: Ignore errors about incompatible pointer type with gcc@14
In gcc 14 -Werror=incompatible-pointer-types is now the default.
Silence it until it gets fixed in zoltan upstream.
* zoltan: Fix linking error when built with ifx
2025-01-02 11:54:06 -05:00
Todd Gamblin
f635337af8
Remove years from license headers ( #48352 )
2025-01-02 15:40:28 +01:00
Wouter Deconinck
8f145f5e8e
node-js: always depend on some python, regardless of lower/upper limits ( #48350 )
2025-01-02 03:00:09 -08:00
Alec Scott
022ae8503a
oxide-rs: new-package
2025-01-02 01:17:37 -08:00
Alberto Invernizzi
3c64821c64
node-js: less strict python requirement for newer versions of node-js ( #47942 )
...
* less strict python requirement for newer versions of node-js
* fix style
* add back constraints for deprecated versions
* Update var/spack/repos/builtin/packages/node-js/package.py
Co-authored-by: Wouter Deconinck <wdconinc@gmail.com >
* Update var/spack/repos/builtin/packages/node-js/package.py
Co-authored-by: Wouter Deconinck <wdconinc@gmail.com >
* remove "v" from versions in some constraints
---------
Co-authored-by: Wouter Deconinck <wdconinc@gmail.com >
2025-01-01 16:15:17 -06:00
Alec Scott
866785bd74
py-jedi: fix python dependency constraints ( #48322 )
2024-12-31 20:56:53 -06:00
Buldram
60d321012e
nim: add 2.0.14 ( #48284 )
...
https://nim-lang.org/blog/2024/12/24/nim-2014-released.html
2024-12-31 11:24:24 -05:00
Matt Thompson
8ee5cf4b31
mepo: add v2.2.0 ( #48283 )
2024-12-31 11:22:53 -05:00
Krishna Chilleri
d2a2ae3699
py-tomlkit: add version 0.11.8 ( #48286 )
2024-12-31 11:21:35 -05:00
Adam J. Stewart
547e324ee5
py-jsonargparse: add v4.35.0 ( #48314 )
2024-12-31 11:06:24 -05:00
Adam J. Stewart
693c74324a
py-torchmetrics: add v1.6.1 ( #48297 )
2024-12-31 11:04:31 -05:00
Asa
dcf710a32d
Add version 0.2.0 to py-olcf-velocity ( #48311 )
2024-12-31 10:47:51 -05:00
Massimiliano Culpo
38276d13c2
Add a C dependency to a few cargo packages ( #48319 )
...
* fd: add a dependency on C
See https://gitlab.spack.io/spack/spack/-/jobs/14424172
* lsd: add a dependency on C
See https://gitlab.spack.io/spack/spack/-/jobs/14424171
* ripgrep: add a dependency on C
See https://gitlab.spack.io/spack/spack/-/jobs/14424170
* eza: add a dependency on C
See https://gitlab.spack.io/spack/spack/-/jobs/14424168
* hyperfine: add a dependency on C
See https://gitlab.spack.io/spack/spack/-/jobs/14424167
2024-12-31 10:05:49 -05:00
Massimiliano Culpo
611b0f19b3
gnutls: add v3.8.4, fixed issue with non rpathed zstd ( #48321 )
...
See https://gitlab.spack.io/spack/spack/-/jobs/14427936
2024-12-31 10:04:19 -05:00
Tara Drwenski
337d9bebf8
Camp: Fix syntax error ( #48269 )
...
* Fix camp syntax error by providing first archs element instead of tuple
* Provide all architectures as semicolon separated list
2024-12-30 15:04:10 -08:00
Massimiliano Culpo
71512f5682
mpich: gather in a single place env modifications needed by mpich derivatives ( #48276 )
...
* mpich: gather in a single place env modifications needed by mpich derivatives
MPICH, and its derivatives, share a lot of copy/paste code to setup the
environment during the different stages of the package life-cycle.
This commit gathers the common modifications in a single place (a mixin class),
living in the Mpich package, and makes derivatives import, and reuse, it.
* Fix docs for Python < 3.13
2024-12-30 15:42:16 -07:00
Xuefeng Ding
a7373b8a31
gcc: fix typo in setup_run_environment condition ( #48307 )
2024-12-30 13:47:54 +01:00
Satish Balay
05de2b1ba1
petsc: fix compilers listed in pkgconfig/petsc.pc ( #48201 )
...
* petsc: fix compilers listed in pkgconfig/petsc.pc
* Also fix reconfigure*.py
2024-12-27 22:09:00 -06:00
Chris Marsh
f57d7fb952
gsl: update patch for 2.8
...
The 2.7 patch does not apply on gsl@2.8.
This is a manual fix of the 2.6 patch to update it to clealy apply to gsl@2.8
2024-12-28 00:49:03 +01:00
Karol Krizka
e76f8fda2d
openloops: use cmodel small on aarch64 instead of large ( #48299 )
2024-12-27 09:07:54 -07:00
Juan Miguel Carceller
66a00fe103
freeglut: add v3.6.0 ( #48292 )
...
* freeglut: add v3.6.0
* Change the version range for the patch
---------
Co-authored-by: jmcarcell <jmcarcell@users.noreply.github.com >
2024-12-26 09:07:50 -07:00
dependabot[bot]
15124d7c73
build(deps): bump urllib3 from 2.2.3 to 2.3.0 in /lib/spack/docs ( #48278 )
...
Bumps [urllib3](https://github.com/urllib3/urllib3 ) from 2.2.3 to 2.3.0.
- [Release notes](https://github.com/urllib3/urllib3/releases )
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst )
- [Commits](https://github.com/urllib3/urllib3/compare/2.2.3...2.3.0 )
---
updated-dependencies:
- dependency-name: urllib3
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-12-26 09:03:38 -07:00
Karol Krizka
a14f10e882
openloops: Fix configuration of cmodel setting for gfortran ( #48288 )
...
* openloops: Add cmodel to user config file to override setting added in 2.1.2.
* openloops: Change cmodel from small to large following author recommendation.
2024-12-26 08:44:08 -06:00
Joseph Wang
16d3de4540
opendatadetector: fix attribute for libs ( #48290 )
2024-12-26 08:35:04 -06:00
psakievich
78bd905fe0
Ensure command_line scope is always last ( #48255 )
2024-12-25 14:32:31 -07:00
Harmen Stoppels
e9cdcc4af0
build caches: collect files to relocate while tarballing w/o file ( #48212 )
...
A few changes to tarball creation (for build caches):
- do not run file to distinguish binary from text
- file is slow, even when running it in a batched fashion -- it usually reads all bytes and has slow logic to categorize specific types
- we don't need a highly detailed file categorization; a crude categorization of elf, mach-o, text suffices.
detecting elf and mach-o is straightforward and cheap
- detecting utf-8 (and with that ascii) is highly accurate: false positive rate decays exponentially as file size increases. Further it's not only the most common encoding, but the most common file type in package prefixes.
iso-8859-1 is cheaply (but heuristically) detected too, and sufficiently accurate after binaries and utf-8 files are classified earlier
- remove file as a dependency of Spack in general, which makes Spack itself easier to install
- detect file type and need to relocate as part of creating the tarball, which is more cache friendly and thus faster
2024-12-24 10:53:13 -07:00
Massimiliano Culpo
aca469b329
mpi: remove setting unused monkey patched variable ( #48275 )
...
mpicxx_shared_libraries seems a relic of #1550 , and is
not currently used by any builtin package.
Thus, cleanup the recipes, and avoid monkey-patching
spec objects.
2024-12-24 14:29:53 +01:00
Wouter Deconinck
c65a0e03c4
doc: ensure getting_started has bootstrap list output in correct place ( #48281 )
2024-12-24 04:48:02 -07:00
Wouter Deconinck
b02340724d
gaudi: Fix nonexistent 'libs' ( #48274 )
2024-12-23 12:57:42 -07:00
Philipp Edelmann
250de0cdf2
fix spack external find for Python >= 3.13 ( #48170 )
...
Python >= 3.13 does not have the crypt variant anymore. Still no matter
if the test for crypt succeeds (which it can on Fedora providing its own
crypt module for Python 3.13) or fails, it will add +crypt or ~crypt,
which both fail because the variant only exists until Python 3.12.
Co-authored-by: Richard Berger <rberger@lanl.gov >
2024-12-23 10:56:13 -08:00
Carson Woods
da97e9eaa7
py-fitter: add v1.5.2, v1.6.0 ( #41035 )
2024-12-23 18:29:14 +01:00
Massimiliano Culpo
a3322459fe
bootstrap mirror: fix references from v0.4 to v0.6 ( #48235 )
2024-12-23 14:06:48 +01:00
Olivier Cessenat
88d5393570
silo: variant python needs python ( #48257 )
...
* silo: variant python needs python
* Dependency to Python did not resolve the "Python.h" header not being found
Added the -I path to Python header to the compiler.
Having silo depend on python was not sufficient to get the path to python.
Maybe there is a smarter way to do that, but this one works.
* Update var/spack/repos/builtin/packages/silo/package.py
Co-authored-by: Wouter Deconinck <wdconinc@gmail.com >
* Update var/spack/repos/builtin/packages/silo/package.py
Co-authored-by: Wouter Deconinck <wdconinc@gmail.com >
* Update var/spack/repos/builtin/packages/silo/package.py
Co-authored-by: Wouter Deconinck <wdconinc@gmail.com >
---------
Co-authored-by: Wouter Deconinck <wdconinc@gmail.com >
2024-12-22 19:13:23 -06:00
Thomas Madlener
d1d61820f4
herwig, thepeg: Add latest version and specify rivet dependencies better ( #48142 )
...
* thepeg: Correctly specify rivet version for dependency
* herwig3: Add latest version 7.3.0
* thepeg: Make sure to have consistent hepmc version
rivet and thepeg need to have the same hepmc version otherwise things
will not compile
2024-12-22 15:36:14 -06:00
prakash
858c7ca1a2
Updates to AMR-Wind: adding new releases and an option to enable new spec option ( #48229 )
2024-12-22 10:25:53 -07:00
Elliott Slaughter
5b1394f1cf
legion: Add 24.12.0. ( #48221 )
2024-12-21 20:00:25 -07:00
Christophe Prud'homme
9554f8802b
libzip: links with external libs found on host and new version ( #47230 )
...
* libzip links with external libs found on host feelpp/spack#6
* add maintainers
* fix style
* use multi-build system
/cc @wdconinc
* fix style
* rm space and rename variant bz2 to bzip2
/cc @wdconinc
* fix variant name for bzip2
* zstd is supported in libzip@:1.8
* fix style
* fix style
* fix style
* rm deprecated version and versions that cannot be found easily
use only cmake from now on
* fix style
* fix style
* use variant when option for zstd
* Update var/spack/repos/builtin/packages/libzip/package.py
Co-authored-by: Wouter Deconinck <wdconinc@gmail.com >
* fix style
/cc @wdconinc
---------
Co-authored-by: Wouter Deconinck <wdconinc@gmail.com >
2024-12-21 19:22:50 -06:00
Kyle Knoepfel
b78c517582
Support oneTBB 2021.13.0 and 2022.0.0 ( #48239 )
2024-12-20 23:32:58 -07:00
Dom Heinzeller
aaf0319731
Add conflict for py-scipy@1.14: with Intel Classic ( #48251 )
2024-12-20 23:23:27 -07:00
Paul Gessinger
21d5fd6ec1
dd4hep: Fix faulty package configuration ( #48236 )
2024-12-20 21:34:25 -07:00
Mike VanDenburgh
d6f71a2afd
Fix import error in CI log aggregation script ( #48245 )
...
Fix CI log aggregation script failing due to an import error.
2024-12-20 16:14:17 -07:00
Rocco Meli
2edbed3a9d
dla-future: add v0.7.3, deprecate v0.7.0 and v0.7.1 ( #48215 )
...
* dla-future: add v0.7.2, deprecate v0.7.0 and v0.7.1
* update
2024-12-20 08:08:01 -07:00
Zack Galbreath
e0035bd658
ci: request 35G of memory for building composable-kernel ( #48227 )
...
This number was determined from the max memory usage recently recorded
for this package in our analytics database.
2024-12-20 06:53:15 -07:00
Massimiliano Culpo
64207e8fe8
Use Ubuntu 22.04 to run unit tests against Python 3.7 ( #48233 )
2024-12-20 10:02:02 +01:00
Harmen Stoppels
fdc85572f3
import-check: bump and simplify ( #48222 )
2024-12-20 09:39:42 +01:00
eugeneswalker
75162be4b6
ci: add developer-tools-aarch64-linux-gnu stack ( #48217 )
2024-12-20 09:24:10 +01:00
Todd Gamblin
adbbb91b41
Make unit tests work on ubuntu 24.04 ( #48151 )
...
`kcov` was removed in Ubuntu 24.04, and it is no longer
installable via `apt` in our CI images. Instal it via
Linuxbrew instead, at least until it comes back to Ubuntu.
`subversion` is also not installed on ubuntu 24 by default,
so we have to install it manually.
- [x] Add linuxbrew to linux tests
- [x] Install `kcov` with brew
- [x] Install subversion with `apt`
Signed-off-by: Todd Gamblin <tgamblin@llnl.gov >
2024-12-20 08:20:07 +01:00
Wouter Deconinck
55eeff7eb0
xrandr: add v1.5.3 ( #48178 )
2024-12-19 19:45:17 -07:00