wdas / SeExpr

SeExpr is an embeddable, arithmetic expression language that enables flexible artistic control and customization in creating computer graphics images. Example uses include procedural geometry synthesis, image synthesis, simulation control, crowd animation, and geometry deformation. https://wdas.github.io/SeExpr
https://www.disneyanimation.com/open-source/seexpr/
Other
405 stars 86 forks source link

Add version check for LLVM 4 and Python 3 support. Fixes #72. #73

Closed mruegenberg closed 7 years ago

mruegenberg commented 7 years ago

A simple check for newer LLVM versions that handles the legacy function name.

mruegenberg commented 7 years ago

Since the remaining necessary changes were quite minor, I've also re-added Python 3 support in this PR.