BrownBiomechanics / SlicerAutoscoperM

This 3D Slicer extension enables users to perform image registration.
https://autoscoperm.slicer.org
MIT License
0 stars 3 forks source link

COMP: Fix Linux build with Autoscoper CUDA backend enabled #86

Closed jcfr closed 4 months ago

jcfr commented 4 months ago

Ensure CUDACXX env. var is properly set and also update Autoscoper to ensure the corresponding compiler is found within the Autoscoper inner build.

Follow-up of f732df9 ("ENH: Update Autoscoper modernizing CUDA integration", 2024-02-12)

List of Autoscoper changes:

$ git shortlog 4d2eec33f..cebc017fe --no-merges
Jean-Christophe Fillion-Robin (1):
      COMP: Ensure Autoscoper inner-build is built with expected CUDA compiler on Linux