b08e85aa63
## Version 3.1.3 (September 2, 2021) Patch release with miscellaneous fixes * Fix undefined access of a vector when empty * Require sphinx 4.0.3 * Build sphinx/doxygen docs with CMake * Use PYIMATH_OVERRIDE_PYTHON_INSTALL_DIR to specify destination python modules * Guard `__has_attribute` for compilers that don't support it * Cuda safety fixes * Replace stray Imath:: with IMATH_INTERNAL_NAMESPACE::
24 lines
583 B
Makefile
24 lines
583 B
Makefile
# $NetBSD: Makefile,v 1.3 2021/09/12 09:24:23 wiz Exp $
|
|
|
|
DISTNAME= imath-3.1.3
|
|
CATEGORIES= math
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=AcademySoftwareFoundation/}
|
|
GITHUB_PROJECT= Imath
|
|
GITHUB_TAG= v${PKGVERSION_NOREV}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://www.openexr.com/
|
|
COMMENT= 2D and 3D vector, matrix, and math operations for computer graphics
|
|
LICENSE= modified-bsd
|
|
|
|
USE_CMAKE= yes
|
|
USE_LANGUAGES= c c++14
|
|
PTHREAD_OPTS= require
|
|
|
|
# C++14
|
|
GCC_REQD+= 6
|
|
|
|
PKGCONFIG_OVERRIDE= config/Imath.pc.in
|
|
|
|
.include "../../mk/pthread.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|