visit: external find requires import re (#48469)
This commit is contained in:
parent
194b6311e9
commit
81ed0f8d87
@ -3,6 +3,7 @@
|
|||||||
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
|
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
|
||||||
|
|
||||||
import os
|
import os
|
||||||
|
import re
|
||||||
|
|
||||||
from spack.package import *
|
from spack.package import *
|
||||||
|
|
||||||
@ -51,6 +52,7 @@ class Visit(CMakePackage):
|
|||||||
tags = ["radiuss"]
|
tags = ["radiuss"]
|
||||||
|
|
||||||
maintainers("cyrush")
|
maintainers("cyrush")
|
||||||
|
license("BSD-3-Clause")
|
||||||
|
|
||||||
extendable = True
|
extendable = True
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user