Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
FAST-RNNT
Commits
475d8e66
"src/kernel/cpu/binary_reduce_max.cc" did not exist on "da0c92a2280dc8dddd0cb478fc094a523ab4d441"
Commit
475d8e66
authored
Sep 29, 2025
by
fengzch-das
Browse files
modify compile args
parent
0ea4a1cc
Pipeline
#2955
canceled with stages
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
cmake/pybind11.cmake
cmake/pybind11.cmake
+1
-1
setup.py
setup.py
+2
-2
No files found.
cmake/pybind11.cmake
View file @
475d8e66
...
@@ -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
"
\"
"
)
...
...
setup.py
View file @
475d8e66
...
@@ -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=O
FF
"
cmake_args
=
"-DCMAKE_BUILD_TYPE=Release -DFT_BUILD_TESTS=O
N
"
if
make_args
==
""
and
system_make_args
==
""
:
if
make_args
==
""
and
system_make_args
==
""
:
make_args
=
" -j "
make_args
=
" -j
32
"
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
}
"
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment