You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-4Lines changed: 7 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
Nuparu
2
2
======
3
3
4
-
v0.5.21.32a
4
+
v0.6.21.51
5
5
6
6
Third Party dependencies and foundation libraries for Karl's graphics projects
7
7
@@ -36,8 +36,8 @@ Nuparu currently consists of:
36
36
Notes:
37
37
38
38
* On all platforms, all binary libraries except for TBB are statically linked.
39
-
* x86-64 builds are included for macOS, Windows, and Linux-GCC10/Linux-GCC11.
40
-
* arm64 builds are included for macOSand Linux-GCC11.
39
+
* x86-64 builds are included for macOS, Windows, and RHEL 7.9 (Linux-GCC10), and Fedora 34 (Linux-GCC11).
40
+
* arm64 builds are included for macOS, Fedora 34 (Linux-ARM), and NVIDIA L4T 32.6.1 (Linux-L4T, which is based on and should be largely compatible with Ubuntu 18.04).
41
41
* macOS builds are provided as Universal Binaries incorporating arm64 and x86-64 versions into single libraries instead of separate library files per architecture.
42
42
* Everything is built using C++14 or newer.
43
43
* The version of TBB included uses the standard STL, not the Intel Parallel STL implementation.
@@ -53,19 +53,22 @@ Notes:
53
53
* Metal is supported on macOS
54
54
* blosc is built without AVX2 support.
55
55
* OpenVDB is built without ABI compatibility for OpenVDB 3.x.x and without explicit instantiation.
56
+
* NanoVDB is built with CUDA support.
56
57
* dear imgui includes the core imgui library and the GLFW3/OpenGL3 implementation files.
57
58
* Only a subset of boost necessary to support OpenVDB and USD is included.
58
59
* For boost, the following versions of Python are supported:
59
60
* On macOS, Python 3.9 from MacPorts
60
61
* On Fedora 34, the default system Python 3.9
61
62
* On RHEL, the default system Python 3.6
63
+
* On L4T, the default system Python 3.6
62
64
* Python support is not provided on Windows
63
65
* macOS libraries require at minimum macOS Big Sur and macOS's Clang variant (Apple LLVM 11.0 or greater) with libc++.
64
66
* Windows libraries require at minimum Windows 10 and Visual Studio 2019 with \mt.
65
-
* Linux libraries require at minimum either Fedora 34 or Red Hat Enterprise Linux (RHEL) 7.9.
67
+
* Linux libraries require at minimum either Fedora 34, Red Hat Enterprise Linux (RHEL) 7.9, or NVIDIA L4T 32.6.1.
66
68
* On RHEL, GCC 10.2.1 is used through [Red Hat Developer Toolset 10.0](https://developers.redhat.com/products/developertoolset/updates/).
67
69
* Fedora 34 libraries require GCC 11.2.x on x86-64 and are in lib/linux-gcc11
68
70
* Fedora 34 libraries require GCC 11.2.x on ARM arm64 and are in lib/linux-arm
69
71
* RHEL libraries require GCC 10.2.x and are in lib/linux-gcc10
72
+
* L4T libraries require GCC 7.5.x and are in lib/linux-l4t
70
73
* Things with CUDA support are built using CUDA 11.4, except on L4T, in which case CUDA 10.2 is used
71
74
* Licenses for each library are included either in each library's include/ directory, or in source files directly.
0 commit comments