Commit Graph

116 Commits

Author SHA1 Message Date
jdegenstein
ebcb831ca9 Update pyinstaller_pip.spec
add hook-casadi.py
2022-10-28 10:23:58 -05:00
jdegenstein
fd47eadcdc Create hook-casadi.py
per discussion https://github.com/pyinstaller/pyinstaller/discussions/7199
2022-10-28 10:22:11 -05:00
jdegenstein
67fa19704e Update pyinstaller-builds-actions-PIP-TAR.yml
change from:
pip install --pre cadquery casadi==3.5.5
to:
pip install --pre git+https://github.com/cadquery/cadquery casadi==3.5.5
2022-10-28 10:18:01 -05:00
jdegenstein
272bede28f Update pyinstaller-builds-actions-PIP-TAR.yml
Remove: 
        pip install pipwin
        pipwin install numpy
Will probably break everything because we may need MKL-enabled numpy.
2022-10-28 08:56:08 -05:00
jdegenstein
9f4fa50c7c Update pyinstaller-builds-actions-PIP-TAR.yml
pip list
tree $PWD /F
2022-10-27 20:31:31 -05:00
jdegenstein
03e8575210 Update README.md
add pip install directions
2022-10-27 20:17:35 -05:00
jdegenstein
0087803ee4 Update pyinstaller-builds-actions-PIP-TAR.yml
unpin ipopt==3.4.10
2022-10-27 19:45:28 -05:00
jdegenstein
72e814db3b Update pyinstaller_pip.spec 2022-10-27 19:34:34 -05:00
jdegenstein
466d1e7534 Update pyinstaller-builds-actions-PIP-TAR.yml
pin ipopt==3.4.10 casadi==3.5.5
2022-10-27 19:33:50 -05:00
jdegenstein
3f3e22c2f1 Update pyinstaller_pip.spec
remove (occt_dir, 'opencascade') from _pip.spec
2022-10-27 16:51:32 -05:00
jdegenstein
aa90e48968 Create pyinstaller_pip.spec 2022-10-27 16:40:50 -05:00
jdegenstein
0e29e3091b Update pyinstaller-builds-actions-PIP-TAR.yml
point to new spec file
2022-10-27 16:37:33 -05:00
jdegenstein
66e620a877 Update pyinstaller-builds-actions-PIP-TAR.yml
change from:
pip install git+https://github.com/cadquery/cadquery
to:
pip install --pre cadquery

