Search Criteria
Package Details: mitsuba2-git 2.2.1.r27.g31e24382-1
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: | |
Submitter: | alhirzel |
Maintainer: | alhirzel (bartus) |
Last Packager: | bartus |
Votes: | 1 |
Popularity: | 0.151536 |
First Submitted: | 2020-11-26 13:32 |
Last Updated: | 2021-03-01 10:41 |
Dependencies (19)
- libc++ (klee-libc++, libc++-rc)
- libjpeg-turbo (mozjpeg-git, libjpeg-turbo-git, libjpeg-turbo-minimal-git, mozjpeg)
- libpng (libpng-git, libpng-apng, libpng-minimal-git)
- pugixml (pugixml-shared, pugixml-git)
- pybind11
- tbb
- python-numpy (python-numpy-mkl-bin, python-numpy-openblas, python-numpy-git, python-numpy-mkl) (check)
- python-pytest (check)
- python-pytest-xdist (check)
- clang (clang-pypy-stm, clang39, clang38, llvm-tce, clang8, llvm-minimal-git, llvm-toolchain-nightly-bin, llvm-git, clang-rc) (make)
- cmake (cmake-git) (make)
- git (git-git) (make)
- jq (jq-git) (make)
- ninja (ninja-git, ninja-samurai, ninja-mem, ninja-kitware, ninja-bin) (make)
- patchelf (make)
- python (python-dbg) (make)
- python-guzzle-sphinx-theme (make)
- python-sphinx (python-sphinx-git, python-sphinx-2) (make)
- python-sphinxcontrib-bibtex (make)
Required by (0)
Sources (11)
- 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/openexr.git
- git+https://github.com/mitsuba-renderer/tinyformat.git
- sphinx_351.patch
- swap_pugixml.patch
- swap_pybind.patch
- swap_pybind_enoki.patch
- swap_tbb.patch
Latest Comments
bartus commented on 2021-03-02 22:23
@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
@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
@alhirzel: Also I've reported a bug to
community/pybind11
that would resolve the cmake shenanigans.alhirzel commented on 2020-12-04 18:39
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
Nice, thanks for including me. Will try to take a look on it...
I've massaged it a bit, fixing some small hiccups __φ(..;)