Add top-level attributes for git M-P packages
This commit is contained in:

committed by
Todd Gamblin

parent
4c6aca533a
commit
908d2dcd4d
@@ -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'
|
||||
|
Reference in New Issue
Block a user