Make spack compiler find use external find (#45784)

so that there is no duplicate detection logic for compilers
This commit is contained in:
Massimiliano Culpo
2024-08-22 12:13:08 +02:00
committed by GitHub
parent b623f58782
commit 836be2364c
20 changed files with 361 additions and 1111 deletions

View File

@@ -10,6 +10,7 @@
import errno
import io
import multiprocessing
import multiprocessing.connection
import os
import re
import select