Axel Huebl 
							
						 
					 
					
						
						
							
						
						ed263615d7 
					 
					
						
						
							
							AMReX: update the CMake requirements for v22.06+ ( #31018 )  
						
						
						
						
					 
					
						2022-06-07 16:01:13 +02:00 
						 
				 
			
				
					
						
							
							
								Morten Kristensen 
							
						 
					 
					
						
						
							
						
						b4e775a11a 
					 
					
						
						
							
							py-vermin: add latest version 1.4.0 ( #31009 )  
						
						
						
						
					 
					
						2022-06-07 06:09:39 -06:00 
						 
				 
			
				
					
						
							
							
								Mosè Giordano 
							
						 
					 
					
						
						
							
						
						6a2844fdee 
					 
					
						
						
							
							libint: add Python as build dependency ( #30870 )  
						
						... 
						
						
						
						Installation process of libint runs a Python script:
<69cc7b9bc6/export/cmake/CMakeLists.txt.export (L410) 
						
						
					 
					
						2022-06-07 06:01:53 -06:00 
						 
				 
			
				
					
						
							
							
								Manuela Kuhn 
							
						 
					 
					
						
						
							
						
						44d670a8ce 
					 
					
						
						
							
							git-annex: fix source urls ( #30789 )  
						
						
						
						
					 
					
						2022-06-07 05:45:40 -06:00 
						 
				 
			
				
					
						
							
							
								Massimiliano Culpo 
							
						 
					 
					
						
						
							
						
						4a0ac87d07 
					 
					
						
						
							
							archspec: bump to v0.1.4 ( #30856 )  
						
						... 
						
						
						
						Fixes compiler flags for oneapi and dpcpp 
						
						
					 
					
						2022-06-07 08:51:34 +00:00 
						 
				 
			
				
					
						
							
							
								Michael Kuhn 
							
						 
					 
					
						
						
							
						
						2c6898c717 
					 
					
						
						
							
							glib: add v2.72.2 ( #31001 )  
						
						
						
						
					 
					
						2022-06-07 02:45:51 -06:00 
						 
				 
			
				
					
						
							
							
								Brice Videau 
							
						 
					 
					
						
						
							
						
						0a8083c604 
					 
					
						
						
							
							Fix py-ray dependencies and build system ( #31016 )  
						
						... 
						
						
						
						* Fix py-ray dependencies and build system
* Update var/spack/repos/builtin/packages/py-ray/package.py
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com >
* Added documentation for unusual dependencies.
* Fixed npm preinstall script per @adamjstewart suggestion.
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com > 
						
						
					 
					
						2022-06-07 01:36:24 +00:00 
						 
				 
			
				
					
						
							
							
								John W. Parent 
							
						 
					 
					
						
						
							
						
						5b45df5269 
					 
					
						
						
							
							Update decompression support on Windows ( #25185 )  
						
						... 
						
						
						
						Most package installations include compressed source files. This
adds support for common archive types on Windows:
* Add support for using system 7zip functionality to decompress .Z
  files when available (and on Windows, use 7zip for .xz archives)
* Default to using built-in Python support for tar/bz2 decompression
  (note that Python tar documentation mentions preservation of file
  permissions)
* Add tests for decompression support
* Extract logic for handling exploding archives (i.e. compressed
  archives that expand to more than one base file) into an
  exploding_archive_catch context manager in the filesystem module 
						
						
					 
					
						2022-06-06 18:14:43 -07:00 
						 
				 
			
				
					
						
							
							
								Chuck Atkins 
							
						 
					 
					
						
						
							
						
						9d7cc43673 
					 
					
						
						
							
							Package: Don't warn for missing source on bundle packages without code ( #30913 )  
						
						
						
						
					 
					
						2022-06-06 15:33:03 -07:00 
						 
				 
			
				
					
						
							
							
								miheer vaidya 
							
						 
					 
					
						
						
							
						
						932065beca 
					 
					
						
						
							
							Update package rtags ( #30890 )  
						
						... 
						
						
						
						* Update backage bear
Newer versions of rtags aren't available via older url
* Fix sha256 as download link has changed
Co-authored-by: Tamara Dahlgren <35777542+tldahlgren@users.noreply.github.com >
Co-authored-by: Tamara Dahlgren <35777542+tldahlgren@users.noreply.github.com > 
						
						
					 
					
						2022-06-06 15:30:35 -07:00 
						 
				 
			
				
					
						
							
							
								Massimiliano Culpo 
							
						 
					 
					
						
						
							
						
						360192cbfe 
					 
					
						
						
							
							atompow: remove again misplaced duplicate package ( #30992 )  
						
						... 
						
						
						
						Regression re-introduced in #30404  
						
						
					 
					
						2022-06-06 14:59:22 -07:00 
						 
				 
			
				
					
						
							
							
								Jen Herting 
							
						 
					 
					
						
						
							
						
						7bc349c041 
					 
					
						
						
							
							New package: py-numpy-quaternion ( #29452 )  
						
						... 
						
						
						
						* first build of numpy-quaternion and spherical-functions
* [py-numpy-quaternion] removed python restriction
* [py-numpy-quaternion] added scipy and numba variants
* [py-numpy-quaternion] fixing unicode
Co-authored-by: Sid Pendelberry <sid@rit.edu > 
						
						
					 
					
						2022-06-06 14:42:33 -07:00 
						 
				 
			
				
					
						
							
							
								Jen Herting 
							
						 
					 
					
						
						
							
						
						603ec40ab1 
					 
					
						
						
							
							[py-httpx] added version 0.22.0 ( #29806 )  
						
						... 
						
						
						
						* [py-httpx] python dependencies are type=('build', 'run')
* [py-httpx] py-wheel is now implied by PythonPackage
* [py-httpx] fixed older version dependencies
* [py-httpx] added version 0.22.0 
						
						
					 
					
						2022-06-06 14:34:11 -07:00 
						 
				 
			
				
					
						
							
							
								renjithravindrankannath 
							
						 
					 
					
						
						
							
						
						ed6695b9c9 
					 
					
						
						
							
							Correcting library path of hsakmt-roct for Centos7 and cleaning up the patch file. ( #30885 )  
						
						... 
						
						
						
						* Correcting library path of hsakmt-roct and cleaning up the patch file.
* Delete 007-library-path.patch 
						
						
					 
					
						2022-06-06 13:50:41 -07:00 
						 
				 
			
				
					
						
							
							
								Adam J. Stewart 
							
						 
					 
					
						
						
							
						
						fb173f80b2 
					 
					
						
						
							
							py-torchmetrics: add v0.9.0 ( #31000 )  
						
						
						
						
					 
					
						2022-06-06 16:28:11 +02:00 
						 
				 
			
				
					
						
							
							
								Ye Luo 
							
						 
					 
					
						
						
							
						
						15d4262b9b 
					 
					
						
						
							
							quantum-espresso: no need of patch and hdf5 is optional for pw2qmcpack ( #30884 )  
						
						
						
						
					 
					
						2022-06-06 15:47:10 +02:00 
						 
				 
			
				
					
						
							
							
								Daniel Arndt 
							
						 
					 
					
						
						
							
						
						7116fb1b70 
					 
					
						
						
							
							Kokkos SYCL AOT flags ( #30723 )  
						
						... 
						
						
						
						* Kokkos SYCL AOT flags
* Improve selecting the Intel GPU arch 
						
						
					 
					
						2022-06-06 15:41:13 +02:00 
						 
				 
			
				
					
						
							
							
								Adam J. Stewart 
							
						 
					 
					
						
						
							
						
						9b713fa6a6 
					 
					
						
						
							
							py-black: new version/variants/maintainer ( #30999 )  
						
						
						
						
					 
					
						2022-06-06 07:09:39 -06:00 
						 
				 
			
				
					
						
							
							
								Adam J. Stewart 
							
						 
					 
					
						
						
							
						
						8d4a5cb247 
					 
					
						
						
							
							GCC: add Apple M1 support ( #30825 )  
						
						... 
						
						
						
						Co-authored-by: Seth R. Johnson <johnsonsr@ornl.gov > 
						
						
					 
					
						2022-06-06 14:46:43 +02:00 
						 
				 
			
				
					
						
							
							
								Filippo Spiga 
							
						 
					 
					
						
						
							
						
						bf2d44c87e 
					 
					
						
						
							
							nvhpc: add v22.5 ( #30845 )  
						
						
						
						
					 
					
						2022-06-06 14:44:39 +02:00 
						 
				 
			
				
					
						
							
							
								Brian Van Essen 
							
						 
					 
					
						
						
							
						
						926e311f3c 
					 
					
						
						
							
							dihydrogen: propagate cuda_arch to nvshmem ( #30886 )  
						
						
						
						
					 
					
						2022-06-06 14:38:58 +02:00 
						 
				 
			
				
					
						
							
							
								Simon Pintarelli 
							
						 
					 
					
						
						
							
						
						8ef937032c 
					 
					
						
						
							
							quantum-espresso: support libxc also for autotools build ( #30895 )  
						
						
						
						
					 
					
						2022-06-06 14:26:07 +02:00 
						 
				 
			
				
					
						
							
							
								Erik 
							
						 
					 
					
						
						
							
						
						73ce789390 
					 
					
						
						
							
							amrvis: add configuration file and default color palette ( #30942 )  
						
						
						
						
					 
					
						2022-06-06 14:01:57 +02:00 
						 
				 
			
				
					
						
							
							
								Jianshen Liu 
							
						 
					 
					
						
						
							
						
						e4f3cfcc3a 
					 
					
						
						
							
							cppcheck: add v2.8 ( #30993 )  
						
						
						
						
					 
					
						2022-06-06 13:42:42 +02:00 
						 
				 
			
				
					
						
							
							
								Erik Schnetter 
							
						 
					 
					
						
						
							
						
						7ac05485c6 
					 
					
						
						
							
							cmake: New version 3.23.2 ( #30994 )  
						
						
						
						
					 
					
						2022-06-05 14:01:18 +02:00 
						 
				 
			
				
					
						
							
							
								John W. Parent 
							
						 
					 
					
						
						
							
						
						13b0e73a4e 
					 
					
						
						
							
							Sanitize filepath from URL ( #30625 )  
						
						... 
						
						
						
						Spack's staging logic constructs a file path based on a URL. The URL
may contain characters which are not allowed in valid file paths on
the system (e.g. Windows prohibits ':' and '?' among others). This
commit adds a function to remove such offending characters (but
otherwise preserves the URL string when constructing a file path). 
						
						
					 
					
						2022-06-04 15:06:43 -07:00 
						 
				 
			
				
					
						
							
							
								Tom Scogland 
							
						 
					 
					
						
						
							
						
						03c54aebdd 
					 
					
						
						
							
							luajit: use GC64 on darwin ( #30971 )  
						
						
						
						
					 
					
						2022-06-04 14:44:45 +02:00 
						 
				 
			
				
					
						
							
							
								G-Ragghianti 
							
						 
					 
					
						
						
							
						
						f4a4b3fa87 
					 
					
						
						
							
							Intel oneAPI DPCPP compatibility toolkit: add new package ( #30986 )  
						
						
						
						
					 
					
						2022-06-04 14:31:41 +02:00 
						 
				 
			
				
					
						
							
							
								Adam J. Stewart 
							
						 
					 
					
						
						
							
						
						6b3607287a 
					 
					
						
						
							
							py-botorch: add new package ( #30989 )  
						
						
						
						
					 
					
						2022-06-04 14:29:33 +02:00 
						 
				 
			
				
					
						
							
							
								Carlos Bederián 
							
						 
					 
					
						
						
							
						
						b4b2585d67 
					 
					
						
						
							
							protobuf: patch build error when @3.20 %gcc@12.1.0 ( #30973 )  
						
						
						
						
					 
					
						2022-06-03 21:32:13 +02:00 
						 
				 
			
				
					
						
							
							
								Satish Balay 
							
						 
					 
					
						
						
							
						
						29855ae31e 
					 
					
						
						
							
							petsc, py-petsc4py: add 3.17.2 ( #30982 )  
						
						
						
						
					 
					
						2022-06-03 09:39:52 -07:00 
						 
				 
			
				
					
						
							
							
								Michael Kuhn 
							
						 
					 
					
						
						
							
						
						44b9efa132 
					 
					
						
						
							
							rocksdb: add 7.2.2 ( #30977 )  
						
						
						
						
					 
					
						2022-06-03 08:56:28 -07:00 
						 
				 
			
				
					
						
							
							
								Michael Kuhn 
							
						 
					 
					
						
						
							
						
						f21e26b904 
					 
					
						
						
							
							doxygen: add 1.9.4 ( #30975 )  
						
						
						
						
					 
					
						2022-06-03 08:54:34 -07:00 
						 
				 
			
				
					
						
							
							
								Jacob Merson 
							
						 
					 
					
						
						
							
						
						73865c38f9 
					 
					
						
						
							
							Include new versions of model-traits package ( #30972 )  
						
						
						
						
					 
					
						2022-06-03 08:51:43 -07:00 
						 
				 
			
				
					
						
							
							
								Martin Diehl 
							
						 
					 
					
						
						
							
						
						38ccefbe84 
					 
					
						
						
							
							mpicxx does not work with icpx ( #30098 )  
						
						
						
						
					 
					
						2022-06-03 08:40:02 -07:00 
						 
				 
			
				
					
						
							
							
								Adam J. Stewart 
							
						 
					 
					
						
						
							
						
						1bd33d88bd 
					 
					
						
						
							
							py-protobuf: pin dependents to @:3 ( #30880 )  
						
						
						
						
					 
					
						2022-06-03 00:32:02 -04:00 
						 
				 
			
				
					
						
							
							
								Seth R. Johnson 
							
						 
					 
					
						
						
							
						
						67ad23cc11 
					 
					
						
						
							
							geant4: enable building against spack-built geant outside of spack ( #30936 )  
						
						
						
						
					 
					
						2022-06-02 21:09:41 -06:00 
						 
				 
			
				
					
						
							
							
								Adam J. Stewart 
							
						 
					 
					
						
						
							
						
						8640b50258 
					 
					
						
						
							
							Rust: Apple M1 support ( #30823 )  
						
						
						
						
					 
					
						2022-06-02 20:57:40 -04:00 
						 
				 
			
				
					
						
							
							
								Adam J. Stewart 
							
						 
					 
					
						
						
							
						
						043cc688ef 
					 
					
						
						
							
							py-torch: fix Apple M1 support ( #30833 )  
						
						
						
						
					 
					
						2022-06-02 20:51:18 -04:00 
						 
				 
			
				
					
						
							
							
								Adam J. Stewart 
							
						 
					 
					
						
						
							
						
						e52527029a 
					 
					
						
						
							
							OpenJDK: fix Apple M1 support ( #30826 )  
						
						
						
						
					 
					
						2022-06-02 20:48:55 -04:00 
						 
				 
			
				
					
						
							
							
								Alex Hedges 
							
						 
					 
					
						
						
							
						
						a7d2f76ac5 
					 
					
						
						
							
							git: add v2.36.1 ( #30966 )  
						
						
						
						
					 
					
						2022-06-02 13:21:37 -07:00 
						 
				 
			
				
					
						
							
							
								Derek Ryan Strong 
							
						 
					 
					
						
						
							
						
						fbb134b1af 
					 
					
						
						
							
							Add lftp 4.9.2 ( #30967 )  
						
						
						
						
					 
					
						2022-06-02 19:34:46 +00:00 
						 
				 
			
				
					
						
							
							
								Bitllion 
							
						 
					 
					
						
						
							
						
						548e9ae88c 
					 
					
						
						
							
							Abacus ( #30933 )  
						
						... 
						
						
						
						* add pacakge: abacus
* rename
* fix some style bugs
* update package:abacus
* fix some style bugs
* format code
* Delete a line of useless comments
* updatee abacus
* Update package.py
add new version info and fix a bug on mkl
* update version info and fix a bug on mkl
* Update package.py
* fix style bugs
* trailing whitespace 
						
						
					 
					
						2022-06-02 12:09:53 -07:00 
						 
				 
			
				
					
						
							
							
								Adam J. Stewart 
							
						 
					 
					
						
						
							
						
						5728ba0122 
					 
					
						
						
							
							Use stable URLs for patch-diff GitHub patches ( #30953 )  
						
						
						
						
					 
					
						2022-06-02 12:52:05 -04:00 
						 
				 
			
				
					
						
							
							
								Adam J. Stewart 
							
						 
					 
					
						
						
							
						
						2bda10edb5 
					 
					
						
						
							
							Fix typo in GitHub Actions step name ( #30924 )  
						
						
						
						
					 
					
						2022-06-02 16:33:39 +00:00 
						 
				 
			
				
					
						
							
							
								miheer vaidya 
							
						 
					 
					
						
						
							
						
						bd15ca4f16 
					 
					
						
						
							
							Update bear to v3.0.0 ( #30835 )  
						
						
						
						
					 
					
						2022-06-02 09:31:10 -07:00 
						 
				 
			
				
					
						
							
							
								Jakub Krajniak 
							
						 
					 
					
						
						
							
						
						f9dfd5fcb8 
					 
					
						
						
							
							Add flag to enable WRF-Chem module ( #30950 )  
						
						... 
						
						
						
						* Add flag to enable WRF-Chem module
* Update var/spack/repos/builtin/packages/wrf/package.py
Co-authored-by: Tamara Dahlgren <35777542+tldahlgren@users.noreply.github.com >
* Set chem variant only for v4+
Co-authored-by: Tamara Dahlgren <35777542+tldahlgren@users.noreply.github.com > 
						
						
					 
					
						2022-06-02 09:11:45 -07:00 
						 
				 
			
				
					
						
							
							
								Glenn Johnson 
							
						 
					 
					
						
						
							
						
						f3c4e1adbb 
					 
					
						
						
							
							texlive: add 20220321 distribution ( #30955 )  
						
						
						
						
					 
					
						2022-06-02 09:05:24 -07:00 
						 
				 
			
				
					
						
							
							
								Seth R. Johnson 
							
						 
					 
					
						
						
							
						
						b2d3ed9096 
					 
					
						
						
							
							pmix: add explicit hwloc dependency ( #30897 )  
						
						... 
						
						
						
						pmix@:2 uses hwloc if it's available (e.g. in homebrew) which can break
the installation. 
						
						
					 
					
						2022-06-02 14:47:53 +02:00 
						 
				 
			
				
					
						
							
							
								Mikael Simberg 
							
						 
					 
					
						
						
							
						
						dac5fec255 
					 
					
						
						
							
							Add pika 0.5.0 ( #30960 )  
						
						
						
						
					 
					
						2022-06-02 13:56:05 +02:00