Add top-level attributes for git M-P packages

This commit is contained in:
Adam J. Stewart
2018-07-23 20:55:17 -05:00
committed by Todd Gamblin
parent 4c6aca533a
commit 908d2dcd4d
104 changed files with 290 additions and 346 deletions

View File

@@ -28,10 +28,12 @@
class Pgmath(CMakePackage):
"""Flang's math library"""
homepage = "https://github.com/flang-compiler/flang"
url = "https://github.com/flang-compiler/flang/archive/pgmath_20180319.tar.gz"
version('develop', git='https://github.com/flang-compiler/flang', branch='master')
homepage = "https://github.com/flang-compiler/flang"
git = "https://github.com/flang-compiler/flang"
version('develop', branch='master')
conflicts("%gcc@:7.1.9999")
root_cmakelists_dir = 'runtime/libpgmath'