Search Criteria
Package Details: mitsuba2-git 2.2.1.r43.g62863cb3-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/mitsuba2-git.git (read-only, click to copy) |
---|---|
Package Base: | mitsuba2-git |
Description: | A Retargetable Forward and Inverse Renderer |
Upstream URL: | https://www.mitsuba-renderer.org/ |
Licenses: | custom |
Submitter: | alhirzel |
Maintainer: | alhirzel (bartus) |
Last Packager: | bartus |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2020-11-26 13:32 (UTC) |
Last Updated: | 2022-11-03 12:42 (UTC) |
Dependencies (19)
- cuda (cuda11.1AUR, cuda-12.2AUR, cuda12.0AUR, cuda11.4AUR, cuda11.4-versionedAUR, cuda12.0-versionedAUR)
- libc++ (libc++-msanAUR, libc++-modulesAUR)
- libjpeg-turbo (mozjpeg-gitAUR, libjpeg-turbo-gitAUR, mozjpegAUR)
- libpng (libpng-gitAUR, libpng-apngAUR)
- pugixml (pugixml-gitAUR)
- pybind11 (pybind11-gitAUR)
- clang (llvm-rocm-gitAUR, llvm-gitAUR, clang-minimal-gitAUR) (make)
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- jq (jq-gitAUR) (make)
- ninja (ninja-kitwareAUR, ninja-memAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR) (make)
- patchelf (patchelf-gitAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
- python-guzzle-sphinx-theme (make)
- python-sphinx (python-sphinx-gitAUR) (make)
- python-sphinxcontrib-bibtex (make)
- python-numpy (python-numpy-flameAUR, python-numpy-mkl-binAUR, python-numpy-gitAUR, python-numpy1AUR, python-numpy-mklAUR, python-numpy-mkl-tbbAUR) (check)
- python-pytest (check)
- python-pytest-xdist (check)
Required by (0)
Sources (13)
- git+https://github.com/mitsuba-renderer/asmjit.git
- git+https://github.com/mitsuba-renderer/enoki.git
- git+https://github.com/mitsuba-renderer/mitsuba-data.git
- git+https://github.com/mitsuba-renderer/mitsuba2.git
- git+https://github.com/mitsuba-renderer/nanogui.git
- git+https://github.com/mitsuba-renderer/openexr.git
- git+https://github.com/mitsuba-renderer/tinyformat.git
- git+https://github.com/wjakob/tbb.git
- python_collections.patch
- swap_pugixml.patch
- swap_pybind.patch
- swap_pybind_enoki.patch
- test_scene.xml
Latest Comments
alhirzel commented on 2022-05-31 09:04 (UTC)
Updated to have fix for issue building documentation in Python, as well as breakage with tbb (just using wjakob's fork now).
bartus commented on 2021-03-02 22:23 (UTC) (edited on 2021-03-02 22:33 (UTC) by bartus)
@alhirzel: I tend to use this call since I got complains form users that setting
options+=(!makeflags)
doesn't work. Default behaviour forninja
is to spawnnproc+2
threads where for make default is to use single build thread unlessMAKAGLAGS=-jn
is exported to env.Those call simply recreate
gnu-make
behaviour withinninja
.This issue was brought to
ninja
bug tracker by Elie, since more morecore
Arch packages tend to useninja
, but didn't get any traction, thinksamurai
got it implemented and was suggested as replacement...!sorry for autobiography (ง ื▿ ื)ว
alhirzel commented on 2021-03-02 19:25 (UTC)
@bartus is there a reason to use -j1? https://aur.archlinux.org/cgit/aur.git/commit/?h=mitsuba2-git&id=ace5845ba0590d63c76a67c8e1283d8fba982f9a
bartus commented on 2020-12-05 10:13 (UTC) (edited on 2020-12-05 10:13 (UTC) by bartus)
@alhirzel: Also I've reported a bug to
community/pybind11
that would resolve the cmake shenanigans.alhirzel commented on 2020-12-04 18:39 (UTC)
Thank you bartus--you corrected some important problems that I did not notice. Fresh eyes make correct work :)
bartus commented on 2020-12-04 10:11 (UTC) (edited on 2020-12-04 18:34 (UTC) by bartus)
Nice, thanks for including me. Will try to take a look on it...
I've massaged it a bit, fixing some small hiccups __φ(..;)