Skip to content

Commit 9a9ba92

Browse files
committed
Updated non-windows builds to use the new imath repository.
1 parent 7fa6ae3 commit 9a9ba92

File tree

7 files changed

+15
-8
lines changed

7 files changed

+15
-8
lines changed

.github/build/linux-musl-x64/build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ $SHARED_PATH/openh264.sh
5757
$SHARED_PATH/heif.sh
5858
$SHARED_PATH/raw.sh
5959
$SHARED_PATH/deflate.sh
60+
$SHARED_PATH/imath.sh
6061
$SHARED_PATH/exr.sh
6162
$SHARED_PATH/ffi.sh
6263
$SHARED_PATH/glib.sh

.github/build/linux-x64/build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ $SHARED_PATH/openh264.sh
5757
$SHARED_PATH/heif.sh
5858
$SHARED_PATH/raw.sh
5959
$SHARED_PATH/deflate.sh
60+
$SHARED_PATH/imath.sh
6061
$SHARED_PATH/exr.sh
6162
$SHARED_PATH/ffi.sh
6263
$SHARED_PATH/glib.sh

.github/build/macos-arm64/build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ $SHARED_PATH/openh264.sh
6161
$SHARED_PATH/heif.sh
6262
$SHARED_PATH/raw.sh
6363
$SHARED_PATH/deflate.sh
64+
$SHARED_PATH/imath.sh
6465
$SHARED_PATH/exr.sh
6566
$SHARED_PATH/ffi.sh
6667
$SHARED_PATH/glib.sh

.github/build/macos-x64/build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ $SHARED_PATH/openh264.sh
6161
$SHARED_PATH/heif.sh
6262
$SHARED_PATH/raw.sh
6363
$SHARED_PATH/deflate.sh
64+
$SHARED_PATH/imath.sh
6465
$SHARED_PATH/exr.sh
6566
$SHARED_PATH/ffi.sh
6667
$SHARED_PATH/glib.sh

.github/build/shared/exr.sh

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,7 @@
11
#!/bin/bash
22
set -e
33

4-
cd Dependencies/exr/imath
5-
6-
rm ImathConfig.h
7-
8-
$CMAKE_COMMAND . $CMAKE_OPTIONS -DCMAKE_INSTALL_PREFIX=$INSTALL_PREFIX -DBUILD_SHARED_LIBS=off -DCMAKE_BUILD_TYPE=$CMAKE_BUILD_TYPE -DBUILD_TESTING=off -DCMAKE_CXX_FLAGS="$FLAGS"
9-
$MAKE install
10-
11-
cd ../openexr
4+
cd Dependencies/exr
125

136
rm IexConfig.h
147
rm IexConfigInternal.h

.github/build/shared/imath.sh

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
#!/bin/bash
2+
set -e
3+
4+
cd Dependencies/imath
5+
6+
rm ImathConfig.h
7+
8+
$CMAKE_COMMAND . $CMAKE_OPTIONS -DCMAKE_INSTALL_PREFIX=$INSTALL_PREFIX -DBUILD_SHARED_LIBS=off -DCMAKE_BUILD_TYPE=$CMAKE_BUILD_TYPE -DBUILD_TESTING=off -DCMAKE_CXX_FLAGS="$FLAGS"
9+
$MAKE install

.github/build/wasm-x86/build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ $SHARED_PATH/de265.sh
5757
$SHARED_PATH/heif.sh
5858
$SHARED_PATH/raw.sh
5959
$SHARED_PATH/deflate.sh
60+
$SHARED_PATH/imath.sh
6061
$SHARED_PATH/exr.sh
6162
$SHARED_PATH/ffi.sh
6263
$SHARED_PATH/glib.sh

0 commit comments

Comments
 (0)