Skip to content

Commit

Permalink
Imath 3.1.9
Browse files Browse the repository at this point in the history
Signed-off-by: Jose Luis Cercos-Pita <jlcercos@gmail.com>
  • Loading branch information
sanguinariojoe committed Jul 18, 2023
1 parent fe8085f commit eea1217
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/python-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
cmake --build ./ --config Release --clean-first &&
cmake --install ./ --config Release &&
cd .. &&
echo "Installing Imath-3.1.8..." &&
echo "Installing Imath-3.1.9..." &&
cd imath.build &&
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=../openexr.install -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON -DCMAKE_PREFIX_PATH=../openexr.install -DCMAKE_INSTALL_LIBDIR=lib -DBUILD_TESTING=OFF -DBUILD_SHARED_LIBS=OFF ../imath &&
cmake --build ./ --config Release --clean-first &&
Expand Down Expand Up @@ -75,14 +75,14 @@ jobs:
- name: download Imath source code
uses: suisei-cn/actions-download-file@v1.4.0
with:
url: /~https://github.com/AcademySoftwareFoundation/Imath/archive/refs/tags/v3.1.8.tar.gz
url: /~https://github.com/AcademySoftwareFoundation/Imath/archive/refs/tags/v3.1.9.tar.gz
target: ${{github.workspace}}/

- name: Extract Imath
run: |
tar -xvzf v3.1.8.tar.gz -C ${{github.workspace}}/
mv Imath-3.1.8 imath
rm v3.1.8.tar.gz
tar -xvzf v3.1.9.tar.gz -C ${{github.workspace}}/
mv Imath-3.1.9 imath
rm v3.1.9.tar.gz
- name: Build wheels
run: python -m cibuildwheel --output-dir wheelhouse
Expand Down

0 comments on commit eea1217

Please sign in to comment.