summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Hirzel2022-06-27 18:29:21 -0400
committerAlex Hirzel2022-06-27 18:29:21 -0400
commit1d337fa565f469590e8baf6a5b4d2774f06421d6 (patch)
tree6765f7584fd0ae54415a2f1c9d64e295e138f0ad
parentb0f2bc52e00995de80c2ca583ab9a7e0181043cd (diff)
downloadaur-1d337fa565f469590e8baf6a5b4d2774f06421d6.tar.gz
add cuda dependency, bump pkgrel, update srcinfo
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a8aae07019f5..88d9bf57795d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mitsuba2-git
pkgdesc = A Retargetable Forward and Inverse Renderer
pkgver = 2.2.1.r39.g83d1b180
- pkgrel = 1
+ pkgrel = 2
url = https://www.mitsuba-renderer.org/
arch = x86_64
license = custom
@@ -23,6 +23,7 @@ pkgbase = mitsuba2-git
depends = libc++
depends = pybind11
depends = pugixml
+ depends = cuda
source = swap_pybind.patch
source = swap_pugixml.patch
source = swap_pybind_enoki.patch
diff --git a/PKGBUILD b/PKGBUILD
index e62e3a43c2ab..b004475b63ae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=mitsuba2-git
pkgver=2.2.1.r39.g83d1b180
-pkgrel=1
+pkgrel=2
pkgdesc="A Retargetable Forward and Inverse Renderer"
arch=('x86_64')
url="https://www.mitsuba-renderer.org/"
license=('custom')
groups=()
-depends=('libpng' 'libjpeg-turbo' 'libc++' 'pybind11' 'pugixml')
+depends=('libpng' 'libjpeg-turbo' 'libc++' 'pybind11' 'pugixml' 'cuda')
makedepends=('clang' 'git' 'cmake' 'ninja' 'patchelf' 'python' 'python-sphinx' 'python-guzzle-sphinx-theme' 'python-sphinxcontrib-bibtex' 'jq')
checkdepends=('python-pytest' 'python-pytest-xdist' 'python-numpy')
install=