PKGNAME=imath
PKGSEC=libs
PKGDES="A C++ and python library for computer graphics math operations"
PKGDEP="python-3 numpy boost"

PKGBREAK="openexr<=3.0.0"

CMAKE_AFTER="
	-DPYTHON=ON
	-DPYIMATH_OVERRIDE_PYTHON_INSTALL_DIR=/usr/lib/python${ABPY3VER}/site-packages
"
