Massimiliano Culpo 
							
						 
					 
					
						
						
							
						
						3752fe9e42 
					 
					
						
						
							
							Better error message when wrong platform is used ( #40492 )  
						
						... 
						
						
						
						fixes  #40299  
					
						2023-10-13 11:18:55 +02:00 
						 
				 
			
				
					
						
							
							
								Matthew Chan 
							
						 
					 
					
						
						
							
						
						8a0de10f60 
					 
					
						
						
							
							containerize: update docs to activate env before using container templates ( #40493 )  
						
						
						
						
					 
					
						2023-10-13 06:59:44 +00:00 
						 
				 
			
				
					
						
							
							
								Adam J. Stewart 
							
						 
					 
					
						
						
							
						
						6aa8d76e32 
					 
					
						
						
							
							py-cmocean: add v3.0.3 ( #40482 )  
						
						
						
						
					 
					
						2023-10-12 20:32:48 -06:00 
						 
				 
			
				
					
						
							
							
								Nils Vu 
							
						 
					 
					
						
						
							
						
						fb1d0f60d9 
					 
					
						
						
							
							catch2: add +pic and +shared options ( #40337 )  
						
						... 
						
						
						
						Also add latest version 
						
						
					 
					
						2023-10-12 20:13:01 -06:00 
						 
				 
			
				
					
						
							
							
								Martin Aumüller 
							
						 
					 
					
						
						
							
						
						728eaa515f 
					 
					
						
						
							
							ospray: new versions 2.11.0 and 2.12.0 ( #40394 )  
						
						... 
						
						
						
						* openimagedenoise: checksum 2.0.1
* ospray: new versions 2.11.0 and 2.12.0
  - both depend on embree@4
  - also update dependency versions for rkcommon, openvkl, openimagedenois and ispc
  - expose that dependency on openvkl is optional since @2.11 with variant "volumes"
* ospray: limit embree to @3 for ospray @:2.10 
						
						
					 
					
						2023-10-12 14:13:15 -07:00 
						 
				 
			
				
					
						
							
							
								Julius Plehn 
							
						 
					 
					
						
						
							
						
						7c354095a9 
					 
					
						
						
							
							Updates Variorum to 0.7.0 ( #40488 )  
						
						
						
						
					 
					
						2023-10-12 11:27:06 -06:00 
						 
				 
			
				
					
						
							
							
								Harmen Stoppels 
							
						 
					 
					
						
						
							
						
						64ef33767f 
					 
					
						
						
							
							modules:prefix_inspections: allow empty dict ( #40485 )  
						
						... 
						
						
						
						Currently
```
modules:
  prefix_inspections:: {}
```
gives you the builtin defaults instead of no mapping. 
						
						
					 
					
						2023-10-12 09:28:16 -07:00 
						 
				 
			
				
					
						
							
							
								Dennis Klein 
							
						 
					 
					
						
						
							
						
						265432f7b7 
					 
					
						
						
							
							libzmq: Revert "libzmq: make location of libsodium explicit ( #34553 )" ( #40477 )  
						
						... 
						
						
						
						and make variants independent of upstream defaults 
						
						
					 
					
						2023-10-12 09:15:00 -06:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						aa7dfdb5c7 
					 
					
						
						
							
							build(deps): bump python-levenshtein in /lib/spack/docs ( #40461 )  
						
						... 
						
						
						
						Bumps [python-levenshtein](https://github.com/maxbachmann/python-Levenshtein ) from 0.22.0 to 0.23.0.
- [Release notes](https://github.com/maxbachmann/python-Levenshtein/releases )
- [Changelog](https://github.com/maxbachmann/python-Levenshtein/blob/main/HISTORY.md )
- [Commits](https://github.com/maxbachmann/python-Levenshtein/compare/v0.22.0...v0.23.0 )
---
updated-dependencies:
- dependency-name: python-levenshtein
  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> 
						
						
					 
					
						2023-10-12 14:38:33 +00:00 
						 
				 
			
				
					
						
							
							
								Alec Scott 
							
						 
					 
					
						
						
							
						
						bfe37435a4 
					 
					
						
						
							
							go: add v1.21.3 and deprecate previous versions due to CVE-2023-39533 ( #40454 )  
						
						
						
						
					 
					
						2023-10-12 07:40:04 -06:00 
						 
				 
			
				
					
						
							
							
								Adam J. Stewart 
							
						 
					 
					
						
						
							
						
						285a50f862 
					 
					
						
						
							
							PyTorch: fix build with Xcode 15 ( #40460 )  
						
						
						
						
					 
					
						2023-10-12 07:27:03 -06:00 
						 
				 
			
				
					
						
							
							
								Harmen Stoppels 
							
						 
					 
					
						
						
							
						
						995e82e72b 
					 
					
						
						
							
							gettext: Add 0.22.3 and fix keyerror: "shared" ( #39423 )  
						
						... 
						
						
						
						After the merge of #37957  (Add static and pic variants), if a gettext install
from a build before that merge is present, building any package using gettext
fails with keyerror: "shared" because the use of self.spec.variants["shared"]
does not check for the presence of the new variant in the old installation
but expects that the new key variants["shared"] exists always.
Fix it with a fallback to the default of True and update gettext to v22.3
Co-authored-by: Bernharad Kaindl <43588962+bernhardkaindl@users.noreply.github.com > 
						
						
					 
					
						2023-10-12 04:40:38 -06:00 
						 
				 
			
				
					
						
							
							
								Massimiliano Culpo 
							
						 
					 
					
						
						
							
						
						3935e047c6 
					 
					
						
						
							
							Remove deprecated "extra_instructions" option for containers ( #40365 )  
						
						
						
						
					 
					
						2023-10-12 12:12:15 +02:00 
						 
				 
			
				
					
						
							
							
								Harmen Stoppels 
							
						 
					 
					
						
						
							
						
						0fd2427d9b 
					 
					
						
						
							
							clingo: fix build with Python 3.12 ( #40154 )  
						
						
						
						
					 
					
						2023-10-12 12:11:22 +02:00 
						 
				 
			
				
					
						
							
							
								Alec Scott 
							
						 
					 
					
						
						
							
						
						30d29d0201 
					 
					
						
						
							
							acfl: use f-strings ( #40433 )  
						
						
						
						
					 
					
						2023-10-12 11:30:22 +02:00 
						 
				 
			
				
					
						
							
							
								Tim Haines 
							
						 
					 
					
						
						
							
						
						3e1f2392d4 
					 
					
						
						
							
							must: add versions 1.8.0 and 1.9.0 ( #40141 )  
						
						
						
						
					 
					
						2023-10-11 22:34:22 -07:00 
						 
				 
			
				
					
						
							
							
								Lydéric Debusschère 
							
						 
					 
					
						
						
							
						
						6a12a40208 
					 
					
						
						
							
							[add] py-cylc-rose: new recipe ( #39980 )  
						
						... 
						
						
						
						* [add] py-cylc-rose: new recipe
* py-cylc-rose: update recipe
---------
Co-authored-by: LydDeb <lyderic.debusschere.tgcc@cea.fr > 
						
						
					 
					
						2023-10-11 22:31:46 -07:00 
						 
				 
			
				
					
						
							
							
								Leonhard Reichenbach 
							
						 
					 
					
						
						
							
						
						90e73391c2 
					 
					
						
						
							
							opendatadetector: add version v3.0.0 ( #39693 )  
						
						
						
						
					 
					
						2023-10-11 22:29:00 -07:00 
						 
				 
			
				
					
						
							
							
								Alec Scott 
							
						 
					 
					
						
						
							
						
						deec1b7c2e 
					 
					
						
						
							
							adios2: use f-strings ( #40437 )  
						
						
						
						
					 
					
						2023-10-11 21:08:00 -06:00 
						 
				 
			
				
					
						
							
							
								Scott Wittenburg 
							
						 
					 
					
						
						
							
						
						d9cb1a1070 
					 
					
						
						
							
							buildcache: Tell servers not to cache index or hash ( #40339 )  
						
						
						
						
					 
					
						2023-10-11 18:13:57 -06:00 
						 
				 
			
				
					
						
							
							
								afzpatel 
							
						 
					 
					
						
						
							
						
						01747b50df 
					 
					
						
						
							
							fix ck build for 5.6.1 ( #40304 )  
						
						... 
						
						
						
						* initial commit to fix ck build for 5.6.1
* disable mlir for miopen-hip
* use satisfies for checking specs and add nlohmann-json dependency for 5.4 onwards 
						
						
					 
					
						2023-10-11 14:43:21 -07:00 
						 
				 
			
				
					
						
							
							
								Alex Richert 
							
						 
					 
					
						
						
							
						
						df01a11e07 
					 
					
						
						
							
							apr-util: Fix spack install apr-util +crypto ^openssl~shared ( #40301 )  
						
						
						
						
					 
					
						2023-10-11 23:38:28 +02:00 
						 
				 
			
				
					
						
							
							
								Victor Brunini 
							
						 
					 
					
						
						
							
						
						7a4b479724 
					 
					
						
						
							
							cmake: drop CMAKE_STATIC_LINKER_FLAGS ( #40423 )  
						
						... 
						
						
						
						Because those end up being passed to ar which does not understand linker
arguments. This was making ldflags largely unusuable for statically
linked cmake packages. 
						
						
					 
					
						2023-10-11 23:30:44 +02:00 
						 
				 
			
				
					
						
							
							
								Harmen Stoppels 
							
						 
					 
					
						
						
							
						
						89e34d56a1 
					 
					
						
						
							
							curl: add v8.4.0, allow r@8.3: to use it ( #40442 )  
						
						... 
						
						
						
						* curl: 8.4.0
* fix r curl upperbound range 
						
						
					 
					
						2023-10-11 21:04:09 +02:00 
						 
				 
			
				
					
						
							
							
								Miroslav Stoyanov 
							
						 
					 
					
						
						
							
						
						a5853ee51a 
					 
					
						
						
							
							update for the tasmanain versions ( #40453 )  
						
						
						
						
					 
					
						2023-10-11 12:33:31 -06:00 
						 
				 
			
				
					
						
							
							
								Alec Scott 
							
						 
					 
					
						
						
							
						
						537ab48167 
					 
					
						
						
							
							acts: use f-strings ( #40434 )  
						
						
						
						
					 
					
						2023-10-11 11:03:30 -07:00 
						 
				 
			
				
					
						
							
							
								Alec Scott 
							
						 
					 
					
						
						
							
						
						e43a090877 
					 
					
						
						
							
							abduco: use f-string ( #40432 )  
						
						
						
						
					 
					
						2023-10-11 19:51:26 +02:00 
						 
				 
			
				
					
						
							
							
								Alec Scott 
							
						 
					 
					
						
						
							
						
						275a2f35b5 
					 
					
						
						
							
							adiak: use f-strings ( #40435 )  
						
						
						
						
					 
					
						2023-10-11 10:48:39 -07:00 
						 
				 
			
				
					
						
							
							
								Alec Scott 
							
						 
					 
					
						
						
							
						
						dae746bb96 
					 
					
						
						
							
							abacus: use f-string ( #40431 )  
						
						
						
						
					 
					
						2023-10-11 19:48:32 +02:00 
						 
				 
			
				
					
						
							
							
								Alec Scott 
							
						 
					 
					
						
						
							
						
						3923b81d87 
					 
					
						
						
							
							adios: use f-strings ( #40436 )  
						
						
						
						
					 
					
						2023-10-11 10:47:42 -07:00 
						 
				 
			
				
					
						
							
							
								Alec Scott 
							
						 
					 
					
						
						
							
						
						5d582a5e48 
					 
					
						
						
							
							7zip: use f-strings ( #40430 )  
						
						
						
						
					 
					
						2023-10-11 19:46:23 +02:00 
						 
				 
			
				
					
						
							
							
								Alec Scott 
							
						 
					 
					
						
						
							
						
						7dbc712fba 
					 
					
						
						
							
							3proxy: use f-strings ( #40429 )  
						
						
						
						
					 
					
						2023-10-11 19:44:57 +02:00 
						 
				 
			
				
					
						
							
							
								Alec Scott 
							
						 
					 
					
						
						
							
						
						639ef9e24a 
					 
					
						
						
							
							adol-c: use f-strings ( #40438 )  
						
						
						
						
					 
					
						2023-10-11 10:43:31 -07:00 
						 
				 
			
				
					
						
							
							
								Alex Richert 
							
						 
					 
					
						
						
							
						
						86d2200523 
					 
					
						
						
							
							krb5: Fix spack install krb5 ^openssl~shared ( #40306 )  
						
						
						
						
					 
					
						2023-10-11 19:37:48 +02:00 
						 
				 
			
				
					
						
							
							
								Massimiliano Culpo 
							
						 
					 
					
						
						
							
						
						fe6860e0d7 
					 
					
						
						
							
							cmake: add v3.27.7 ( #40441 )  
						
						
						
						
					 
					
						2023-10-11 10:20:49 -07:00 
						 
				 
			
				
					
						
							
							
								Manuela Kuhn 
							
						 
					 
					
						
						
							
						
						8f2e68aeb8 
					 
					
						
						
							
							c-blosc2: add 2.10.5 ( #40428 )  
						
						
						
						
					 
					
						2023-10-11 19:19:58 +02:00 
						 
				 
			
				
					
						
							
							
								Laura Weber 
							
						 
					 
					
						
						
							
						
						bc4c887452 
					 
					
						
						
							
							tecplot: Add version 2023r1 ( #40425 )  
						
						
						
						
					 
					
						2023-10-11 10:05:37 -07:00 
						 
				 
			
				
					
						
							
							
								Alec Scott 
							
						 
					 
					
						
						
							
						
						b3534b4435 
					 
					
						
						
							
							restic: add v0.16.0 ( #40439 )  
						
						
						
						
					 
					
						2023-10-11 19:04:26 +02:00 
						 
				 
			
				
					
						
							
							
								Massimiliano Culpo 
							
						 
					 
					
						
						
							
						
						861bb4d35a 
					 
					
						
						
							
							Update bootstrap buildcache to support Python 3.12 ( #40404 )  
						
						... 
						
						
						
						* Add support for Python 3.12
* Use optimized build of clingo 
						
						
					 
					
						2023-10-11 19:03:17 +02:00 
						 
				 
			
				
					
						
							
							
								Harmen Stoppels 
							
						 
					 
					
						
						
							
						
						65e7ec0509 
					 
					
						
						
							
							spider: respect <base> tag ( #40443 )  
						
						
						
						
					 
					
						2023-10-11 08:49:50 -07:00 
						 
				 
			
				
					
						
							
							
								Manuela Kuhn 
							
						 
					 
					
						
						
							
						
						1ab8886695 
					 
					
						
						
							
							qt-base: fix-build without opengl ( #40421 )  
						
						
						
						
					 
					
						2023-10-11 08:56:59 -04:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						26136c337f 
					 
					
						
						
							
							build(deps): bump mypy from 1.5.1 to 1.6.0 in /.github/workflows/style ( #40422 )  
						
						... 
						
						
						
						Bumps [mypy](https://github.com/python/mypy ) from 1.5.1 to 1.6.0.
- [Commits](https://github.com/python/mypy/compare/v1.5.1...v1.6.0 )
---
updated-dependencies:
- dependency-name: mypy
  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> 
						
						
					 
					
						2023-10-11 06:35:51 -06:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						e3b71b32aa 
					 
					
						
						
							
							build(deps): bump mypy from 1.5.1 to 1.6.0 in /lib/spack/docs ( #40424 )  
						
						... 
						
						
						
						Bumps [mypy](https://github.com/python/mypy ) from 1.5.1 to 1.6.0.
- [Commits](https://github.com/python/mypy/compare/v1.5.1...v1.6.0 )
---
updated-dependencies:
- dependency-name: mypy
  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> 
						
						
					 
					
						2023-10-11 12:35:41 +00:00 
						 
				 
			
				
					
						
							
							
								Alec Scott 
							
						 
					 
					
						
						
							
						
						6d1711f4c2 
					 
					
						
						
							
							Update legacy .format() calls to fstrings in installer.py ( #40426 )  
						
						
						
						
					 
					
						2023-10-11 12:35:37 +00:00 
						 
				 
			
				
					
						
							
							
								Massimiliano Culpo 
							
						 
					 
					
						
						
							
						
						26f291ef25 
					 
					
						
						
							
							spack buildcache: fix a typo in a function call ( #40446 )  
						
						... 
						
						
						
						fixes  #40415  
					
						2023-10-11 13:09:21 +02:00 
						 
				 
			
				
					
						
							
							
								Martin Aumüller 
							
						 
					 
					
						
						
							
						
						da030617a1 
					 
					
						
						
							
							botan: checksum 3.2.0 ( #40417 )  
						
						
						
						
					 
					
						2023-10-10 21:52:51 -06:00 
						 
				 
			
				
					
						
							
							
								Martin Aumüller 
							
						 
					 
					
						
						
							
						
						1ebfcd3b18 
					 
					
						
						
							
							openvkl: add 1.3.2 ( #40392 )  
						
						... 
						
						
						
						* openvkl: add 1.3.2
works with (and requires) embree@4
* openvkl: simplify formatting with f-string
thank you for the suggestion in the review 
						
						
					 
					
						2023-10-10 21:24:17 -06:00 
						 
				 
			
				
					
						
							
							
								Edward Hartnett 
							
						 
					 
					
						
						
							
						
						d385a57da3 
					 
					
						
						
							
							w3emc: add v2.11.0 ( #40376 )  
						
						... 
						
						
						
						* added version 2.11.0
* more fixes 
						
						
					 
					
						2023-10-10 15:11:14 -07:00 
						 
				 
			
				
					
						
							
							
								eugeneswalker 
							
						 
					 
					
						
						
							
						
						37df8bfc73 
					 
					
						
						
							
							e4s arm stack: duplicate and target neoverse v1 ( #40369 )  
						
						... 
						
						
						
						* e4s arm stack: duplicate and target both neoverse n1, v1
* remove neoverse_n1 target until issue #40397  is resolved 
						
						
					 
					
						2023-10-10 14:32:51 -07:00 
						 
				 
			
				
					
						
							
							
								Adam J. Stewart 
							
						 
					 
					
						
						
							
						
						b781a530a1 
					 
					
						
						
							
							GCC: fix build with Apple Clang 15 ( #40318 )  
						
						
						
						
					 
					
						2023-10-10 22:35:15 +02:00