Do not build XCFun tests (#19568)
This commit is contained in:
parent
f4b63db78f
commit
98a1771590
@ -39,5 +39,6 @@ def cmake_args(self):
|
|||||||
"-DXCFUN_MAX_ORDER=8",
|
"-DXCFUN_MAX_ORDER=8",
|
||||||
"-DXCFUN_PYTHON_INTERFACE=ON",
|
"-DXCFUN_PYTHON_INTERFACE=ON",
|
||||||
"-DPYTHON_EXECUTABLE={0}".format(spec['python'].command),
|
"-DPYTHON_EXECUTABLE={0}".format(spec['python'].command),
|
||||||
|
"-DENABLE_TESTALL=OFF",
|
||||||
]
|
]
|
||||||
return args
|
return args
|
||||||
|
Loading…
Reference in New Issue
Block a user