"docs/basic_usage/sampling_params.md" did not exist on "2134f0898ceb833c5202c3a7c5e9e74535d96697"
Commit 475d8e66 authored by fengzch-das's avatar fengzch-das
Browse files

modify compile args

parent 0ea4a1cc
Pipeline #2955 canceled with stages
......@@ -20,7 +20,7 @@ function(download_pybind11)
include(FetchContent)
set(pybind11_URL "https://github.com/pybind/pybind11/archive/v2.6.0.tar.gz")
set(pybind11_URL "https://ghfast.top/https://github.com/pybind/pybind11/archive/v2.6.0.tar.gz")
set(pybind11_HASH "SHA256=90b705137b69ee3b5fc655eaca66d0dc9862ea1759226f7ccd3098425ae69571")
set(double_quotes "\"")
......
......@@ -36,10 +36,10 @@ class BuildExtension(build_ext):
system_make_args = os.environ.get("MAKEFLAGS", "")
if cmake_args == "":
cmake_args = "-DCMAKE_BUILD_TYPE=Release -DFT_BUILD_TESTS=OFF"
cmake_args = "-DCMAKE_BUILD_TYPE=Release -DFT_BUILD_TESTS=ON"
if make_args == "" and system_make_args == "":
make_args = " -j "
make_args = " -j32 "
if "PYTHON_EXECUTABLE" not in cmake_args:
print(f"Setting PYTHON_EXECUTABLE to {sys.executable}")
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment