BrownBiomechanics / SlicerAutoscoperM

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

Re-enable macOS once Slicer build switch to macOS 13 with deployment target set to 11 #16

Closed jcfr closed 1 year ago

jcfr commented 1 year ago

missing filesystem support

The following header are currently missing:

<filesystem>
<experimental/filesystem>

References:

OpenCL build error

/Volumes/D/P/S-0-E-b/SlicerAutoscoperM-build/Autoscoper/libautoscoper/src/gpu/opencl/OpenCL.cpp:621:7: error: use of undeclared identifier 'CL_CONTEXT_PROPERTY_USE_CGL_SHAREGROUP_APPLE'
      CL_CONTEXT_PROPERTY_USE_CGL_SHAREGROUP_APPLE, (intptr_t)share_group_,
      ^
/Volumes/D/P/S-0-E-b/SlicerAutoscoperM-build/Autoscoper/libautoscoper/src/gpu/opencl/OpenCL.cpp:633:21: error: use of undeclared identifier 'CL_CGL_DEVICE_FOR_CURRENT_VIRTUAL_SCREEN_APPLE'
                    CL_CGL_DEVICE_FOR_CURRENT_VIRTUAL_SCREEN_APPLE,
                    ^

Related pull-requests