macsio: fix install (#11088)

This commit is contained in:
Christoph Junghans
2019-04-02 15:58:21 -06:00
committed by GitHub
parent a1255b61c0
commit 4ff3ce494a

View File

@@ -97,7 +97,3 @@ def cmake_args(self):
.format(spec['netcdf'].prefix))
return cmake_args
def install(self, spec, prefix):
mkdirp(prefix.bin)
install('spack-build/macsio/macsio', prefix.bin)