Ticket #1263 (closed task: fixed)

Opened 15 months ago

Last modified 14 months ago

Disable CUDA in bundled NVTT's CMake build script

Reported by: Philip Owned by: philip
Priority: Should Have Milestone: Alpha 10
Component: Build & Packages Keywords: simple
Cc:

Description

The bundled libraries/nvtt/src/ tries to link against the CUDA toolkit if it can be found. That's unnecessary (we don't need the performance of CUDA) and causes various problems with CUDA toolkit incompatibility and run-time dependencies. It'd be best to just patch our version of NVTT somehow so that it never uses CUDA at all, to avoid those problems.

Change History

comment:1 Changed 14 months ago by philip

  • Owner set to philip
  • Status changed from new to closed
  • Resolution set to fixed

In 11502:

Disable unnecessary optional dependencies for NVTT (including CUDA, to fix #1263)

comment:2 Changed 14 months ago by leper

  • Milestone changed from Backlog to Alpha 10
Note: See TracTickets for help on using tickets.