Skip to content

Commit f555b07

Browse files
committed
vesion only in pyproject; try to build 3.8 using old numpy
1 parent fcbcbd1 commit f555b07

3 files changed

Lines changed: 1 addition & 16 deletions

File tree

.github/workflows/wheels.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,7 @@ jobs:
1515
strategy:
1616
matrix:
1717
os: [ubuntu-latest, ubuntu-24.04-arm, windows-latest, macos-13, macos-14]
18-
#cpversion:
19-
# - cp311
20-
# build all cpversion: 3.9 to 3.13
21-
cpversion: [cp39, cp310, cp311, cp312, cp313]
18+
cpversion: [cp38, cp39, cp310, cp311, cp312, cp313]
2219

2320
steps:
2421
- uses: actions/checkout@v4

CMakeLists.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -142,10 +142,6 @@ function(pyigl_include prefix name)
142142
file(MAKE_DIRECTORY ${output_dir})
143143
file(WRITE "${output_dir}/__init__.py" "from .${target_name} import *\n")
144144
install(FILES "${output_dir}/__init__.py" DESTINATION "igl/${subpath}")
145-
if("${name}" STREQUAL "core" AND "${prefix}" STREQUAL "")
146-
install(FILES "${CMAKE_CURRENT_SOURCE_DIR}/igl/_version.py" DESTINATION "igl/${subpath}")
147-
file(APPEND "${output_dir}/__init__.py" "from ._version import __version__\n")
148-
endif()
149145

150146
set_target_properties(${target_name} PROPERTIES
151147
LIBRARY_OUTPUT_DIRECTORY "${output_dir}"

igl/_version.py

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)