Amrvis: update branch name (#17718)
This commit is contained in:
@@ -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):
|
||||||
|
Reference in New Issue
Block a user