head 1.2; access; symbols pkgsrc-2018Q3:1.1.0.20 pkgsrc-2018Q3-base:1.1 pkgsrc-2018Q2:1.1.0.18 pkgsrc-2018Q2-base:1.1 pkgsrc-2018Q1:1.1.0.16 pkgsrc-2018Q1-base:1.1 pkgsrc-2017Q4:1.1.0.14 pkgsrc-2017Q4-base:1.1 pkgsrc-2017Q3:1.1.0.12 pkgsrc-2017Q3-base:1.1 pkgsrc-2017Q2:1.1.0.8 pkgsrc-2017Q2-base:1.1 pkgsrc-2017Q1:1.1.0.6 pkgsrc-2017Q1-base:1.1 pkgsrc-2016Q4:1.1.0.4 pkgsrc-2016Q4-base:1.1 pkgsrc-2016Q3:1.1.0.2 pkgsrc-2016Q3-base:1.1; locks; strict; comment @// @; 1.2 date 2018.10.02.12.05.35; author adam; state dead; branches; next 1.1; commitid 7Vm0OiW2Owm2FnUA; 1.1 date 2016.08.26.17.19.49; author joerg; state Exp; branches; next ; commitid v9aH0nL6hMFz3Qjz; desc @@ 1.2 log @ilmbase/openexr: updated to 2.3.0 OpenEXR v2.3.0 has been released and is available for download. Features/Improvements: ThreadPool overhead improvements, enable custom thread pool to be registered via ThreadPoolProvider class Fixes to enable custom namespaces for Iex, Imf Improve read performance for deep/zipped data, and SIMD-accelerated uncompress support Added rawPixelDataToBuffer() function for access to compressed scanlines Iex::BaseExc no longer derived from std::string. Imath throw() specifiers removed Initial Support for Python 3 Bugs: 25+ various bug fixes (see detailed Release Notes for the full list) Build Fixes: Various fixes to the cmake and autoconf build infrastructures Various changes to support compiling for C++11 / C++14 / C++17 and GCC 6.3.1 Various fixes to address Windows build issues 60+ total build-related fixes (see detailed Release Notes for the full list) @ text @$NetBSD: patch-IlmImf_dwaLookups.cpp,v 1.1 2016/08/26 17:19:49 joerg Exp $ --- IlmImf/dwaLookups.cpp.orig 2016-06-06 22:42:15.936629432 +0000 +++ IlmImf/dwaLookups.cpp @@@@ -436,6 +436,7 @@@@ generateToNonlinear() int cpuCount() { + return 1; // Semi-reliably crashes in bulk builds if (!IlmThread::supportsThreads()) return 1; int cpuCount = 1; @ 1.1 log @Disable concurrent build of a table generator, it uses a lot of memory and often crashes here. @ text @d1 1 a1 1 $NetBSD$ @