Skip to content

Commit 44d400e

Browse files
release v0.0.5
1 parent a653ffd commit 44d400e

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ cuda = "12.9"
3434
temp = "/tmp/cuda-temp"
3535
CUDA_PATH = "/usr/local/cuda-${cuda}"
3636
PATH = "${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"

scripts/build-env/manylinux.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,3 @@ else
7676
fi
7777

7878
cd ../..
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/

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 = {

0 commit comments

Comments
 (0)