-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OpenMP support configured but cannot build #71
Comments
did you ever resolve this issue? |
No, I'll take a look |
When using homebrew imagemajick, Line 402 in b4412af
I would like to build imagemagick |
ok not my case. I have a 38-core CPU, so I definitely want multiprocessing. |
OK, I see. So perhaps we should just install openmp on macos and do install jmagick again. |
Build is passed, but I don't know it works fine. $ brew install imagemagick openjdk@11
$ brew install llvm libomp
$ touch NEWS AUTHORS ChangeLog
$ autoreconf --force --install && automake --add-missing
$ PATH="/usr/local/Cellar/llvm/17.0.6_1/bin:$PATH" \
LDFLAGS="-I/usr/local/Cellar/libomp/18.1.3/include -L/usr/local/Cellar/llvm/17.0.6_1/lib" \
CPPFLAGS="-L/usr/local/Cellar/libomp/18.1.3/lib -I/usr/local/Cellar/llvm/17.0.6_1/include" \
CXX=/usr/local/Cellar/llvm/17.0.6_1/bin/clang++ \
CC=/usr/local/Cellar/llvm/17.0.6_1/bin/clang \
./configure \
--with-java-home=/usr/local/Cellar/openjdk@11/11.0.22 \
--with-java-includes=/usr/local/Cellar/openjdk@11/11.0.22/include
$ make
$ ls -1 lib/
jmagick-7.0.4.jar
jmagick.jar
libJMagick-7.0.4.la
libJMagick.so |
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.
The text was updated successfully, but these errors were encountered: