Package Details: moonray 1.4.0.0-1

Git Clone URL: https://aur.archlinux.org/moonray.git (read-only, click to copy)
Package Base: moonray
Description: DreamWorks’ production MCRT renderer
Upstream URL: https://openmoonray.org
Licenses: Apache
Submitter: alerque
Maintainer: None
Last Packager: alerque
Votes: 3
Popularity: 0.016369
First Submitted: 2023-03-16 11:28 (UTC)
Last Updated: 2024-03-28 00:05 (UTC)

Latest Comments

1 2 Next › Last »

dCo3lh0 commented on 2025-06-20 02:52 (UTC) (edited on 2025-06-20 02:52 (UTC) by dCo3lh0)

tried building and installing here and failed, here is the error log:

CMake Error at cmake_modules/cmake/FindTBB.cmake:47 (cmake_minimum_required):
  Compatibility with CMake < 3.5 has been removed from CMake.

  Update the VERSION argument <min> value.  Or, use the <min>...<max> syntax
  to tell CMake that the project requires at least <min> but has been updated
  to work with policies introduced by <max> or earlier.

  Or, add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to try configuring anyway.
Call Stack (most recent call first):
  moonray/hydra/hdMoonray/CMakeLists.txt:47 (find_package)

Kunda commented on 2024-12-31 17:37 (UTC)

Question, was there a specific reason why this package was named moonray and not openmoonray ?

adro commented on 2024-12-30 02:58 (UTC)

Hi @alerque, I've been using fedora as my main, so I haven't contributed to this package. I recently made a repository for OpenMoonray on COPR that builds the latest version 1.7.0.0, you can check it out and use the patches if you need it. https://copr.fedorainfracloud.org/coprs/adro79/openmoonray/

adro commented on 2024-03-27 12:50 (UTC)

@Tanghe, once you extract Moonray from the docker container you can remove it.

Tanghe commented on 2024-03-27 02:32 (UTC) (edited on 2024-03-27 02:33 (UTC) by Tanghe)

thats great ! Id really need xpu though. also if i understand correctly youd need the contailner running for it to work. And thats an overhead Id rather not have.

adro commented on 2024-03-17 17:49 (UTC)

Hi @Tange,

I have a guide on how to build Moonray for Houdini using Docker here: https://github.com/adro79/openmoonray/discussions/2

This package only builds the standalone version of Moonray using the system dependencies.

Tanghe commented on 2024-03-14 18:00 (UTC)

Hello,

Anny chances on getting a version that uses the USD files used by houdini ?

adro commented on 2024-01-24 20:51 (UTC)

As far as I know, Blender is the only program to only use monolithic USD. They should change to shared libs if they really want to treat USD as more than a file format.

I'm in favor of having USD with shared libs since I use it for more than just building Blender, and I don't think there's an option to build both ways unless you want to try building it twice and copy the monolithic library.

alerque commented on 2024-01-23 21:11 (UTC)

So @adro we have an issue with USD. I had to revert the change to that because blender was not happy about the option change. We'll either need to figure out how to fix the blender build to work with options moonray likes or patch moonray to somehow use the same options as blender or figure out some alternative way to package USD that does both or something. In any case usd-23.11-8 has the monolithic build option turned on again.

alerque commented on 2024-01-23 12:04 (UTC)

Many thanks to lots of work from @adro, this is now in a buildable condition. It is also available prebuilt in my user repository, with some caveats:

  • It requires usd-23.11-7 currently in [extra-testing]
  • You have to supply optix yourself, which requires a manual download due to NVIDIA license issues.