Commit Graph

197 Commits

Author SHA1 Message Date
jdegenstein
e71a5f1c62 Update README
Update CQ pip install, and add more linux install info.
2023-02-17 13:32:41 -06:00
jdegenstein
6b762baf41 Merge pull request #6 from jdegenstein/mactrackpad
Change right click and drag to pan
2023-02-14 15:03:19 -06:00
jdegenstein
758afb5f18 Add discord link to readme 2023-02-11 13:41:56 -06:00
jdegenstein
cf43cee874 Update build123d install instruction 2023-02-11 13:31:16 -06:00
jdegenstein
29b2faeaa8 Change rand_color seed
seed(371353) - > seed(59798267586177) 
has better colors that are more distinguishable from one another
2023-02-10 19:32:34 -06:00
jdegenstein
9506307367 Add pip install instruction for build123d to README 2023-02-02 15:38:55 -06:00
jdegenstein
524a8dd6fd Change right click and drag to pan
Change right click and drag to pan (same as middle click and drag)
2023-02-02 15:25:27 -06:00
jdegenstein
bd12503e81 Additional info about build123d compat and more links 2023-01-23 11:29:18 -06:00
jdegenstein
2ba23c4659 build123d compat 2023-01-09 12:22:14 -06:00
jdegenstein
ee6a60705c remove debugging print 2023-01-09 12:18:23 -06:00
jdegenstein
a144b2e60a build123d compatibility improvements for file exporting
Removes the need to use .wrapped for the CQ-editor file exporter to work correctly. Also ran file through black formatter.
2023-01-09 12:16:49 -06:00
jdegenstein
7b49f25f94 Revert ubuntu-1804 changes to test ubuntu-2004 2022-11-03 13:57:23 -05:00
jdegenstein
2b3620b759 max verbosity 2022-11-01 21:14:08 -05:00
jdegenstein
afa20cd715 increase pip verbosity for cadquery and casadi install 2022-11-01 20:56:21 -05:00
jdegenstein
2d7fbeb08d changes for ubuntu1804
from:
casadi==3.5.5
to:
casadi
2022-11-01 20:46:50 -05:00
jdegenstein
ecaf68edac changes for ubuntu-1804
change from:
sudo apt install -y libblas-dev libblas3 libblas64-3 libblas64-dev
to:
sudo apt install -y libblas-dev libblas3
2022-11-01 20:42:57 -05:00
jdegenstein
69d6bc368e testing ubuntu-18.04 2022-11-01 20:39:09 -05:00
jdegenstein
dbc90c2724 register rand_color for use in console 2022-10-28 23:36:26 -05:00
jdegenstein
fbbb1fd7b6 Update debugger.py 2022-10-28 23:33:57 -05:00
jdegenstein
73a5825f3f add rand_color 2022-10-28 22:02:32 -05:00
jdegenstein
fefb57c2b9 remove rand_color 2022-10-28 21:59:28 -05:00
jdegenstein
5e0d68e2ad remove rand_color 2022-10-28 21:58:20 -05:00
jdegenstein
7c8fa2b100 from .widgets.object_tree import ObjectTree, rand_color 2022-10-28 21:02:07 -05:00
jdegenstein
925aded53c add rand_color() helper function
and seed(371353) global
2022-10-28 20:05:51 -05:00
jdegenstein
973448697a move to ubuntu-22.04 from ubuntu-latest (20.04)
trying to get libstdc++.so.6.30 instead of ...28
2022-10-28 15:34:40 -05:00
jdegenstein
c5e0d73422 fix list(tuple) 2022-10-28 12:05:18 -05:00
jdegenstein
a7a376f9f5 point to pyinstaller_pip.spec on Linux/MacOS 2022-10-28 11:59:52 -05:00
jdegenstein
e436bd3d7e Re-enable Linux/MacOS on -PIP-TAR.yaml
try and emulate Windows installation process, wherever possible
2022-10-28 11:52:16 -05:00
jdegenstein
26b64607a5 hookspath=['pyinstaller/extrahooks/']to _pip.spec 2022-10-28 11:28:22 -05:00
jdegenstein
000fe986e0 Delete dup hook-casadi.py 2022-10-28 11:24:30 -05:00
jdegenstein
acf5639e76 create subdir and add hook-casasi.py to it
create subdir and add hook-casasi.py to it
2022-10-28 11:24:12 -05:00
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