Package Details: optix 8.0.0-1

Git Clone URL: https://aur.archlinux.org/optix.git (read-only, click to copy)
Package Base: optix
Description: An application framework for achieving optimal ray tracing performance on the GPU.
Upstream URL: https://developer.nvidia.com/optix
Licenses: custom:NVIDIA
Submitter: yvbbrjdr
Maintainer: FabioLolix (bartus)
Last Packager: FabioLolix
Votes: 9
Popularity: 0.000351
First Submitted: 2019-05-14 06:35 (UTC)
Last Updated: 2024-03-16 12:09 (UTC)

Latest Comments

« First ‹ Previous 1 2

bwrsandman commented on 2020-06-17 09:54 (UTC) (edited on 2020-06-17 09:55 (UTC) by bwrsandman)

Having issues including optix with cmake and find_package(OptiX MODULE REQUIRED VERSION 7.0)

Adding -DCMAKE_MODULE_PATH=/opt/optix/SDK/CMake to the cmake command but the path in /opt/optix/SDK/CMake/FindOptiX.cmake is wrong and should be

set(OptiX_INSTALL_DIR "${CMAKE_CURRENT_LIST_DIR}/../../" CACHE PATH "Path to OptiX installed location.")

Perhaps this could be patched in the package?

yvbbrjdr commented on 2019-12-14 19:57 (UTC)

@bartus: The package (optix-6.5) was really really big. But it doesn't seem to be a problem in 7.0 now. I'll remove the no compression option.

bartus commented on 2019-10-19 14:55 (UTC)

@yvbbrjdr: What is the rationale for enforcing no compression on the packge...

yvbbrjdr commented on 2019-10-09 17:36 (UTC)

I used hib because I saw somewhere else also uses hib for legal reasons.

kureta commented on 2019-10-02 06:33 (UTC)

@yvbbrjdr Is there any reason you've used hib protocol. I had the same problem. I guess I didn't have humble bundle dl agent so I didn't see the warning. Would you like me to change the way users are notified, especially when using yay or things like that?

yvbbrjdr commented on 2019-10-02 06:29 (UTC)

You need to manually download NVIDIA-OptiX-SDK-7.0.0-linux64.sh from NVIDIA's site. It's illegal to distribute the file here.

Lordchelo commented on 2019-10-01 12:02 (UTC)

==> Validando los archivos source con sha512sums... NVIDIA-OptiX-SDK-7.0.0-linux64.sh ... NO ENCONTRADO ==> ERROR: ¡Uno o más archivos no superaron el control de validación! Error downloading sources: optix

yvbbrjdr commented on 2019-09-30 15:32 (UTC)

I have already updated it! Sorry for the long delay. I can definitely add you as a co-maintainer if you are interested in maintaining it!

kureta commented on 2019-09-30 12:45 (UTC)

can you please add me as a co-maintainer so I can update the package to 7.0.0

bartus commented on 2019-09-30 12:20 (UTC) (edited on 2019-09-30 12:22 (UTC) by bartus)

Update to optix=7.0.0 (library no longer provided, symbols getting pulled directly from drivers)

git am < <(curl https://github.com/bartoszek/AUR-optix/commit/6a89e60fe7885a27e86a0554a0f5145f68c9bc04.patch)