# # A C++ and Python library of 2D and 3D vector, matrix for computer graphics. # # Imath is a basic, light-weight, and efficient C++ representation of 2D and # 3D vectors and matrices and other simple but useful mathematical objects, # functions, and data types common in computer graphics applications, # including the half 16-bit floating-point type. # # Imath also includes optional Python bindings for all types and functions, # including optimized implementations of vector and matrix arrays. # QICFLAGS="-O2 -march=x86-64 -fstack-clash-protection -fcf-protection=full -fstack-protector-strong --param=ssp-buffer-size=4 -pipe" QICXXFLAGS="-O2 -march=x86-64 -fstack-clash-protection -fcf-protection=full -fstack-protector-strong --param=ssp-buffer-size=4 -pipe" QILDFLAGS="-s" QICPPFLAGS="-D_FORTIFY_SOURCE=2" pkgname=imath pkgversion=3.1.6 arch=amd64 release=1 pkgcategory="x-libs" full_pkgname=imath_3.1.6_amd64-1@x-libs blurb="A C++ and Python library of 2D and 3D vector, matrix for computer graphics." homepage="https://www.openexr.com" license="BSD 3-clause" fetch="https://github.com/AcademySoftwareFoundation/Imath/archive/v3.1.6/imath-3.1.6.tar.gz" replace=""