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:
Michael Kuhn 2017-11-14 17:22:04 +01:00 committed by Christoph Junghans
parent e31b997162
commit aa27432a1d

View File

@ -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/*')