Skip to content

Commit

Permalink
add module install
Browse files Browse the repository at this point in the history
  • Loading branch information
j042 committed Jan 14, 2025
1 parent 62962dd commit 2ae8711
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ jobs:
with:
python-version: "3.11"

- name: install dependencies
run: pip install numpy

- name: build tetgenpy
run: pip install -e .

Expand Down
5 changes: 5 additions & 0 deletions cpp/tetgenpy/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,8 @@ install(
DESTINATION ${incl_dest}
FILES_MATCHING
PATTERN "*.hpp")

install(
TARGETS tetgenpy_core
DESTINATION tetgenpy
COMPONENT PythonModule)

0 comments on commit 2ae8711

Please sign in to comment.