pkgname: imath pkgver: '3.2.3' pkgrel: 1 pkgdesc: 'Imath is a C++ and python library of 2D and 3D vector, matrix, and math operations for computer graphics. ' url: 'https://openexr.com/en/latest/' arch: x86_64 depends: [] makedepends: - cmake - boost - python-numpy source: - 'https://github.com/AcademySoftwareFoundation/Imath/releases/download/v${pkgver}/Imath-${pkgver}.tar.gz' sha256sums: - SKIP build: | cd Imath-${pkgver} mkdir build cd build cmake -D CMAKE_INSTALL_PREFIX=/usr \ -D CMAKE_BUILD_TYPE=Release \ -D PYTHON=ON \ .. make DESTDIR=${PKGDIR} make install package: | true