mumax: constrain go version (#22927)
Mumax will not build with go-1.16.
This commit is contained in:
parent
b7f74f6ef6
commit
e27aa39427
@ -29,7 +29,7 @@ class Mumax(MakefilePackage, CudaPackage):
|
|||||||
description='Use gnuplot for graphs')
|
description='Use gnuplot for graphs')
|
||||||
|
|
||||||
depends_on('cuda')
|
depends_on('cuda')
|
||||||
depends_on('go', type='build')
|
depends_on('go@:1.15', type='build')
|
||||||
depends_on('gnuplot', type='run', when='+gnuplot')
|
depends_on('gnuplot', type='run', when='+gnuplot')
|
||||||
|
|
||||||
conflicts('~cuda', msg='mumax requires cuda')
|
conflicts('~cuda', msg='mumax requires cuda')
|
||||||
|
Loading…
Reference in New Issue
Block a user