spack/share/spack/qa/bootstrap-file.py
John W. Parent 4042afaa99
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
2024-09-06 14:26:46 +02:00

5 lines
94 B
Python

from spack.util.filesystem import file_command
if __name__ == "__main__":
file_command()