We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03262fa commit f9747adCopy full SHA for f9747ad
setup.py
@@ -18,8 +18,8 @@ def main():
18
Pybind11Extension(
19
"tensor_array._ext",
20
sources = glob.glob(os.path.join("cpp", "*.cc")),
21
- include_dirs=["usr/local/include"],
22
- library_dirs=["usr/local/lib", "usr/local/lib64"],
+ include_dirs=["/usr/local/include"],
+ library_dirs=["/usr/local/lib", "/usr/local/lib64"],
23
libraries=["tensorarray_core", "tensorarray_layers"],
24
define_macros=[("VERSION_INFO", __version__)],
25
),
0 commit comments