Skip to content
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

Remove dead PyImath code and references to ilmbase #220

Merged
merged 1 commit into from
Oct 27, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .github/workflows/ci_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -391,8 +391,7 @@ jobs:
# TODO: Figure out how to get CMake to use Python 3.7.7.
# Boost 1.70.0 will only make boost python for 3.7.
# CMake finds Python 3.8 on the VM when configuring, then does not find
# a corresponding boost python38 module. As a result PyIlmbase tests are not
# built or run.
# a corresponding boost python38 module.
# TODO: Determine why tests hang in Debug job.
# TODO: Fix boost script to install from sourceforge.

Expand Down
1 change: 0 additions & 1 deletion src/python/PyImath/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ pyimath_define_module(imath
PyImathFrustum.h
PyImathFun.h
PyImathLine.h
PyImathM44Array.h
PyImathMathExc.h
PyImathMatrix.h
PyImathOperators.h
Expand Down
34 changes: 0 additions & 34 deletions src/python/PyImath/PyImathM44Array.cpp

This file was deleted.

45 changes: 0 additions & 45 deletions src/python/PyImath/PyImathM44Array.h

This file was deleted.

36 changes: 0 additions & 36 deletions src/python/README.md

This file was deleted.