-
Notifications
You must be signed in to change notification settings - Fork 3
Rename package from cadquery-ocp to cadquery-ocp-novtk #21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Co-authored-by: yeicor <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This pull request renames the package from cadquery-ocp to cadquery-ocp-novtk to better reflect that it's a build without VTK support. The rename involves moving the directory structure and updating all references in the build configuration.
Changes:
- Renamed
cadquery-ocp/directory tocadquery-ocp-novtk/with all associated files - Updated package name in
pyproject.tomlfrom"cadquery-ocp"to"cadquery-ocp-novtk" - Updated all package references in the GitHub Actions workflow matrix and includes
Reviewed changes
Copilot reviewed 2 out of 8 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
cadquery-ocp-novtk/pyproject.toml |
Updated project name field to "cadquery-ocp-novtk" |
cadquery-ocp-novtk/repair_wasm.py |
WebAssembly repair and optimization script (newly added to renamed directory) |
cadquery-ocp-novtk/patch_rapidjson.cmake |
CMake patch script for rapidjson dependency (newly added to renamed directory) |
cadquery-ocp-novtk/patch_pybind11.cmake |
CMake patch script for pybind11 dependency (newly added to renamed directory) |
cadquery-ocp-novtk/patch_OpenCASCADE.cmake |
CMake patch script for OpenCASCADE dependency (newly added to renamed directory) |
cadquery-ocp-novtk/patch_OCP.cmake |
CMake patch script for OCP (newly added to renamed directory) |
cadquery-ocp-novtk/CMakeLists.txt |
Main CMake build configuration (newly added to renamed directory) |
.github/workflows/main.yml |
Updated all references from "cadquery-ocp" to "cadquery-ocp-novtk" in build matrix and includes |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Future builds will publish
cadquery-ocp-novtkinstead ofcadquery-ocp. Existingcadquery-ocpversions remain in the package index.Changes:
cadquery-ocp/directory tocadquery-ocp-novtk/project.nameincadquery-ocp-novtk/pyproject.toml.github/workflows/main.ymlbuild matrix and includesOriginal prompt
This pull request was created from Copilot chat.
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.