File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -218,7 +218,7 @@ matrix:
218218 - libboost-system1.55
219219 - libboost-thread1.55
220220 - libboost-wave1.55
221- env : USE_SIMD=0 LLVM_VERSION=3.9.1 OIIOBRANCH=RB-1.7
221+ env : USE_SIMD=0 LLVM_VERSION=3.9.1 OIIOBRANCH=RB-1.8
222222
223223notifications :
224224 email :
Original file line number Diff line number Diff line change @@ -3,8 +3,7 @@ Release 1.10? -- ?? 2018? (compared to 1.9)
33Dependency and standards changes:
44* ** LLVM 3.9 / 4.0 / 5.0** : Support has been removed for LLVM 3.5.
55* ** OpenImageIO 1.8+** : This release of OSL should build properly against
6- OIIO 1.8 or newer. You may find that 1.7 is still ok, but we are not doing
7- any work to ensure that.
6+ OIIO 1.8 or newer. Support has been dropped for OIIO 1.7.
87
98Language features:
109
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ NEW or CHANGED dependencies since the last major release are **bold**.
2020 OSL should compile also properly with C++14 or C++17, but they are not
2121 required.
2222
23- * [ OpenImageIO] ( http://openimageio.org ) 1.7 or newer
23+ * ** [ OpenImageIO] ( http://openimageio.org ) 1.8 or newer**
2424
2525 OSL uses OIIO both for its texture mapping functionality as well as
2626 numerous utility classes. If you are integrating OSL into an existing
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ endif ()
5252###########################################################################
5353# OpenImageIO
5454
55- find_package (OpenImageIO 1.7 REQUIRED )
55+ find_package (OpenImageIO 1.8 REQUIRED )
5656include_directories ("${OPENIMAGEIO_INCLUDE_DIR} " )
5757link_directories ("${OPENIMAGEIO_LIBRARY_DIRS} " )
5858message (STATUS "Using OpenImageIO ${OPENIMAGEIO_VERSION} " )
You can’t perform that action at this time.
0 commit comments