Jordan Galby 
							
						 
					 
					
						
						
							
						
						a2794f04bc 
					 
					
						
						
							
							audit-userspace: Backport patch to fix build error  
						
						... 
						
						
						
						Fix build error:
```
     1711    ../../../py-compile: line 125: test: found: integer expression expected
     1712    ../../../py-compile: line 137: python: command not found
  >> 1713    make[4]: *** [Makefile:521: install-pyexecPYTHON] Error 127
``` 
						
						
					 
					
						2024-08-07 13:34:07 +02:00 
						 
				 
			
				
					
						
							
							
								Jordan GALBY 
							
						 
					 
					
						
						
							
						
						3ae3bfd997 
					 
					
						
						
							
							audit-userspace: Add 3.1.2  
						
						... 
						
						
						
						Fixes build errors on almalinux 8 gcc 8.5.0:
```txt
     1352    audit_wrap.c: In function '_wrap_audit_rule_data_buf_set':
  >> 1353    audit_wrap.c:5010:17: error: cast specifies array type
     1354         arg1->buf = (char [])(char *)memcpy(malloc((size)*sizeof(char)), (const char *)(arg2), sizeof(char)*(size));
     1355                     ^
  >> 1356    audit_wrap.c:5010:15: error: invalid use of flexible array member
     1357         arg1->buf = (char [])(char *)memcpy(malloc((size)*sizeof(char)), (const char *)(arg2), sizeof(char)*(size));
     1358                   ^
  >> 1359    audit_wrap.c:5012:15: error: invalid use of flexible array member
     1360         arg1->buf = 0;
     1361                   ^
``` 
						
						
					 
					
						2024-08-07 13:34:07 +02:00 
						 
				 
			
				
					
						
							
							
								Jordan GALBY 
							
						 
					 
					
						
						
							
						
						5f3f968a1f 
					 
					
						
						
							
							xmlto: Fix missing flex build dep  
						
						... 
						
						
						
						Fixes error:
