mitsuba3
mitsuba3 copied to clipboard
CMAKE using -D CMAKE_INSTALL_PREFIX=install will not copy drjit to Install folder.
Summary
System configuration
System information:
OS: Windows-10 CPU: Intel64 Family 6 Model 85 Stepping 4, GenuineIntel GPU: NVIDIA GeForce GTX 1080 Ti NVIDIA GeForce GTX 1080 Ti NVIDIA GeForce GTX 1080 Ti NVIDIA GeForce GTX 1080 Ti Python: 3.11.9 | packaged by conda-forge | (main, Apr 19 2024, 18:27:10) [MSC v.1938 64 bit (AMD64)] NVidia driver: 560.70 CUDA: 11.7.64 LLVM: 14.-1.-1
Dr.Jit: 0.4.6 Mitsuba: 3.5.2 Is custom build? False Compiled with: MSVC 19.40.33811.0 Variants: scalar_mono scalar_mono_polarized scalar_rgb scalar_rgb_polarized scalar_spectral scalar_spectral_polarized llvm_mono llvm_mono_polarized llvm_rgb llvm_rgb_polarized llvm_spectral llvm_spectral_polarized llvm_ad_mono llvm_ad_mono_polarized llvm_ad_rgb llvm_ad_rgb_polarized llvm_ad_spectral llvm_ad_spectral_polarized cuda_mono cuda_mono_polarized cuda_rgb cuda_rgb_polarized cuda_spectral cuda_spectral_polarized cuda_ad_mono cuda_ad_mono_polarized cuda_ad_rgb cuda_ad_rgb_polarized cuda_ad_spectral cuda_ad_spectral_polarized
System information:
OS: Windows 10 Pro CPU: AMD GPU: 3090ti Python version: 3.11
Dr.Jit version: 0.4.6 Mitsuba version: 3.5.2 Compiled with: VS 2022 Variants compiled: scalar, llvm, cuda all (except mono and double)
Description
If you define installation folder in Cmake script will not copy drjit (and maybe other external packages) to this folder
Steps to reproduce
cmake -DCMAKE_BUILD_TYPE=Release -D CMAKE_INSTALL_PREFIX=install ..
cmake --build . --config Release --target install -j8