Skip to content

Commit

Permalink
use openexr pkg instead of building from source
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldsmith committed Jun 6, 2024
1 parent 5c882ef commit 71793a4
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/freebsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,16 +49,8 @@ jobs:
prepare: |
pkg install -y git
pkg install -y cmake
# - name: install dependencies - openexr v2.5
pkg install -y openexr
run: |
cd ..
git clone https://github.com/AcademySoftwareFoundation/openexr.git &&
cd openexr &&
git checkout RB-2.5 &&
mkdir build &&
cd build &&
cmake .. -DBUILD_TESTING=OFF -DOPENEXR_BUILD_TOOLS=OFF -DOPENEXR_INSTALL_EXAMPLES=OFF &&
make &&
make install &&
cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} &&
cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}

0 comments on commit 71793a4

Please sign in to comment.