AutotoolsPackage / MakefilePackage: add gmake build dependency (#40380)

This commit is contained in:
Harmen Stoppels
2023-10-18 19:56:54 +02:00
committed by GitHub
parent 55198c49e5
commit 294e659ae8
13 changed files with 133 additions and 86 deletions

View File

@@ -1,7 +1,6 @@
Name, Supported Versions, Notes, Requirement Reason
Python, 3.6--3.12, , Interpreter for Spack
C/C++ Compilers, , , Building software
make, , , Build software
patch, , , Build software
tar, , , Extract/create archives
gzip, , , Compress/Decompress archives
1 Name Supported Versions Notes Requirement Reason
2 Python 3.6--3.12 Interpreter for Spack
3 C/C++ Compilers Building software
make Build software
4 patch Build software
5 tar Extract/create archives
6 gzip Compress/Decompress archives