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 29d31e1 commit 42ecc88Copy full SHA for 42ecc88
setup.py
@@ -81,7 +81,7 @@
81
82
# build mode
83
pytorch_install_dir = ''
84
-mkl_install_dir = ''
+mkl_install_dir = os.path.abspath(os.path.join(os.path.dirname(sys.executable), ".."))
85
USE_CXX11_ABI = 0
86
mode = ''
87
if len(sys.argv) > 1:
@@ -535,7 +535,6 @@ def run(self):
535
_install_requirements()
536
537
# Find the oneMKL library path
538
- mkl_install_dir = os.path.abspath(os.path.join(os.path.dirname(sys.executable), ".."))
539
mkl_lib_path = mkl_install_dir + "/lib/"
540
mkl_include_path = mkl_install_dir + "/include/"
541
0 commit comments