flang: add non-develop version (#8276)
This commit is contained in:
		 Andrey Prokopenko
					Andrey Prokopenko
				
			
				
					committed by
					
						 Adam J. Stewart
						Adam J. Stewart
					
				
			
			
				
	
			
			
			 Adam J. Stewart
						Adam J. Stewart
					
				
			
						parent
						
							6899c9e6c3
						
					
				
				
					commit
					3c10d160d0
				
			| @@ -30,9 +30,10 @@ | ||||
| class Flang(CMakePackage): | ||||
|     """Flang is a Fortran compiler targeting LLVM.""" | ||||
|     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('20180319', 'e659bad83b791f90af2c5cd672864669') | ||||
|  | ||||
|     depends_on( | ||||
|             "llvm+clang@4.0.1,5.0.0", | ||||
|   | ||||
		Reference in New Issue
	
	Block a user