visit: external find requires import re (#48469)

This commit is contained in:
Olivier Cessenat 2025-01-13 21:27:31 +01:00 committed by GitHub
parent 194b6311e9
commit 81ed0f8d87
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,6 +3,7 @@
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
import os
import re
from spack.package import *
@ -51,6 +52,7 @@ class Visit(CMakePackage):
tags = ["radiuss"]
maintainers("cyrush")
license("BSD-3-Clause")
extendable = True