Fix mgis package dependency on boost/numpy (#13717)
This commit is contained in:
@@ -46,7 +46,7 @@ class Mgis(CMakePackage):
|
||||
depends_on('tfel@3.2.1', when="@1.0.1")
|
||||
depends_on('tfel@rliv-3.2', when="@rliv-1.0")
|
||||
depends_on('tfel@master', when="@master")
|
||||
depends_on('boost+python', when='+python')
|
||||
depends_on('boost+python+numpy', when='+python')
|
||||
extends('python', when='+python')
|
||||
|
||||
def cmake_args(self):
|
||||
|
Reference in New Issue
Block a user