OpenSubdiv icon indicating copy to clipboard operation
OpenSubdiv copied to clipboard

Migrate to FindCUDAToolkit

Open RedL0tus opened this issue 1 year ago • 3 comments
trafficstars

  • FindCUDA has been deprecated since CMake 3.10, and disabled by default since CMake 3.27. ^1
  • Raise CMAKE_MINIMUM_REQUIRED to 3.23 for CMAKE_CUDA_ARCHITECTURES support. ^2

RedL0tus avatar Mar 13 '24 03:03 RedL0tus

Filed as internal issue #OSD-436

davidgyu avatar Mar 13 '24 17:03 davidgyu

PixarAnimationStudios.OpenSubdiv (macOS) Failing after 13s — macOS failed

Judging from the log:

/bin/bash --noprofile --norc /Users/runner/work/_temp/4a641c5b-5932-47b6-9975-7d6d26e3535f.sh
/Users/runner/work/1/s/build_scripts/build_osd.py:122: SyntaxWarning: invalid escape sequence '\d'
  "(\d+).(\d+)",
Traceback (most recent call last):
  File "/Users/runner/work/1/s/build_scripts/build_osd.py", line 26, in <module>
    from distutils.spawn import find_executable
ModuleNotFoundError: No module named 'distutils'

Looks like there's something wrong with the macOS CI configuration...?

RedL0tus avatar Mar 21 '24 19:03 RedL0tus

You're right. It looks like something has changed on the macOS-11 configs. I've filed #1330 for us to follow up with a fix. Thanks!

davidgyu avatar Mar 21 '24 21:03 davidgyu