Bootstrap GnuPG and file on Windows (#41810)

Spack can now bootstrap two new dependencies on Windows: GnuPG, and file. 

These dependencies are modeled as a separate package, and they install a cross-compiled binary.
Details on how they binaries are built are in https://github.com/spack/windows-bootstrap-resources
This commit is contained in:
John W. Parent
2024-09-06 08:26:46 -04:00
committed by GitHub
parent 7fdf1029b7
commit 4042afaa99
14 changed files with 243 additions and 90 deletions

View File

@@ -0,0 +1,4 @@
from spack.util.filesystem import file_command
if __name__ == "__main__":
file_command()