Skip to content
Snippets Groups Projects
Unverified Commit 4ff3ce49 authored by Christoph Junghans's avatar Christoph Junghans Committed by GitHub
Browse files

macsio: fix install (#11088)

parent a1255b61
No related branches found
No related tags found
No related merge requests found
...@@ -97,7 +97,3 @@ def cmake_args(self): ...@@ -97,7 +97,3 @@ def cmake_args(self):
.format(spec['netcdf'].prefix)) .format(spec['netcdf'].prefix))
return cmake_args return cmake_args
def install(self, spec, prefix):
mkdirp(prefix.bin)
install('spack-build/macsio/macsio', prefix.bin)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment