https://github.com/n8henrie/nix-cadquery
nix-cadquery
https://github.com/n8henrie/nix-cadquery
Last synced: 3 months ago
JSON representation
nix-cadquery
- Host: GitHub
- URL: https://github.com/n8henrie/nix-cadquery
- Owner: n8henrie
- Created: 2023-05-16T23:01:21.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-09T22:38:03.000Z (11 months ago)
- Last Synced: 2024-12-27T16:25:24.415Z (5 months ago)
- Language: Jupyter Notebook
- Size: 456 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nix-cadquery [](https://github.com/n8henrie/nix-cadquery/actions/workflows/ci.yml)
My attempt to build and run [cadquery] with minimal headaches on aarch64-darwin.
NB: this is for aarch64-darwin only; if looking for Linux you might be
interested in https://github.com/vinszent/cq-flake/Currently leaning on [an existing wheel][0] for [OCP]. I would love to make it so that:
- OCP was built from source, likely using [pywrap](https://github.com/CadQuery/
pywrap) instead of just downloading a binary wheel
- casadi was built with ipopt support, which I think would make it so a good
number of the currently disabled tests could passIf anyone thinks they could help with the above, PRs are appreciated! I have
left the groundwork for some of this laying around, disabled by the `buildIpopt`
option.Some of my attempts and struggles:
https://discourse.nixos.org/t/hoping-to-make-a-aarch64-darwin-flake-for-cadquery-ocp-libclang-dylib-woes/28261/2[cadquery]: https://github.com/CadQuery/cadquery
[OCP]: https://github.com/CadQuery/OCP
[0]: https://github.com/CadQuery/ocp-build-system