Skip to content

Commit 991771b

Browse files
committed
Remove binaries and fix paths
1 parent ac602f9 commit 991771b

9 files changed

Lines changed: 3 additions & 3 deletions

File tree

C/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ target_include_directories(NDTable PRIVATE
4343
"NDTable/include"
4444
)
4545

46-
install(TARGETS NDTable DESTINATION "${CMAKE_CURRENT_SOURCE_DIR}/../src/sdf/${PLATFORM}")
46+
install(TARGETS NDTable DESTINATION "${CMAKE_CURRENT_SOURCE_DIR}/../src/sdf/ndtable/${PLATFORM}")

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ build-backend = "hatchling.build"
2222
"src/sdf/ndtable/x86_64-linux/libNDTable.so" = "sdf/ndtable/x86_64-linux/libNDTable.so"
2323
"src/sdf/ndtable/x86-windows/NDTable.dll" = "sdf/ndtable/x86-windows/NDTable.dll"
2424
"src/sdf/ndtable/x86_64-windows/NDTable.dll" = "sdf/ndtable/x86_64-windows/NDTable.dll"
25-
"src/sdf/examples/IntegerNetwork1.mat" = "sdf/ndtable/IntegerNetwork1.mat"
26-
"src/sdf/examples/time_series.xlsx" = "sdf/ndtable/time_series.xlsx"
25+
"src/sdf/examples/IntegerNetwork1.mat" = "sdf/examples/IntegerNetwork1.mat"
26+
"src/sdf/examples/time_series.xlsx" = "sdf/examples/time_series.xlsx"
2727

2828
[dependency-groups]
2929
dev = [

src/sdf/ndtable/aarch64-darwin/libNDTable.dylib

Whitespace-only changes.
-929 KB
Binary file not shown.
-2.25 KB
Binary file not shown.

src/sdf/ndtable/x86_64-darwin/libNDTable.dylib

Whitespace-only changes.
-28.7 KB
Binary file not shown.
-1.17 MB
Binary file not shown.
-2.23 KB
Binary file not shown.

0 commit comments

Comments
 (0)