From 220f9d4b2a36c994b9043aa785b1970ad652b8f1 Mon Sep 17 00:00:00 2001 From: Cary Phillips Date: Thu, 14 Nov 2019 15:37:41 -0800 Subject: [PATCH] TSC notes 2019-11-15 Signed-off-by: Cary Phillips --- ASWF/tsc-meetings/2019-11-15.md | 44 +++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 ASWF/tsc-meetings/2019-11-15.md diff --git a/ASWF/tsc-meetings/2019-11-15.md b/ASWF/tsc-meetings/2019-11-15.md new file mode 100644 index 0000000000..232a195e84 --- /dev/null +++ b/ASWF/tsc-meetings/2019-11-15.md @@ -0,0 +1,44 @@ +# 11/15/2019 + +### Attending: + +* Cary Phillips +* Christina Tempelaar-Lietz +* Kimball Thurston +* Peter Hillman +* Nick Porcino +* Larry Gritz + +### Discussion: + +* Ready to move the repo to https://github.com/AcademySoftwareFoundation + +* We prefer “OpenEXR” over “openexr”, even though it makes for + confusing directory names, given the sub-module called OpenEXR. + +* But... should we consider doing the IlmBase/Imath repo reorg at the + same time? Postpone the port to pybind11 to eliminate + boost/boost-python? No consensus arrived at yet. + +* Cary will follow up with a written proposal to openexr-dev. + +* Discussed how the repo README.md and openexr.com refer to the + ancillary repos, openexr-images in particular. The existence of the + image repo should be made clear. + +* Rod will attempt an alternative layout of the README/website + information. + +* Threading/thread pools: Larry will follow up with SideFX over + whether the OpenEXR v2.3.0 threadpool changes adequately address + their immediate concerns. + +* Longer term, Larry will follow up on the thread pool issue across + all ASWF projects. + +* OpenEXR has simple needs, we shouldn’t complicate it. We would pefer + not to make OpenEXR depend on TBB. + +* Larry submitted clang-format build target. No one has tried it out + yet. A good time to run a massive reformatting is when the repo + reorg happens.