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
Faiss
Commits
07683e75
Commit
07683e75
authored
Sep 24, 2024
by
zhanggzh
Browse files
add libmkl_rt.so
parent
28da93b4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
faiss/python/setup.py
faiss/python/setup.py
+1
-0
No files found.
faiss/python/setup.py
View file @
07683e75
...
@@ -17,6 +17,7 @@ shutil.copyfile("__init__.py", "faiss/__init__.py")
...
@@ -17,6 +17,7 @@ shutil.copyfile("__init__.py", "faiss/__init__.py")
shutil
.
copyfile
(
"loader.py"
,
"faiss/loader.py"
)
shutil
.
copyfile
(
"loader.py"
,
"faiss/loader.py"
)
shutil
.
copyfile
(
"libfaiss_python_callbacks.so"
,
"faiss/libfaiss_python_callbacks.so"
)
shutil
.
copyfile
(
"libfaiss_python_callbacks.so"
,
"faiss/libfaiss_python_callbacks.so"
)
shutil
.
copyfile
(
"../libfaiss.so"
,
"faiss/libfaiss.so"
)
shutil
.
copyfile
(
"../libfaiss.so"
,
"faiss/libfaiss.so"
)
shutil
.
copyfile
(
"/opt/intel/compilers_and_libraries_2020.4.304/linux/mkl/lib/intel64_lin/libmkl_rt.so"
,
"faiss/libmkl_rt.so"
)
ext
=
".pyd"
if
platform
.
system
()
==
'Windows'
else
".so"
ext
=
".pyd"
if
platform
.
system
()
==
'Windows'
else
".so"
prefix
=
"Release/"
*
(
platform
.
system
()
==
'Windows'
)
prefix
=
"Release/"
*
(
platform
.
system
()
==
'Windows'
)
...
...
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