PixarAnimationStudios / OpenSubdiv

An Open-Source subdivision surface library.
graphics.pixar.com/opensubdiv
Other
2.88k stars 558 forks source link

Updated build_osd.py for recent versions of Python 3.x #1333

Closed davidgyu closed 3 months ago

davidgyu commented 3 months ago

Removed use of distutils for Python 3.x since distutils was removed from Python 3.12.x after being deprecated for a long time.

This has been tested with both Python2 and Python3 and restores support for macOS-11 CI builds.

Since Python2 is deprecated we'll submit a follow-up change to remove the remaining vestiges of Python2 support.

Fixes #1330

davidgyu commented 3 months ago

Reviewed internally.