Skip to content

Commit 7794313

Browse files
committed
Sync upstream
1 parent a470dca commit 7794313

24 files changed

+25
-15
lines changed

LXST/Platforms/windows.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
void PyInit_filterlib(void) { }

Makefile

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ all: release
22

33
clean:
44
@echo Cleaning...
5-
-sudo rm -rf ./build
5+
-rm -rf ./build
66
-rm -rf ./dist
77
-rm -r ./LXST/__pycache__
88

@@ -19,19 +19,20 @@ create_symlinks:
1919
-ln -s ../LXST/ ./examples/LXST
2020

2121
build_wheel:
22-
cp ./lib/0.4.2/* ./LXST/
22+
cp ./lib/static/* ./LXST/
23+
touch ./skip_extensions
2324
python3 setup.py sdist bdist_wheel
24-
-(rm ./LXST/*.so)
25-
-(rm ./LXST/*.dll)
26-
-(rm ./LXST/*.dylib)
25+
rm ./skip_extensions
26+
-@(rm ./LXST/*.so)
27+
-@(rm ./LXST/*.dll)
2728

2829
native_libs:
2930
./march_build.sh
3031

3132
persist_libs:
32-
-cp ./libs/dev/*.so ./libs/static/
33-
-cp ./libs/dev/*.dll ./libs/static/
34-
-cp ./libs/dev/*.dylib ./libs/static/
33+
-cp ./lib/dev/*.so ./lib/static/
34+
-cp ./lib/dev/*.dll ./lib/static/
35+
-cp ./lib/dev/*.dylib ./lib/static/
3536

3637
release: remove_symlinks build_wheel create_symlinks
3738

205 KB
Binary file not shown.
23.4 KB
Binary file not shown.
205 KB
Binary file not shown.
23.4 KB
Binary file not shown.
205 KB
Binary file not shown.
23.4 KB
Binary file not shown.
205 KB
Binary file not shown.
23.4 KB
Binary file not shown.

0 commit comments

Comments
 (0)