ncl: Check for ncl binary after installation (#6298)
ncl's build system will happily continue in case of errors, which might result in the ncl binary not being built.
This commit is contained in:
parent
e31b997162
commit
aa27432a1d
@ -106,6 +106,8 @@ class Ncl(Package):
|
|||||||
placement='triangle_src',
|
placement='triangle_src',
|
||||||
when='+triangle')
|
when='+triangle')
|
||||||
|
|
||||||
|
sanity_check_is_file = ['bin/ncl']
|
||||||
|
|
||||||
def patch(self):
|
def patch(self):
|
||||||
# Make configure scripts use Spack's tcsh
|
# Make configure scripts use Spack's tcsh
|
||||||
files = ['Configure'] + glob.glob('config/*')
|
files = ['Configure'] + glob.glob('config/*')
|
||||||
|
Loading…
Reference in New Issue
Block a user