Merge pull request #118 from alexander-g/pythonlogging

Native logging for Python
This commit is contained in:
Alejandro Saucedo 2021-01-25 19:24:49 +00:00 committed by GitHub
commit a577e94c08
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 2179 additions and 2117 deletions

View file

@ -41,7 +41,7 @@ class CMakeBuild(build_ext):
cmake_args = ['-DCMAKE_LIBRARY_OUTPUT_DIRECTORY=' + extdir,
'-DKOMPUTE_OPT_BUILD_PYTHON=1',
'-DKOMPUTE_OPT_ENABLE_SPDLOG=1',
'-DKOMPUTE_OPT_ENABLE_SPDLOG=0',
'-DKOMPUTE_OPT_REPO_SUBMODULE_BUILD=1',
'-DPYTHON_EXECUTABLE=' + sys.executable]