Massimiliano Culpo 
							
						 
					 
					
						
						
							
						
						112e47cc23 
					 
					
						
						
							
							Don't inject import statements in package recipes  
						
						 
						
						... 
						
						
						
						Remove a hack done by RepoLoader, which was injecting an extra
```
from spack.package import *
```
at the beginning of each package.py 
						
						
							
						
					 
					
						2024-12-05 12:48:00 -08:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dom Heinzeller 
							
						 
					 
					
						
						
							
						
						901cea7a54 
					 
					
						
						
							
							Add conflict for pixman with Intel Classic ( #47922 )  
						
						 
						
						
						
						
							
						
					 
					
						2024-12-05 18:14:57 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Massimiliano Culpo 
							
						 
					 
					
						
						
							
						
						c1b2ac549d 
					 
					
						
						
							
							solver: partition classes related to requirement parsing into their own file ( #47915 )  
						
						 
						
						
						
						
							
						
					 
					
						2024-12-05 18:10:06 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Harmen Stoppels 
							
						 
					 
					
						
						
							
						
						4693b323ac 
					 
					
						
						
							
							spack.mirror: split into submodules ( #47936 )  
						
						 
						
						
						
						
							
						
					 
					
						2024-12-05 18:09:08 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Kin Fai Tse 
							
						 
					 
					
						
						
							
						
						1f2a68f2b6 
					 
					
						
						
							
							tar: conditionally link iconv ( #47933 )  
						
						 
						
						... 
						
						
						
						* fix broken packages requiring iconv
* tar: -liconv only when libiconv
* Revert "fix broken packages requiring iconv"
This reverts commit 5fa426b52f .
---------
Co-authored-by: Harmen Stoppels <me@harmenstoppels.nl > 
						
						
							
						
					 
					
						2024-12-05 10:09:18 -06:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Juan Miguel Carceller 
							
						 
					 
					
						
						
							
						
						3fcc38ef04 
					 
					
						
						
							
							pandoramonitoring,pandorasdk: change docstrings that are wrong ( #47937 )  
						
						 
						
						... 
						
						
						
						and are copied from the pandorapfa package
Co-authored-by: jmcarcell <jmcarcell@users.noreply.github.com > 
						
						
							
						
					 
					
						2024-12-05 08:53:09 -07:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Harmen Stoppels 
							
						 
					 
					
						
						
							
						
						22d104d7a9 
					 
					
						
						
							
							ci: add bootstrap stack for python@3.6:3.13 ( #47719 )  
						
						 
						
						... 
						
						
						
						Resurrect latest Python 3.6
Add clingo-bootstrap to Gitlab CI. 
						
						
							
						
					 
					
						2024-12-05 10:07:24 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Todd Gamblin 
							
						 
					 
					
						
						
							
						
						8b1009a4a0 
					 
					
						
						
							
							resource: clean up arguments and typing 
						
						 
						
						... 
						
						
						
						- [x] Clean up arguments on the `resource` directive.
- [x] Add type annotations
- [x] Add `resource` to type annotations on `PackageBase`
- [x] Fix up `resource` docstrings
Signed-off-by: Todd Gamblin <tgamblin@llnl.gov > 
						
						
							
						
					 
					
						2024-12-04 22:49:18 -08:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Todd Gamblin 
							
						 
					 
					
						
						
							
						
						f54526957a 
					 
					
						
						
							
							directives: add type annotations to DirectiveMeta class  
						
						 
						
						... 
						
						
						
						Some of the class-level annotations were wrong, and some were missing. Annotate all the
functions here and fix the class properties to match what's actually happening.
Signed-off-by: Todd Gamblin <tgamblin@llnl.gov > 
						
						
							
						
					 
					
						2024-12-04 22:49:18 -08:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Todd Gamblin 
							
						 
					 
					
						
						
							
						
						175a4bf101 
					 
					
						
						
							
							directives: use Type[PackageBase] instead of PackageBase  
						
						 
						
						... 
						
						
						
						The first argument to each Spack directive is not a `PackageBase` instance but a
`PackageBase` class object, so fix the type annotations to reflect this.
Signed-off-by: Todd Gamblin <tgamblin@llnl.gov > 
						
						
							
						
					 
					
						2024-12-04 22:49:18 -08:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Todd Gamblin 
							
						 
					 
					
						
						
							
						
						aa81d59958 
					 
					
						
						
							
							directives: don't include Optional in PatchesType  
						
						 
						
						... 
						
						
						
						`Optional` shouldn't be part of `PatchesType` -- it's clearer to specify `Optional` it
in the methods that need their arguments to be optional.
Signed-off-by: Todd Gamblin <tgamblin@llnl.gov > 
						
						
							
						
					 
					
						2024-12-04 22:49:18 -08:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								James Taliaferro 
							
						 
					 
					
						
						
							
						
						6aafefd43d 
					 
					
						
						
							
							package version: Neovim 0.10.2 ( #47925 )  
						
						 
						
						
						
						
							
						
					 
					
						2024-12-04 23:17:55 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Satish Balay 
							
						 
					 
					
						
						
							
						
						ac82f344bd 
					 
					
						
						
							
							trilinos@develop: update kokkos dependency ( #47838 )  
						
						 
						
						
						
						
							
						
					 
					
						2024-12-04 19:53:38 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Harmen Stoppels 
							
						 
					 
					
						
						
							
						
						16fd77f9da 
					 
					
						
						
							
							rust-bootstrap: fix zlib dependency ( #47894 )  
						
						 
						
						... 
						
						
						
						x 
						
						
							
						
					 
					
						2024-12-04 02:28:19 -08:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Harmen Stoppels 
							
						 
					 
					
						
						
							
						
						f82554a39b 
					 
					
						
						
							
							stage.py: improve path to url ( #47898 )  
						
						 
						
						
						
						
							
						
					 
					
						2024-12-04 09:41:38 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Massimiliano Culpo 
							
						 
					 
					
						
						
							
						
						2aaf50b8f7 
					 
					
						
						
							
							eigen: remove unnecessary dependency on fortran ( #47866 )  
						
						 
						
						
						
						
							
						
					 
					
						2024-12-04 08:18:40 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Mathew Cleveland 
							
						 
					 
					
						
						
							
						
						b0b9cf15f7 
					 
					
						
						
							
							add a '+no_warning' variant to METIS to prevent pervasive warning ( #47452 )  
						
						 
						
						... 
						
						
						
						* add a '+no_warning' variant to metis to prevent prevasive warning
* fix formating
---------
Co-authored-by: Cleveland <cleveland@lanl.gov >
Co-authored-by: mcourtois <mathieu.courtois@gmail.com > 
						
						
							
						
					 
					
						2024-12-03 17:02:36 -08:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								v 
							
						 
					 
					
						
						
							
						
						8898e14e69 
					 
					
						
						
							
							update py-numl and py-nugraph recipes ( #47680 )  
						
						 
						
						... 
						
						
						
						* update py-numl and py-nugraph recipes
this commit adds the develop branch as a valid option for each of these two packages. in order to enable this, package tarballs are now retrieved from the github source repository instead of pypi, and their checksums and the build system have been updated accordingly.
* rename versions "develop" -> "main" to be consistent with branch name 
						
						
							
						
					 
					
						2024-12-03 16:59:33 -08:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Buldram 
							
						 
					 
					
						
						
							
						
						63c72634ea 
					 
					
						
						
							
							nim: add latest versions ( #47844 )  
						
						 
						
						... 
						
						
						
						* nim: add latest versions
  In addition:
  - Create separate build and install phases.
  - Remove koch nimble call as it's redundant with koch tools.
  - Install all additional tools bundled with Nim instead of only Nimble.
* Fix 1.6 version
* nim: add devel
  In addition:
  - Fix build accessing user config/cache 
						
						
							
						
					 
					
						2024-12-03 16:57:59 -08:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Carson Woods 
							
						 
					 
					
						
						
							
						
						a7eacd77e3 
					 
					
						
						
							
							bug fix: updated warning message to reflect impending v1.0 release ( #47887 )  
						
						 
						
						
						
						
							
						
					 
					
						2024-12-03 17:16:36 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Cédric Chevalier 
							
						 
					 
					
						
						
							
						
						09b7ea0400 
					 
					
						
						
							
							Bump Kokkos and Kokkos-kernels to 4.5.00 ( #47809 )  
						
						 
						
						... 
						
						
						
						* Bump Kokkos and Kokkos-kernels to 4.5.00
* petsc@:3.22 add a conflict with this new version of kokkos
* Update kokkos/kokkos-kernel dependency
---------
Co-authored-by: Satish Balay <balay@mcs.anl.gov > 
						
						
							
						
					 
					
						2024-12-03 09:09:25 -07:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Harmen Stoppels 
							
						 
					 
					
						
						
							
						
						b31dd46ab8 
					 
					
						
						
							
							style.py: do not remove import spack in packages ( #47895 )  
						
						 
						
						
						
						
							
						
					 
					
						2024-12-03 16:04:18 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Harmen Stoppels 
							
						 
					 
					
						
						
							
						
						ad7417dee9 
					 
					
						
						
							
							nwchem: add resource, remove patch ( #47892 )  
						
						 
						
						... 
						
						
						
						fixes a build failure due to broken URL and improves nwchem build without internet 
						
						
							
						
					 
					
						2024-12-03 14:09:05 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Wouter Deconinck 
							
						 
					 
					
						
						
							
						
						c3de3b0b6f 
					 
					
						
						
							
							tar: add v1.35 (fix CVEs) ( #47426 )  
						
						 
						
						
						
						
							
						
					 
					
						2024-12-03 13:26:04 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Harmen Stoppels 
							
						 
					 
					
						
						
							
						
						6da9bf226a 
					 
					
						
						
							
							python: drop nis module also for < 3.13 ( #47862 )  
						
						 
						
						... 
						
						
						
						the nis module was removed in python 3.13
we had it default to ~nis
no package requires +nis
required dependencies for +nis were missing
so better to remove the nis module entirely. 
						
						
							
						
					 
					
						2024-12-03 13:01:08 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Auriane R. 
							
						 
					 
					
						
						
							
						
						b3ee954e5b 
					 
					
						
						
							
							Remove duplicate version ( #47880 )  
						
						 
						
						
						
						
							
						
					 
					
						2024-12-03 10:14:47 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								napulath 
							
						 
					 
					
						
						
							
						
						db090b0cad 
					 
					
						
						
							
							Update package.py ( #47885 )  
						
						 
						
						
						
						
							
						
					 
					
						2024-12-03 08:24:28 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Massimiliano Culpo 
							
						 
					 
					
						
						
							
						
						3a6c361a85 
					 
					
						
						
							
							cgns: make fortran dependency optional ( #47867 )  
						
						 
						
						
						
						
							
						
					 
					
						2024-12-03 06:18:37 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Adam J. Stewart 
							
						 
					 
					
						
						
							
						
						bb5bd030d4 
					 
					
						
						
							
							py-rasterio: add v1.4.3 ( #47881 )  
						
						 
						
						
						
						
							
						
					 
					
						2024-12-03 06:10:20 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						b9c60f96ea 
					 
					
						
						
							
							build(deps): bump pytest from 8.3.3 to 8.3.4 in /lib/spack/docs ( #47882 )  
						
						 
						
						... 
						
						
						
						Bumps [pytest](https://github.com/pytest-dev/pytest ) from 8.3.3 to 8.3.4.
- [Release notes](https://github.com/pytest-dev/pytest/releases )
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pytest-dev/pytest/compare/8.3.3...8.3.4 )
---
updated-dependencies:
- dependency-name: pytest
  dependency-type: direct:production
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
							
						
					 
					
						2024-12-03 06:07:27 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Stephen Nicholas Swatman 
							
						 
					 
					
						
						
							
						
						6b16c64c0e 
					 
					
						
						
							
							acts dependencies: new versions as of 2024/12/02 ( #47787 )  
						
						 
						
						... 
						
						
						
						* acts dependencies: new versions as of 2024/11/25
This commit adds a new version of detray and two new versions of vecmem.
* acts dependencies: new versions as of 2024/12/02
This commit adds version 38 of ACTS and a new version of detray. 
						
						
							
						
					 
					
						2024-12-02 19:50:25 -06:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andrey Perestoronin 
							
						 
					 
					
						
						
							
						
						3ea970746d 
					 
					
						
						
							
							add compilers packages ( #47877 )  
						
						 
						
						
						
						
							
						
					 
					
						2024-12-02 15:53:56 -07:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Satish Balay 
							
						 
					 
					
						
						
							
						
						d8f2e080e6 
					 
					
						
						
							
							petsc, py-petsc4py: add v3.22.2 ( #47845 )  
						
						 
						
						
						
						
							
						
					 
					
						2024-12-02 14:21:31 -08:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Harmen Stoppels 
							
						 
					 
					
						
						
							
						
						ecb8a48376 
					 
					
						
						
							
							libseccomp: python forward compat bound ( #47876 )  
						
						 
						
						... 
						
						
						
						* libseccomp: python forward compat bound
* include 2.5.5
Co-authored-by: Wouter Deconinck <wdconinc@gmail.com >
---------
Co-authored-by: Wouter Deconinck <wdconinc@gmail.com > 
						
						
							
						
					 
					
						2024-12-02 14:59:40 -07:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Massimiliano Culpo 
							
						 
					 
					
						
						
							
						
						30176582e4 
					 
					
						
						
							
							py-torchvision: add dependency on c ( #47873 )  
						
						 
						
						
						
						
							
						
					 
					
						2024-12-02 22:23:58 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Massimiliano Culpo 
							
						 
					 
					
						
						
							
						
						ac17e8bea4 
					 
					
						
						
							
							utf8cpp: move to GitHub, make it a CMake package ( #47870 )  
						
						 
						
						
						
						
							
						
					 
					
						2024-12-02 14:14:24 -07:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Massimiliano Culpo 
							
						 
					 
					
						
						
							
						
						c30c85a99c 
					 
					
						
						
							
							seacas: add a conditional dependency on fortran ( #47871 )  
						
						 
						
						... 
						
						
						
						* seacas: remove unnecessary dependency on fortran
* seacas: add a conditional dependency on fortran 
						
						
							
						
					 
					
						2024-12-02 13:13:14 -08:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Michael Schlottke-Lakemper 
							
						 
					 
					
						
						
							
						
						2ae8eb6686 
					 
					
						
						
							
							Update HOHQmesh package with newer versions ( #47861 )  
						
						 
						
						
						
						
							
						
					 
					
						2024-12-02 12:29:45 -08:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jose E. Roman 
							
						 
					 
					
						
						
							
						
						b5cc5b701c 
					 
					
						
						
							
							New patch release SLEPc 3.22.2 ( #47859 )  
						
						 
						
						
						
						
							
						
					 
					
						2024-12-02 12:06:52 -08:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Wouter Deconinck 
							
						 
					 
					
						
						
							
						
						8e7641e584 
					 
					
						
						
							
							onnx: set CMAKE_CXX_STANDARD to abseil-cpp cxxstd value ( #47858 )  
						
						 
						
						
						
						
							
						
					 
					
						2024-12-02 11:56:33 -08:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Weiqun Zhang 
							
						 
					 
					
						
						
							
						
						e692d401eb 
					 
					
						
						
							
							amrex: add v24.12 ( #47857 )  
						
						 
						
						
						
						
							
						
					 
					
						2024-12-02 11:55:08 -08:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Massimiliano Culpo 
							
						 
					 
					
						
						
							
						
						99319b1d91 
					 
					
						
						
							
							oneapi-level-zero: add dependency on c ( #47874 )  
						
						 
						
						
						
						
							
						
					 
					
						2024-12-02 12:48:49 -07:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Satish Balay 
							
						 
					 
					
						
						
							
						
						839ed9447c 
					 
					
						
						
							
							trilinos@14.4.0 revert kokkos-kernel dependency - as this breaks builds ( #47852 )  
						
						 
						
						
						
						
							
						
					 
					
						2024-12-02 11:44:37 -08:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								afzpatel 
							
						 
					 
					
						
						
							
						
						8e5a040985 
					 
					
						
						
							
							ucc: add ROCm and rccl support ( #46580 )  
						
						 
						
						
						
						
							
						
					 
					
						2024-12-02 20:43:53 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Stephen Nicholas Swatman 
							
						 
					 
					
						
						
							
						
						5ddbb1566d 
					 
					
						
						
							
							benchmark: add version 1.9.1 ( #47860 )  
						
						 
						
						... 
						
						
						
						This commit adds version 1.9.1 of Google Benchmark. 
						
						
							
						
					 
					
						2024-12-02 11:42:38 -08:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Massimiliano Culpo 
							
						 
					 
					
						
						
							
						
						eb17680d28 
					 
					
						
						
							
							double-conversion: add dependency on c, and c++ ( #47869 )  
						
						 
						
						
						
						
							
						
					 
					
						2024-12-02 12:38:16 -07:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Massimiliano Culpo 
							
						 
					 
					
						
						
							
						
						f4d81be9cf 
					 
					
						
						
							
							py-torch-nvidia-apex: add dependency on C ( #47868 )  
						
						 
						
						
						
						
							
						
					 
					
						2024-12-02 20:37:33 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Massimiliano Culpo 
							
						 
					 
					
						
						
							
						
						ea5ffe35f5 
					 
					
						
						
							
							configuration: set egl as buildable:false ( #47865 )  
						
						 
						
						
						
						
							
						
					 
					
						2024-12-02 11:33:01 -08:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Wouter Deconinck 
							
						 
					 
					
						
						
							
						
						1e37a77e72 
					 
					
						
						
							
							mlpack: depends_on py-setuptools ( #47828 )  
						
						 
						
						
						
						
							
						
					 
					
						2024-12-02 12:04:53 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Todd Gamblin 
							
						 
					 
					
						
						
							
						
						29427d3e9e 
					 
					
						
						
							
							ruff: add v0.8.1 ( #47851 )  
						
						 
						
						... 
						
						
						
						Signed-off-by: Todd Gamblin <tgamblin@llnl.gov > 
						
						
							
  develop-2024-12-01
 
						
					 
					
						2024-11-30 10:49:47 +01:00