Amrvis: update branch name (#17718)

This commit is contained in:
mic84 2020-07-28 09:12:00 -07:00 committed by GitHub
parent f24dd29cd2
commit a212bb0577
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,7 @@ class Amrvis(MakefilePackage):
homepage = "https://github.com/AMReX-Codes/Amrvis" homepage = "https://github.com/AMReX-Codes/Amrvis"
git = "https://github.com/AMReX-Codes/Amrvis.git" git = "https://github.com/AMReX-Codes/Amrvis.git"
version('master', tag='master') version('main', tag='main')
variant( variant(
'dims', 'dims',
@ -69,7 +69,7 @@ class Amrvis(MakefilePackage):
# Need to clone AMReX into Amrvis because Amrvis uses AMReX's source # Need to clone AMReX into Amrvis because Amrvis uses AMReX's source
resource(name='amrex', resource(name='amrex',
git='https://github.com/AMReX-Codes/amrex.git', git='https://github.com/AMReX-Codes/amrex.git',
tag='master', tag='development',
placement='amrex') placement='amrex')
def edit(self, spec, prefix): def edit(self, spec, prefix):