flang: add non-develop version (#8276)

This commit is contained in:
Andrey Prokopenko 2018-05-25 15:01:19 -04:00 committed by Adam J. Stewart
parent 6899c9e6c3
commit 3c10d160d0

View File

@ -30,9 +30,10 @@
class Flang(CMakePackage): class Flang(CMakePackage):
"""Flang is a Fortran compiler targeting LLVM.""" """Flang is a Fortran compiler targeting LLVM."""
homepage = "https://github.com/flang-compiler/flang" homepage = "https://github.com/flang-compiler/flang"
url = "https://github.com/flang-compiler/flang/flecsi/tarball/v1.0" url = "https://github.com/flang-compiler/flang/archive/flang_20180319.tar.gz"
version('develop', git='https://github.com/flang-compiler/flang', branch='master') version('develop', git='https://github.com/flang-compiler/flang', branch='master')
version('20180319', 'e659bad83b791f90af2c5cd672864669')
depends_on( depends_on(
"llvm+clang@4.0.1,5.0.0", "llvm+clang@4.0.1,5.0.0",