🔒 Repository is read-only – file editing is disabled.

recipes/utils/imath/PAGBUILD.yaml main

29 linii Raw ← Powrót
1234567891011121314151617181920212223242526272829
pkgname: imath
pkgver: '3.2.3'
pkgrel: 1
pkgdesc: 'Imath is a C++ and python library of 2D and 3D vector, matrix, and math operations for computer graphics. '
url: 'https://openexr.com/en/latest/'
arch: x86_64
depends: []
makedepends:
- cmake
- boost
- python-numpy
source:
- 'https://github.com/AcademySoftwareFoundation/Imath/releases/download/v${pkgver}/Imath-${pkgver}.tar.gz'
sha256sums:
- SKIP
build: |
  cd Imath-${pkgver}
  mkdir build
  cd    build

  cmake -D CMAKE_INSTALL_PREFIX=/usr \
        -D CMAKE_BUILD_TYPE=Release  \
        -D PYTHON=ON                 \
        ..
  make

  DESTDIR=${PKGDIR} make install
package: |
  true