Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf9747ad

Browse files
test
1 parent03262fa commitf9747ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎setup.py‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ def main():
1818
Pybind11Extension(
1919
"tensor_array._ext",
2020
sources=glob.glob(os.path.join("cpp","*.cc")),
21-
include_dirs=["usr/local/include"],
22-
library_dirs=["usr/local/lib","usr/local/lib64"],
21+
include_dirs=["/usr/local/include"],
22+
library_dirs=["/usr/local/lib","/usr/local/lib64"],
2323
libraries=["tensorarray_core","tensorarray_layers"],
2424
define_macros=[("VERSION_INFO",__version__)],
2525
),

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp