Skip to content

Commit 18c3a0c

Browse files
authored
Bump minimum OIIO dependency to 1.8 (master only) (#817)
1 parent d27879a commit 18c3a0c

4 files changed

Lines changed: 4 additions & 5 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

223223
notifications:
224224
email:

CHANGES.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ Release 1.10? -- ?? 2018? (compared to 1.9)
33
Dependency 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

98
Language features:
109

INSTALL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

src/cmake/externalpackages.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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)
5656
include_directories ("${OPENIMAGEIO_INCLUDE_DIR}")
5757
link_directories ("${OPENIMAGEIO_LIBRARY_DIRS}")
5858
message (STATUS "Using OpenImageIO ${OPENIMAGEIO_VERSION}")

0 commit comments

Comments
 (0)