mumax: constrain go version (#22927)
Mumax will not build with go-1.16.
This commit is contained in:
		| @@ -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') | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Glenn Johnson
					Glenn Johnson