enzo: add main branch (#24010)

We also keep around master for compatibility and map it to main.
This commit is contained in:
Michael Kuhn 2021-06-01 10:10:37 +02:00 committed by GitHub
parent ab254e7d86
commit f1d2ab38a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,8 @@ class Enzo(MakefilePackage):
url = "https://github.com/enzo-project/enzo-dev/archive/enzo-2.6.1.tar.gz"
git = "https://github.com/enzo-project/enzo-dev.git"
version('master', branch='master')
version('main', branch='main')
version('master', branch='main', deprecated=True)
version('2.6.1', sha256='280270accfc1ddb60e92cc98ca538a3e5787e8cc93ed58fb5c3ab75db8c4b048')
depends_on('mpi')