File tree Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 11<!-- SPDX-License-Identifier: CC-BY-4.0 -->
22<!-- Copyright Contributors to the Open Shading Language Project. -->
33
4- Release 1.11.15 -- ? Jun 2021 (compared to 1.11.14)
5- ----------------------------------------------------
6-
4+ Release 1.11.14.1 -- 1 Jun 2021 (compared to 1.11.14)
5+ -----------------------------------------------------
6+ * Fix library setup for LLVM installations consisting of static libraries.
7+ This fixes a build problem that can crop up on MacOS using
8+ Homebrew-installed LLVM 12. #1375
79
810Release 1.11.14 -- 10 May 2021 (compared to 1.11.13)
911----------------------------------------------------
Original file line number Diff line number Diff line change 33# https://github.com/AcademySoftwareFoundation/OpenShadingLanguage
44
55cmake_minimum_required (VERSION 3.12)
6- project (OSL VERSION 1.11.15.0
6+ project (OSL VERSION 1.11.14.1
77 LANGUAGES CXX C
88 HOMEPAGE_URL "https://github.com/AcademySoftwareFoundation/OpenShadingLanguage" )
99set (PROJ_NAME ${PROJECT_NAME} ) # short name
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ NEW or CHANGED dependencies since the last major release are **bold**.
1616
1717* A suitable C++11 compiler to build OSL itself, which may be any of:
1818 - GCC 4.8.5 or newer (tested through gcc 10)
19- - Clang 3.4 or newer (tested through clang 11 )
19+ - Clang 3.4 or newer (tested through clang 12 )
2020 - Microsoft Visual Studio 2015 or newer
2121 - Intel C++ compiler icc version 13 (?) or newer
2222
@@ -51,7 +51,7 @@ NEW or CHANGED dependencies since the last major release are **bold**.
5151 is LLVM 9 or earlier.
5252
5353* [ Boost] ( https://www.boost.org ) 1.55 or newer (tested through boost 1.75)
54- * [ Ilmbase] ( http://openexr.com/downloads.html ) 2.0 or newer (tested through 3.0)
54+ * [ Ilmbase or Imath ] ( http://openexr.com/downloads.html ) 2.0 or newer (tested through 3.0)
5555* [ Flex] ( https://github.com/westes/flex ) and
5656 [ GNU Bison] ( https://www.gnu.org/software/bison/ )
5757* [ PugiXML] ( http://pugixml.org/ )
You can’t perform that action at this time.
0 commit comments