Skip to content

Commit

Permalink
copy linux libray
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuminjie committed Oct 15, 2020
1 parent 74c7673 commit 40e506c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions openseespy-pip/install_pip.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import subprocess

from build_pip import copy_library, build_pip, upload_pip, clean_pip
from build_pip import copy_linux_library, build_pip, upload_pip, clean_pip

copy_library('../../opensees/SRC/interpreter/opensees.so')
copy_linux_library('../../opensees/SRC/interpreter/opensees.so')
build_pip()
upload_pip()
clean_pip()
4 changes: 2 additions & 2 deletions openseespy-pip/install_test.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import subprocess

from build_pip import copy_library, build_pip, upload_pip_test, clean_pip
from build_pip import copy_linux_library, build_pip, upload_pip_test, clean_pip


copy_library('../../opensees/SRC/interpreter/opensees.so')
copy_linux_library('../../opensees/SRC/interpreter/opensees.so')
build_pip()
upload_pip_test()
clean_pip()

0 comments on commit 40e506c

Please sign in to comment.