Re: ImageMagick Upgrade to version 7.1.0-54 Hitting OpenCL ld errors

2022-12-11 Thread Steven Smith
Thanks, I used --disable-opencl but see that the Portfile enables it elsewhere. Fixed now and working. I’ll issue a PR. Perhaps a good idea to disable OpenCL: https://discussions.apple.com/thread/254008829 > On Dec 11, 2022, at 10:54 AM, Joshua Root wrote: > > Those are OpenCL functions, so y

Re: ImageMagick Upgrade to version 7.1.0-54 Hitting OpenCL ld errors

2022-12-11 Thread Joshua Root
Those are OpenCL functions, so you'd normally link with '-framework OpenCL' to get them. I notice the brew formula configures with --disable-opencl. - Josh On 2022-12-12 02:34 , Steven Smith wrote: I’m trying to upgrade the ImageMagick Portfile to version 7.1.0-54 and am hitting linker errors

ImageMagick Upgrade to version 7.1.0-54 Hitting OpenCL ld errors

2022-12-11 Thread Steven Smith
I’m trying to upgrade the ImageMagick Portfile to version 7.1.0-54 and am hitting linker errors with OpenCL. I see that homebrew has a working version at https://github.com/Homebrew/homebrew-core/blob/master/Formula/imagemagick.rb