petsc: 'master' is a branch - not a tag - so fix it accordingly. (#8457)

This commit is contained in:
Satish Balay 2018-06-13 19:13:09 +05:30 committed by Adam J. Stewart
parent 683addc26d
commit 1d14ec7436

View File

@ -39,7 +39,7 @@ class Petsc(Package):
maintainers = ['balay', 'barrysmith', 'jedbrown']
version('develop', git='https://bitbucket.org/petsc/petsc.git', tag='master')
version('develop', git='https://bitbucket.org/petsc/petsc.git', branch='master')
version('xsdk-0.2.0', git='https://bitbucket.org/petsc/petsc.git', tag='xsdk-0.2.0')
version('3.9.0', '34b8a81814ca050a96d58e53a2f0ac7a')