Skip to content

Commit 8f89817

Browse files
committed
Removed libstdc++ OS X libraries since CUDA 7 supports libc++ natively now
1 parent e3ebd0a commit 8f89817

37 files changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Nuparu
22
======
33

4-
v0.1.15.01
4+
v0.1.15.03
55

66
Third Party dependencies and foundation libraries for Karl's graphics projects
77

@@ -31,7 +31,7 @@ Notes:
3131
* Nuparu does not contain the entirety of Boost; instead, only a subset of Boost required for OpenVDB is included. The components of Boost included are header-only.
3232
* OpenVDB has a slight modification in Coord.h for Windows support
3333
* RMSD has minor modifications for C++ support
34-
* All binary OSX libraries are built with OSX's Clang variant (Apple LLVM 5.1 or greater). Both libc++ and libstd++ versions are provided.
34+
* All binary OSX libraries are built with OSX's Clang variant (Apple LLVM 5.1 or greater) using libc++.
3535
* All binary Windows libraries are built using /MT with Visual Studio 2012
3636
* All binary libraries on all platforms are built for x86-64
3737
* Licenses for each library are included in each library's include/ directory
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)