F18: Fix the location to the f18 binary (#12186)
This commit is contained in:
parent
ae1524821e
commit
7e61527f9e
@ -20,4 +20,4 @@ class F18(CMakePackage):
|
|||||||
|
|
||||||
def install(self, spec, prefix):
|
def install(self, spec, prefix):
|
||||||
mkdirp(prefix.bin)
|
mkdirp(prefix.bin)
|
||||||
install("spack-build/tools/f18/f18", prefix.bin)
|
install("spack-build/tools/f18/bin/f18", prefix.bin)
|
||||||
|
Loading…
Reference in New Issue
Block a user