Fix f18 install method (#13123)

* Install method is broken and not needed. Built-in install method works fine. Just delete.

* Change version to master.
This commit is contained in:
Nichols A. Romero 2019-10-10 21:52:29 -05:00 committed by Adam J. Stewart
parent 93a44c822c
commit 884964d551

View File

@ -14,10 +14,6 @@ class F18(CMakePackage):
git = "https://github.com/flang-compiler/f18"
version('develop', branch='master')
version('master', branch='master')
depends_on('llvm@6.0.0+clang', when='@develop')
def install(self, spec, prefix):
mkdirp(prefix.bin)
install("spack-build/tools/f18/bin/f18", prefix.bin)
depends_on('llvm@6.0.0+clang', when='@master')