qumaciel

Results 11 comments of qumaciel

Just to mention that last commits fixed this issue for me!

> ~I think we should also include `usd21` too, even though it's slightly outdated at the moment.~ EDIT: build of `usd21` dependency fails, skipping that one for now. I´d be...

> @qumaciel I was just writing an issue for the Pixar repo to create an AUR package! Are you going to create it instead, or should I post this? Since,...

It turns out that [USD is built against tbb 2019 update 6](https://github.com/PixarAnimationStudios/USD/issues/2000#issuecomment-1220141712) and it is broken with current `2021.6.0`. The only solution I see is to create a legacy tbb...

Created AUR [tbb2019](https://aur.archlinux.org/packages/tbb2019).

Sure, I'll fix in the next update. I'm still polishing this old piece of code to the two-digits gcc era. :S Upstream Arch [changed the name](https://github.com/archlinux/svntogit-packages/commit/ccf4c488c380817bdf58e152f8254e3245f3edbe) from `intel-tbb` to `tbb`...

Packaging `usd` is proven to be more challenging than I anticipated. So, I think we should settle for `blender-git` in pair with the features in Arch's `blender`. I can open...

> seems the flags will need to be altered as well, since right now it's checking to see if Optix is installed with pacman. Does it need anything more than...

I've just followed your link to Arch's `blender` I and noticed that, comparing with AUR, there are also extra things happening on `package()`: ``` install -Dm755 release/bin/blender-softwaregl "${pkgdir}/usr/bin/blender-softwaregl" python -m...