mumax: constrain go version (#22927)

Mumax will not build with go-1.16.
This commit is contained in:
Glenn Johnson 2021-04-12 04:01:27 -05:00 committed by GitHub
parent b7f74f6ef6
commit e27aa39427
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,7 +29,7 @@ class Mumax(MakefilePackage, CudaPackage):
description='Use gnuplot for graphs')
depends_on('cuda')
depends_on('go', type='build')
depends_on('go@:1.15', type='build')
depends_on('gnuplot', type='run', when='+gnuplot')
conflicts('~cuda', msg='mumax requires cuda')