File tree Expand file tree Collapse file tree 3 files changed +2
-6
lines changed Expand file tree Collapse file tree 3 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -34,4 +34,4 @@ cuda = "12.9"
3434temp = " /tmp/cuda-temp"
3535CUDA_PATH = " /usr/local/cuda-${cuda}"
3636PATH = " ${PATH}:${CUDA_PATH}/bin"
37- LD_LIBRARY_PATH = " ${LD_LIBRARY_PATH}:${CUDA_PATH}/lib:${CUDA_PATH}/lib64"
37+ LD_LIBRARY_PATH = " ${LD_LIBRARY_PATH}:${CUDA_PATH}/lib:${CUDA_PATH}/lib64:/project/tensor-array-repo/Tensor-Array/lib "
Original file line number Diff line number Diff line change 7676fi
7777
7878cd ../..
79-
80- # Copy the shared library to the Tensor-Array lib directory
81- echo " Copying the shared library to the Tensor-Array lib directory..."
82- cp tensor-array-repo/Tensor-Array/lib/* .so src/tensor_array/
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ def main():
5353 "" : "src" ,
5454 },
5555 package_data = {
56- "tensor_array " : ["*.so" ]
56+ "" : ["*.so" ]
5757 },
5858 ext_modules = ext_modules ,
5959 cmdclass = {
You can’t perform that action at this time.
0 commit comments