hopefully will resolve cadquery-ocp
2022-10-27 16:26:56 -05:00
jdegenstein
14535ec7a4 Create pyinstaller-builds-actions-PIP-TAR.yml
trying to use as few conda/mamba steps as possible
2022-10-27 16:14:02 -05:00
jdegenstein
ee09398909 Update viewer.py to bring up to date with Mainline a2df6ff 2022-10-27 14:52:00 -05:00
jdegenstein
10a81d4e12 Update cq_utils.py to bring up to date with Mainline a2df6ff 2022-10-27 14:50:32 -05:00
jdegenstein
ca706045ba Update test_app.py to bring up to date with Mainline a2df6ff 2022-10-27 14:46:05 -05:00
jdegenstein
ce68e6e120 Update setup.py
add "pyqtgraph==0.12.4"
2022-10-27 13:30:47 -05:00
jdegenstein
839d514f66 add missing libraries to spec file
casadi_nlpsol_ipopt.dll
ipopt-3.dll
libblas.dll
liblapack.dll
dmumps.dll
flang.dll
flangrti.dll
libomp.dll
mkl*.dll (a few dozen DLLs)
2022-10-27 10:12:10 -05:00
jdegenstein
36f2896652 Fix casadi*.dll path 2022-10-26 13:10:40 -05:00
jdegenstein
36f23a4d7e change casadi...dll path in mmamba-TAR.yml 2022-10-26 12:55:46 -05:00
jdegenstein
c85c8358f5 Update mmamba-TAR.yml to include casadi_nlpsol_ipopt.dll
using Copy-Item after PyInstaller has run
2022-10-26 12:33:24 -05:00
jdegenstein
de73e88033 Remove casadi DLLs from pyinstaller.spec
remove cas_DLLs from binaries and datas
2022-10-26 12:29:24 -05:00
jdegenstein
be62509ba7 Update pyinstaller-builds-actions-mmamba-TAR.yml
install casadi and ipopt
2022-10-26 10:49:29 -05:00
jdegenstein
b0284ac80c Add ipopt and casadi to hidden imports in spec 2022-10-26 10:27:15 -05:00
jdegenstein
2d7cb64247 Update pyinstaller.spec
attempt to add cas_DLLs to datas (in addition to binaries earlier)
2022-10-25 21:41:28 -05:00
jdegenstein
5b474bb493 Update pyinstaller.spec
try to only add casadi DLLs
2022-10-25 21:17:11 -05:00
jdegenstein
0818537f34 Update pyinstaller-builds-actions-mmamba-TAR.yml
re-enable tar(tifact)
2022-10-25 21:07:35 -05:00
jdegenstein
cf7253ebe7 Update pyinstaller.spec
add casadi DLL directory
2022-10-25 20:57:27 -05:00
jdegenstein
4a6e9a1cc3 Update pyinstaller.spec
add casadi to datas
2022-10-25 19:45:18 -05:00
jdegenstein
22c3d3a37b Update pyinstaller-builds-actions-mmamba-TAR.yml 2022-10-25 16:42:33 -05:00
jdegenstein
dfb79aa306 Update pyinstaller.spec
add a comma
2022-10-25 16:41:51 -05:00
jdegenstein
3ac6e93a5e Update pyinstaller.spec to include casadi 2022-10-25 16:13:25 -05:00
jdegenstein
621e0dc86b Update pyinstaller.spec
str to list
2022-10-25 15:56:38 -05:00
jdegenstein
3764233ed7 Update pyinstaller-builds-actions-mmamba-TAR.yml
use windows only, disabled TAR
2022-10-25 15:33:08 -05:00
jdegenstein
6e26bdb7fc Testing add casadi DLLs to pyinstaller.spec 2022-10-25 15:31:03 -05:00
jdegenstein
5fd737ab50 pin jedi==0.17.2 in setup.py 2022-10-20 22:41:26 -05:00
jdegenstein
cfb952047f fix pin 2022-10-20 22:18:58 -05:00
jdegenstein
974fd51f88 Merge pull request #2 from jdegenstein/dev
Dev to Main
2022-10-21 03:13:34 +00:00
jdegenstein
6bd2148257 Pin ipython=8.4.0 version to setup.py 2022-10-20 22:11:29 -05:00
jdegenstein
39bb40289f Update setup.py for pip install per u/sethfischer
from a PR on mainline
2022-10-20 22:00:48 -05:00
jdegenstein
a7fab8f0fc Fix DEFAULT_EDGE_WIDTH from DEFUALT_EDGE_WIDTH
and refs
2022-10-19 13:31:52 -05:00
jdegenstein
339d871516 Bring up to date with mainline CQ-editor ec81ad9
partial pull for tests/tes_app.py only
2022-10-19 13:27:09 -05:00
jdegenstein
c9c9d8e40a Bring up to date with mainline CQ-editor ec81ad9
partial PR for widgets/viewer.py only
2022-10-19 13:23:44 -05:00
jdegenstein
e3340927d4 Bring up to date with mainline CQ-editor ec81ad9
partial pull for widgets/viewer.py only
2022-10-19 13:17:55 -05:00
jdegenstein
4ee59fdeb1 Bring up to date with mainline CQ-editor ec81ad9
partial PR for cq_utils.py only
2022-10-19 13:15:49 -05:00
jdegenstein
02453f7823 Link to projects, remove wrong install, link to build actions 2022-10-17 15:23:48 -05:00
jdegenstein
b6532d0cae Delete cq_utils.py
dup file
2022-10-16 20:36:31 -05:00
jdegenstein
e89fbd6c5a testing changes for build123d
by Gumyr
2022-10-16 13:53:03 -05:00
jdegenstein
ec1ace36b1 Testing changes for build123d
by Gumyr
2022-10-16 13:52:12 -05:00