11Nuparu
22======
33
4- v0.3.19.16a
4+ v0.3.20.03a
55
66Third Party dependencies and foundation libraries for Karl's graphics projects
77
@@ -13,7 +13,7 @@ Nuparu currently consists of:
1313* [ GLFW] ( http://www.glfw.org ) 3.3.1 (Mac/Win/Linux)
1414* [ GLEW] ( https://github.com/nigels-com/glew ) 2.1.0 (Mac/Win/Linux)
1515* [ Embree] ( https://embree.github.io ) 3.7.0 (Mac/Win/Linux)
16- * [ jsoncpp] ( https://github.com/open-source-parsers/jsoncpp ) 1.8.4 (Mac/Win/Linux)
16+ * [ jsoncpp] ( https://github.com/open-source-parsers/jsoncpp ) 1.9.2 (Mac/Win/Linux)
1717* [ OpenEXR] ( http://www.openexr.com ) 2.4.0 (Mac/Win/Linux)
1818* [ stb_image] ( https://github.com/nothings/stb ) 2.23 (Src)
1919* [ Ptex] ( http://ptex.us ) 2.3.2 (Mac/Win/Linux)
@@ -22,14 +22,14 @@ Nuparu currently consists of:
2222* [ glslUtility] ( https://github.com/CIS565-Fall-2012/Project0-Cuda-Checker/blob/master/HW0_MAC/src/glslUtility.cpp ) 1.2 (Src)
2323* [ Leonhard Gruenschloss's Sobol Generator] ( http://gruenschloss.org ) (Src)
2424* [ NanoGUI] ( https://github.com/wjakob/nanogui ) (e9ec8a) (Mac/Win/Linux)
25- * [ tinyformat] ( https://github.com/c42f/tinyformat ) 2.1 .0 (Src)
25+ * [ tinyformat] ( https://github.com/c42f/tinyformat ) 2.3 .0 (Src)
2626* [ Zlib] ( https://www.zlib.net ) 1.2.11 (Mac/Win/Linux)
2727* [ TBB] ( https://www.threadingbuildingblocks.org/ ) 2020.0 (Mac/Win/Linux)
2828* [ Boost] ( http://www.boost.org ) 1.72.0 (Mac/Win/Linux)
29- * [ OpenSubdiv] ( http://graphics.pixar.com/opensubdiv/docs/intro.html ) 3.3.3 (Mac/Win/Linux)
30- * [ OpenVDB] ( http://www.openvdb.org/ ) 6 .0.0 (Mac/Win/Linux)
29+ * [ OpenSubdiv] ( http://graphics.pixar.com/opensubdiv/docs/intro.html ) 3.4.0 (Mac/Win/Linux)
30+ * [ OpenVDB] ( http://www.openvdb.org/ ) 7 .0.0 (Mac/Win/Linux)
3131* [ blosc] ( https://github.com/Blosc ) 1.17.1 (Mac/Win/Linux)
32- * [ Protobuf] ( https://developers.google.com/protocol-buffers/ ) 3.6.1 (Mac/Win/Linux)
32+ * [ Protobuf] ( https://developers.google.com/protocol-buffers/ ) 3.11.2 (Mac/Win/Linux)
3333* [ ispc] ( https://ispc.github.io ) 1.12.0 (Mac/Win/Linux)
3434* [ dear imgui] ( https://github.com/ocornut/imgui/releases ) 1.74 (Src)
3535
@@ -51,10 +51,10 @@ Notes:
5151* blosc is built without AVX2 support.
5252* OpenVDB is built without ABI compatibility for OpenVDB 3.x.
5353* dear imgui includes the core imgui library and the GLFW3/OpenGL3 implementation files.
54- * All binary macOS libraries are built on at least macOS Mojave with macOS's Clang variant (Apple LLVM 10 .0 or greater) using libc++.
55- * All binary Windows libraries are built on Windows 10 using /MT with Visual Studio 2017 .
56- * All binary Linux libraries are built using GCC 8 .2 or later on at least Fedora 29 and at least Red Hat Enterprise Linux (RHEL) 7.6.
57- * On RHEL, GCC 8.2 is used through [ Red Hat Developer Toolset 8.0] ( https://developers.redhat.com/products/developertoolset/updates/ ) .
54+ * All binary macOS libraries are built on at least macOS Catalina with macOS's Clang variant (Apple LLVM 11 .0 or greater) using libc++.
55+ * All binary Windows libraries are built on Windows 10 using /MT with Visual Studio 2019 .
56+ * All binary Linux libraries are built using GCC 9 .2 or later on at least Fedora 31 and at least Red Hat Enterprise Linux (RHEL) 7.6.
57+ * On RHEL, GCC 8.3 is used through [ Red Hat Developer Toolset 8.0] ( https://developers.redhat.com/products/developertoolset/updates/ ) .
5858 * Fedora libraries are in lib/linux, RHEL libraries are in lib/rhel
5959* All binary libraries on all platforms are built for x86-64.
6060* Licenses for each library are included either in each library's include/ directory, or in source files directly.
0 commit comments