MoonRay build on Rocky Linux 9 #68
Replies: 8 comments 69 replies
-
Procedures for testing PR #67 on Rocky Linux 8/9sudo dnf install -y epel-release
sudo dnf install -y apptainer git clone --recurse-submodules -b rockylinux9 https://github.com/panda1100/openmoonray.git
#cp ~/Downloads/NVIDIA-OptiX-SDK-7.3.0-linux64-x86_64.sh .
export WORKDIR=$(pwd)
bash ./openmoonray/building/apptainer/moonray.sh and then cd $WORKDIR/openmoonray/building/apptainer
apptainer shell moonray-rocky9.sif
MoonRay> moonray_gui -in $WORKDIR/openmoonray/testdata/rectangle.rdla -out /tmp/rectangle.exr Procedures for testing PR #67 on Ubuntu 20.04/22.04sudo add-apt-repository -y ppa:apptainer/ppa
sudo apt install -y apptainer git clone --recurse-submodules -b rockylinux9 https://github.com/panda1100/openmoonray.git
#cp ~/Downloads/NVIDIA-OptiX-SDK-7.3.0-linux64-x86_64.sh .
export WORKDIR=$(pwd)
bash ./openmoonray/building/apptainer/moonray.sh and then cd $WORKDIR/openmoonray/building/apptainer
apptainer shell moonray-rocky9.sif
MoonRay> moonray_gui -in $WORKDIR/openmoonray/testdata/rectangle.rdla -out /tmp/rectangle.exr |
Beta Was this translation helpful? Give feedback.
-
Hi. Thank you so much for this. It's working great. The only think I can't get to work is Could you please help me with this? Thanks again. |
Beta Was this translation helpful? Give feedback.
-
I updated definition files. Please rebuild your images. I added PackageKit-gtk3-module that required for arras_render and added following lines to environment section of definition files. With this image, you don't need to execute following command to set appropriate environment variables to run MoonRay stack.
|
Beta Was this translation helpful? Give feedback.
-
Hi MoonRay folks, I wrote blog post about MoonRay on Rocky Linux 9. Please have a look! |
Beta Was this translation helpful? Give feedback.
-
It seems my attempts to build moonray in Docker, WSL environments (Ubuntu and Rocky) doesn't succeed no matter how I try. Following this guide, when it's time to build Moonray(base and dependecies sif files compile correctly) I get error about Boost being missing (in Ubuntu and Rocky it is the same error):
If someone could help me out, I would appreciate your assistance. Also, first time writing a review, if I missed something important, ask me whatever, I will answer quickly |
Beta Was this translation helpful? Give feedback.
-
Maybe the following change is related, I wii test and update here again. (<-- It looks like not the cause of the error 1)
the rest of the lines are my note.. Warning 1 <-- This warning appears on successful build of moonray v1.0.0.0 on Rocky Linux 9.1 as well
It looks like no significant change have been made but Error 1
It used to like this (copied from V1.0.0.0 on Rocky 9.1 build log)
not sure this change is related. but record for future reference (it seems this change is related to error 1)
|
Beta Was this translation helpful? Give feedback.
-
v1.0.0.0
v1.1.0.0
This change introduced in scene_rdl2:v11.7.0.0 by "MOONRAY-4896: Fixed bad method for getting the package name that did not work for release builds and we already had that information." |
Beta Was this translation helpful? Give feedback.
-
How we can use this renderer with Autodesk Maya using hydra plugin? Moonray documentation states that using hydra plugin we can use this in Maya and Houdini? Any workaround? |
Beta Was this translation helpful? Give feedback.
-
I am happy to announce that I successfully built MoonRay on Rocky Linux 9 and submitted PR (#67) to share how to build MoonRay on Rocky Linux 9. PR contains container definition files and build procedures. Please try and send feedback here. I am happy to hear your feedback!
Beta Was this translation helpful? Give feedback.
All reactions