bartoszek
bartoszek
Did you consider using "user" systemd service/timer instead of system wide ones. It would greatly improve bups flexibility allowing multi-user system to have per account bups instance. regards. bartus
Shouldn't `tmpfile` location be specified and actually put in `/tmp/` or `/var/tmp` instead of putting it in `$HOME` ? https://github.com/unbrice/shake/blob/33dd09dfd77dba8e73da194d2ea4c1e0d9c90ace/main.c#L276 ```sh $sudo pv -d `pgrep shake` 3:/home/bartus/shakej9LlvJ: 252 B 0:19:05...
I've recently encountered a problem with bundled `openvdb` relying on deprecated `tbb` headers. Any chance for allowing building against external libs. Suggested libs to "externalize" : - [x] openvdb -...
Fail to build against `gcc:11.1.0` ( `env:{os:ArchLinux,gcc:11.1.0}` ) Compiler complains about `is{nan,isinf}` being undefined and suggest replacing with `std::&` Relevant files: ``` include/luxrays/core/color/color.h include/luxrays/core/color/swcspectrum.h include/luxrays/core/geometry/normal.h include/luxrays/core/geometry/point.h include/luxrays/core/geometry/uv.h include/luxrays/core/geometry/vector.h include/luxrays/utils/utils.h include/slg/film/framebuffer.h...
Backport upstream changes https://github.com/gabime/spdlog/commit/8bf718671a9eac5517c27a5ffe72089b7f426d8c
There's small bug in `luxcoreui` preventing it from reading `*-hdr.cfg` files. As you change `CWD` to `.cfg` scene file location: https://github.com/LuxCoreRender/LuxCore/blob/7143d8d18b97edfffa5f136879e84552a78cba99/samples/luxcoreui/luxcoreapp.cpp#L246-L250 Your relative path to the sky map in the...
Since Oidn:1.2.4 `version.h` was renamed to `config.h` https://github.com/OpenImageDenoise/oidn/commit/a0a5cbe9c644b4bda8fae88211b065f72a68eef6
There're some missing headers when building against boost:1.74
https://github.com/ElmerCSC/elmerfem/pull/303#issuecomment-971400868 > I had to revert this since I got reports that it caused the tests not running succesfully. I didn't dig deeper being no cmake wizard myself. I've pinpointed...
Quick patch to build against `openexr:3` This breaks compatibility with previous `openexr:2`