mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 18:45:19 +03:00
20550d213c
* fix(imath) * add openexr * add openexr and fix imath
45 lines
943 B
YAML
45 lines
943 B
YAML
distributable:
|
|
url: https://github.com/AcademySoftwareFoundation/openexr/archive/refs/tags/v{{version}}.tar.gz
|
|
strip-components: 1
|
|
|
|
versions:
|
|
github: AcademySoftwareFoundation/openexr/tags
|
|
strip: /^v/
|
|
|
|
dependencies:
|
|
zlib.net: ^1
|
|
openexr.com/imath: '*'
|
|
|
|
build:
|
|
dependencies:
|
|
tea.xyz/gx/cc: c99
|
|
tea.xyz/gx/make: '*'
|
|
cmake.org: '*'
|
|
freedesktop.org/pkg-config: '*'
|
|
working-directory: build
|
|
script: |
|
|
cmake .. $ARGS
|
|
make install
|
|
env:
|
|
ARGS:
|
|
- -DCMAKE_INSTALL_PREFIX="{{prefix}}"
|
|
- -DCMAKE_BUILD_TYPE=Release
|
|
|
|
provides:
|
|
- bin/exr2aces
|
|
- bin/exrenvmap
|
|
- bin/exrheader
|
|
- bin/exrinfo
|
|
- bin/exrmakepreview
|
|
- bin/exrmaketiled
|
|
- bin/exrmultipart
|
|
- bin/exrmultiview
|
|
- bin/exrstdattr
|
|
|
|
test:
|
|
dependencies:
|
|
gnu.org/wget: '*'
|
|
script: |
|
|
wget https://github.com/AcademySoftwareFoundation/openexr-images/raw/main/TestImages/AllHalfValues.exr
|
|
exrheader AllHalfValues.exr
|