```txt
3 errors found in build log:
     61    ==> xmlto: Executing phase: 'build'
     62    ==> [2023-10-26-09:48:35.425903] 'make' '-j16' 'V=1'
     63    make  all-am
     64    make[1]: Entering directory '/tmp/root/spack-stage/spack-stage-xmlto-0.0.28-huuygrp4qasytrezg774yavnnaxzgp2e/spack-src'
     65    /bin/sh ./ylwrap xmlif/xmlif.l .c xmlif/xmlif.c -- /bin/sh /tmp/root/spack-stage/spack-stage-xmlto-0.0.28-huuygrp4qasytrezg774yavnnaxzgp2e/spack-src/missing flex
     66    /tmp/root/spack-stage/spack-stage-xmlto-0.0.28-huuygrp4qasytrezg774yavnnaxzgp2e/spack-src/missing: line 81: flex: command not found
  >> 67    WARNING: 'flex' is missing on your system.
     68             You should only need it if you modified a '.l' file.
     69             You may want to install the Fast Lexical Analyzer package:
     70             <http://flex.sourceforge.net/ >
  >> 71    make[1]: *** [Makefile:757: xmlif/xmlif.c] Error 127
     72    make[1]: Leaving directory '/tmp/root/spack-stage/spack-stage-xmlto-0.0.28-huuygrp4qasytrezg774yavnnaxzgp2e/spack-src'
  >> 73    make: *** [Makefile:584: all] Error 2
``` 
						
						
					 
					
						2024-08-07 13:34:07 +02:00 
						 
				 
			
				
					
						
							
							
								Jordan GALBY 
							
						 
					 
					
						
						
							
						
						652de07d8c 
					 
					
						
						
							
							babeltrace: Fix build minimal OS: missing pkgconfig  
						
						
						
						
					 
					
						2024-08-07 13:34:07 +02:00 
						 
				 
			
				
					
						
							
							
								Jordan GALBY 
							
						 
					 
					
						
						
							
						
						c16191d9ea 
					 
					
						
						
							
							babeltrace: Add 1.5.11 for linux-perf  
						
						
						
						
					 
					
						2024-08-07 13:34:07 +02:00 
						 
				 
			
				
					
						
							
							
								Konstantinos Parasyris 
							
						 
					 
					
						
						
							
						
						1b1663acea 
					 
					
						
						
							
							flux-pmix: correct FLUX_PMI_CLIENT_SEARCHPATH ( #45277 )  
						
						
						
						
					 
					
						2024-08-07 13:09:47 +02:00 
						 
				 
			
				
					
						
							
							
								Jordan Galby 
							
						 
					 
					
						
						
							
						
						d2f269ed7b 
					 
					
						
						
							
							Fix SIP build system installing files into python-venv ( #45360 )  
						
						... 
						
						
						
						For example: spack install py-pyqt5 or py-pyqt6 would install pylupdate5 pyrcc5 and
pyuic5 into in python-venv's install prefix.
Fix https://github.com/spack/spack/issues/45359  
						
						
					 
					
						2024-08-07 12:12:56 +02:00 
						 
				 
			
				
					
						
							
							
								Tamara Dahlgren 
							
						 
					 
					
						
						
							
						
						4584d85ca6 
					 
					
						
						
							
							biobambam2: fix test scripts to use installed binaries ( #45609 )  
						
						
						
						
					 
					
						2024-08-07 11:43:23 +02:00 
						 
				 
			
				
					
						
							
							
								Wouter Deconinck 
							
						 
					 
					
						
						
							
						
						2106a2be26 
					 
					
						
						
							
							qt-base: let QtPackage base class handle module files ( #45603 )  
						
						
						
						
					 
					
						2024-08-07 10:53:32 +02:00 
						 
				 
			
				
					
						
							
							
								Wouter Deconinck 
							
						 
					 
					
						
						
							
						
						228c82502d 
					 
					
						
						
							
							qt-5compat: new package for QtCore5Compat module ( #45601 )  
						
						
						
						
					 
					
						2024-08-07 10:47:31 +02:00 
						 
				 
			
				
					
						
							
							
								tygoetsch 
							
						 
					 
					
						
						
							
						
						431f5627d9 
					 
					
						
						
							
							Add charliecloud@0.38 ( #45566 )  
						
						
						
						
					 
					
						2024-08-07 01:33:36 -06:00 
						 
				 
			
				
					
						
							
							
								Teague Sterling 
							
						 
					 
					
						
						
							
						
						fb315c37ba 
					 
					
						
						
							
							py-hail: new package ( #44521 )  
						
						
						
						
					 
					
						2024-08-07 06:55:07 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						f9fa160a24 
					 
					
						
						
							
							build(deps): bump actions/upload-artifact from 4.3.5 to 4.3.6 ( #45608 )  
						
						... 
						
						
						
						Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 4.3.5 to 4.3.6.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](89ef406dd8...834a144ee9support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
						
					 
					
						2024-08-07 06:50:18 +02:00 
						 
				 
			
				
					
						
							
							
								Massimiliano Culpo 
							
						 
					 
					
						
						
							
						
						1ee29929a7 
					 
					
						
						
							
							cmake: add v3.30.2 ( #45593 )  
						
						
						
						
					 
					
						2024-08-06 19:53:45 -06:00 
						 
				 
			
				
					
						
							
							
								Massimiliano Culpo 
							
						 
					 
					
						
						
							
						
						97e691cdbf 
					 
					
						
						
							
							binutils: add v2.43 ( #45594 )  
						
						
						
						
					 
					
						2024-08-06 15:09:55 -06:00 
						 
				 
			
				
					
						
							
							
								Matthieu Dorier 
							
						 
					 
					
						
						
							
						
						51ba25fec3 
					 
					
						
						
							
							py-gcovr: add version 7.2 ( #45597 )  
						
						... 
						
						
						
						* py-gcovr: add version 7.2
* py-gcovr: fix dependency on py-tomli
---------
Co-authored-by: Tamara Dahlgren <35777542+tldahlgren@users.noreply.github.com > 
						
						
					 
					
						2024-08-06 13:41:03 -06:00 
						 
				 
			
				
					
						
							
							
								Matthieu Dorier 
							
						 
					 
					
						
						
							
						
						81281646e9 
					 
					
						
						
							
							py-colorlog: added new version ( #45596 )  
						
						... 
						
						
						
						* py-colorlog: added new version
* py-colorlog: corrected dependency on py-setuptools 
						
						
					 
					
						2024-08-06 13:23:46 -06:00 
						 
				 
			
				
					
						
							
							
								Wouter Deconinck 
							
						 
					 
					
						
						
							
						
						85ec4cca92 
					 
					
						
						
							
							libxshmfence: add v1.3.1, v1.3.2 ( #44393 )  
						
						... 
						
						
						
						* libxshmfence: add v1.3.1, v1.3.2
* libxshmfence: fix url_for_version
* libxshmfence: url_for_version without spec.satisfies
* libxshmfence: mv url_for_version after directives
---------
Co-authored-by: Tamara Dahlgren <35777542+tldahlgren@users.noreply.github.com > 
						
						
					 
					
						2024-08-06 10:56:35 -07:00 
						 
				 
			
				
					
						
							
							
								Pranav Sivaraman 
							
						 
					 
					
						
						
							
						
						f3c21b0177 
					 
					
						
						
							
							libdwarf: remove old versions with 0.10.1 ( #45306 )  
						
						
						
						
					 
					
						2024-08-06 18:50:29 +02:00 
						 
				 
			
				
					
						
							
							
								Alex Leute 
							
						 
					 
					
						
						
							
						
						51ac4686b4 
					 
					
						
						
							
							py-anvio and py-rich-argparse: new packages ( #45367 )  
						
						
						
						
					 
					
						2024-08-06 17:52:18 +02:00 
						 
				 
			
				
					
						
							
							
								Michael Kuhn 
							
						 
					 
					
						
						
							
						
						82752ad0b7 
					 
					
						
						
							
							rocksdb: add missing build dependencies ( #45252 )  
						
						
						
						
					 
					
						2024-08-06 09:23:13 -06:00 
						 
				 
			
				
					
						
							
							
								Hariharan Devarajan 
							
						 
					 
					
						
						
							
						
						b231e6e9e9 
					 
					
						
						
							
							Changes to DLIOProfiler and DFTracer Package ( #45180 )  
						
						... 
						
						
						
						Co-authored-by: Massimiliano Culpo <massimiliano.culpo@gmail.com > 
						
						
					 
					
						2024-08-06 13:49:01 +02:00 
						 
				 
			
				
					
						
							
							
								Dave Keeshan 
							
						 
					 
					
						
						
							
						
						90f8c20133 
					 
					
						
						
							
							verible: Add versions 0.0.3671 and 0.0.3667 ( #44660 )  
						
						
						
						
					 
					
						2024-08-06 11:28:36 +02:00 
						 
				 
			
				
					
						
							
							
								Dave Keeshan 
							
						 
					 
					
						
						
							
						
						9835b072e2 
					 
					
						
						
							
							yosys: add v0.42  
						
						
						
						
					 
					
						2024-08-06 11:27:36 +02:00 
						 
				 
			
				
					
						
							
							
								Massimiliano Culpo 
							
						 
					 
					
						
						
							
						
						f438a33978 
					 
					
						
						
							
							changa: add v3.5 ( #45591 )  
						
						
						
						
					 
					
						2024-08-06 11:12:45 +02:00 
						 
				 
			
				
					
						
							
							
								Axel Huebl 
							
						 
					 
					
						
						
							
						
						8ded2ddf5e 
					 
					
						
						
							
							C-Blosc2: add v2.15.1 ( #45582 )  
						
						
						
						
					 
					
						2024-08-06 02:54:24 -06:00 
						 
				 
			
				
					
						
							
							
								Gavin John 
							
						 
					 
					
						
						
							
						
						e3904d4cbf 
					 
					
						
						
							
							Fix spack url stats ( #45584 )  
						
						
						
						
					 
					
						2024-08-06 02:54:01 -06:00 
						 
				 
			
				
					
						
							
							
								Bill Williams 
							
						 
					 
					
						
						
							
						
						e1bcbcf9f3 
					 
					
						
						
							
							Score-P: Add remapping for rocmcc ( #45316 )  
						
						... 
						
						
						
						* Score-P: Add remapping for rocmcc
rocmcc -> amdclang for ScoreP
* [@spackbot] updating style on behalf of wrwilliams
---------
Co-authored-by: William Williams <william.williams@tu-dresden.de >
Co-authored-by: wrwilliams <wrwilliams@users.noreply.github.com > 
						
						
					 
					
						2024-08-06 09:51:50 +02:00 
						 
				 
			
				
					
						
							
							
								Cameron Rutherford 
							
						 
					 
					
						
						
							
						
						fa671a639a 
					 
					
						
						
							
							hiop: update package.py with correct cusolver_lu CMake variable ( #45332 )  
						
						
						
						
					 
					
						2024-08-06 09:40:56 +02:00 
						 
				 
			
				
					
						
							
							
								snehring 
							
						 
					 
					
						
						
							
						
						28171f1b9d 
					 
					
						
						
							
							diamond: add blast support and eigen ( #45254 )  
						
						... 
						
						
						
						Signed-off-by: Shane Nehring <snehring@iastate.edu > 
						
						
					 
					
						2024-08-06 09:30:22 +02:00 
						 
				 
			
				
					
						
							
							
								Christopher Christofi 
							
						 
					 
					
						
						
							
						
						8de03e2bf5 
					 
					
						
						
							
							py-numba4jax: add new package  ( #45481 )  
						
						
						
						
					 
					
						2024-08-06 09:17:41 +02:00 
						 
				 
			
				
					
						
							
							
								Massimiliano Culpo 
							
						 
					 
					
						
						
							
						
						2fa314b6b6 
					 
					
						
						
							
							Avoid duplicate dependabot bumps ( #45590 )  
						
						... 
						
						
						
						* Avoid duplicate dependabot bumps
Example of a duplicate bump:
- https://github.com/spack/spack/pull/45124 
- https://github.com/spack/spack/pull/45125 
* Deduplicate "pip" ecosystem 
						
						
					 
					
						2024-08-06 07:14:55 +00:00 
						 
				 
			
				
					
						
							
							
								alvaro-sch 
							
						 
					 
					
						
						
							
						
						7780059c64 
					 
					
						
						
							
							orca: add v6.0.0 ( #45489 )  
						
						
						
						
					 
					
						2024-08-06 09:13:42 +02:00 
						 
				 
			
				
					
						
							
							
								Satish Balay 
							
						 
					 
					
						
						
							
						
						7e69671570 
					 
					
						
						
							
							petsc, py-petsc4py: add v3.21.4 ( #45506 )  
						
						
						
						
					 
					
						2024-08-06 08:43:27 +02:00 
						 
				 
			
				
					
						
							
							
								Rocco Meli 
							
						 
					 
					
						
						
							
						
						5650d4d419 
					 
					
						
						
							
							dbcsr: add v2.7.0 and +g2g variant ( #45501 )  
						
						... 
						
						
						
						Co-authored-by: RMeli <RMeli@users.noreply.github.com > 
						
						
					 
					
						2024-08-06 08:40:09 +02:00 
						 
				 
			
				
					
						
							
							
								Andrew W Elble 
							
						 
					 
					
						
						
							
						
						fa38dd9386 
					 
					
						
						
							
							gdrcopy: specify CUDA envvar during build ( #45415 )  
						
						... 
						
						
						
						otherwise /usr/local/cuda is used 
						
						
					 
					
						2024-08-06 08:32:31 +02:00 
						 
				 
			
				
					
						
							
							
								Weiqun Zhang 
							
						 
					 
					
						
						
							
						
						16a2a5047c 
					 
					
						
						
							
							amrex: add v24.08 ( #45543 )  
						
						
						
						
					 
					
						2024-08-06 08:10:53 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						899e458ee5 
					 
					
						
						
							
							build(deps): bump flake8 in /.github/workflows/requirements/style ( #45587 )  
						
						... 
						
						
						
						Bumps [flake8](https://github.com/pycqa/flake8 ) from 7.1.0 to 7.1.1.
- [Commits](https://github.com/pycqa/flake8/compare/7.1.0...7.1.1 )
---
updated-dependencies:
- dependency-name: flake8
  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-08-06 07:09:18 +02:00 
						 
				 
			
				
					
						
							
							
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						4a8d09dcc1 
					 
					
						
						
							
							build(deps): bump flake8 from 7.1.0 to 7.1.1 in /lib/spack/docs ( #45588 )  
						
						... 
						
						
						
						Bumps [flake8](https://github.com/pycqa/flake8 ) from 7.1.0 to 7.1.1.
- [Commits](https://github.com/pycqa/flake8/compare/7.1.0...7.1.1 )
---
updated-dependencies:
- dependency-name: flake8
  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-08-06 07:08:57 +02:00 
						 
				 
			
				
					
						
							
							
								Matthieu Dorier 
							
						 
					 
					
						
						
							
						
						98e206193b 
					 
					
						
						
							
							py-configspace: add main, 1.0.0, 1.0.1, 1.1.1, 1.1.2, 1.1.3, 1.1.4, fix url and fix cython dependency ( #45193 )  
						
						... 
						
						
						
						* [py-configspace] fix dependency on cython
* py-cython not needed starting from 1.0.0
* added py-configspace 1.0.0 and 1.0.1
* py-configspace: fix style
* added py-configspace version 1.1.0
* added py-configspace version 1.1.1
* py-configspace: two more versions and new maintainer
* py-configspace: fixed typo
* py-configspace: added version 1.1.4 
						
						
					 
					
						2024-08-05 23:26:27 -05:00 
						 
				 
			
				
					
						
							
							
								Christopher Christofi 
							
						 
					 
					
						
						
							
						
						6a6c295938 
					 
					
						
						
							
							r: add version 4.4.1 ( #45564 )  
						
						
						
						
					 
					
						2024-08-05 18:45:27 -06:00 
						 
				 
			
				
					
						
							
							
								Tamara Dahlgren 
							
						 
					 
					
						
						
							
						
						9a1002c098 
					 
					
						
						
							
							tix: skip implicit patch ( #45244 )  
						
						
						
						
					 
					
						2024-08-05 17:34:26 -07:00 
						 
				 
			
				
					
						
							
							
								Zach Jibben 
							
						 
					 
					
						
						
							
						
						6c903543e1 
					 
					
						
						
							
							Update Truchas package for 24.06 and 24.07 ( #45583 )  
						
						
						
						
					 
					
						2024-08-05 16:40:56 -07:00 
						 
				 
			
				
					
						
							
							
								Jonathon Anderson 
							
						 
					 
					
						
						
							
						
						994d995b64 
					 
					
						
						
							
							intel-xed: Rewrite recipe to match upstream install layout (v2) ( #45155 )  
						
						... 
						
						
						
						* intel-xed: Rewrite to use mbuild install procedure
  Fixes https://github.com/spack/spack/issues/41268 
* hpctoolkit: depend on intel-xed +deprecated-includes
* intel-xed: add missing versions from 2024
* intel-xed: Verify dependencies on C/C++ compilers
---------
Signed-off-by: Jonathon Anderson <anderson.jonathonm@gmail.com > 
						
						
					 
					
						2024-08-05 14:53:15 -07:00 
						 
				 
			
				
					
						
							
							
								Matt Thompson 
							
						 
					 
					
						
						
							
						
						54d17ae044 
					 
					
						
						
							
							Update GFE packages ( #45194 )  
						
						... 
						
						
						
						* Update GFE packages
* Approve compiler depends_on 
						
						
					 
					
						2024-08-05 14:00:23 -07:00 
						 
				 
			
				
					
						
							
							
								jmuddnv 
							
						 
					 
					
						
						
							
						
						9ea103f94e 
					 
					
						
						
							
							nvhpc: add v24.7 ( #45511 )  
						
						
						
						
					 
					
						2024-08-05 21:49:59 +02:00 
						 
				 
			
				
					
						
							
							
								Richard Berger 
							
						 
					 
					
						
						
							
						
						83efafa09f 
					 
					
						
						
							
							Add language depends_on on several packages ( #45298 )  
						
						
						
						
					 
					
						2024-08-05 21:48:58 +02:00 
						 
				 
			
				
					
						
							
							
								Jaroslav Hron 
							
						 
					 
					
						
						
							
						
						5f29bb9b22 
					 
					
						
						
							
							petsc: fix zlib-api handling ( #45545 )  
						
						
						
						
					 
					
						2024-08-05 21:24:50 +02:00 
						 
				 
			
				
					
						
							
							
								Luc Grosheintz 
							
						 
					 
					
						
						
							
						
						441b64c3d9 
					 
					
						
						
							
							highfive: add v2.10.0 ( #45486 )  
						
						
						
						
					 
					
						2024-08-05 21:16:54 +02:00 
						 
				 
			
				
					
						
							
							
								Sergey Kosukhin 
							
						 
					 
					
						
						
							
						
						cee6c59684 
					 
					
						
						
							
							nag: add version 7.2.7203 ( #45556 )  
						
						
						
						
					 
					
						2024-08-05 20:40:59 +02:00