Enable strictDeps on all our toplevel packages #12
| @ -11,7 +11,7 @@ final: prev: | |||||||
|       paths = [ pmix.dev pmix.out ]; |       paths = [ pmix.dev pmix.out ]; | ||||||
|     }; |     }; | ||||||
|   in prev.mpich.overrideAttrs (old: { |   in prev.mpich.overrideAttrs (old: { | ||||||
|     patches = [ |     patches = (old.patches or []) ++ [ | ||||||
|       # See https://github.com/pmodels/mpich/issues/6946 |       # See https://github.com/pmodels/mpich/issues/6946 | ||||||
|       ./mpich-fix-hwtopo.patch |       ./mpich-fix-hwtopo.patch | ||||||
|     ]; |     ]; | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user