On Mac, with Homebrew
// install imagemagick--7.1.1-12
$ brew install imagemagick
$ brew install openjdk@11
$ sudo ln -sfn /usr/local/opt/openjdk@11/libexec/openjdk.jdk /Library/Java/JavaVirtualMachines/openjdk-11.jdk
$ ./configure --with-java-home=/Library/Java/JavaVirtualMachines/openjdk-11.jdk/Contents/Home
...
clang: error: unsupported option '-fopenmp'
...
Maybe related with
ref: ImageMagick/ImageMagick#1073
To resolve this problem on Mac, we might need to build ImageMagick from source.
On Mac, with Homebrew
// install imagemagick--7.1.1-12
Maybe related with
ref: ImageMagick/ImageMagick#1073
To resolve this problem on Mac, we might need to build ImageMagick from source.