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

recipes/utils/eigen3/PAGBUILD.yaml main

27 linii Raw ← Powrót
123456789101112131415161718192021222324252627
pkgname: eigen3
pkgver: '5.0.1'
pkgrel: '2'
pkgdesc: A lightweight C++ template library for vector and matrix math.
url: 'https://eigen.tuxfamily.org/'
arch: x86_64
depends: []
makedepends:
- cmake
- boost
source:
- 'https://gitlab.com/libeigen/eigen/-/archive/${pkgver}/eigen-${pkgver}.tar.gz'
sha256sums:
- e9c326dc8c05cd1e044c71f30f1b2e34a6161a3b6ecf445d56b53ff1669e3dec
build: |
  mkdir build
  cd build

  cmake -DCMAKE_INSTALL_PREFIX=/usr \
  -DCMAKE_INSTALL_LIBDIR=lib \
  ../eigen-${pkgver}


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