Do not build XCFun tests (#19568)

This commit is contained in:
Roberto Di Remigio 2020-10-28 16:56:11 +01:00 committed by GitHub
parent f4b63db78f
commit 98a1771590
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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