"src/kernel/cpu/binary_reduce_max.cc" did not exist on "da0c92a2280dc8dddd0cb478fc094a523ab4d441"
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) ...@@ -20,7 +20,7 @@ function(download_pybind11)
include(FetchContent) 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(pybind11_HASH "SHA256=90b705137b69ee3b5fc655eaca66d0dc9862ea1759226f7ccd3098425ae69571")
set(double_quotes "\"") set(double_quotes "\"")
......
...@@ -36,10 +36,10 @@ class BuildExtension(build_ext): ...@@ -36,10 +36,10 @@ class BuildExtension(build_ext):
system_make_args = os.environ.get("MAKEFLAGS", "") system_make_args = os.environ.get("MAKEFLAGS", "")
if cmake_args == "": 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 == "": if make_args == "" and system_make_args == "":
make_args = " -j " make_args = " -j32 "
if "PYTHON_EXECUTABLE" not in cmake_args: if "PYTHON_EXECUTABLE" not in cmake_args:
print(f"Setting PYTHON_EXECUTABLE to {sys.executable}") 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