From 664a9dd0dc9c9ee84713693ab00dbb2a971d4b57 Mon Sep 17 00:00:00 2001 From: Daniel Winzen Date: Sun, 19 Dec 2021 20:38:20 +0100 Subject: [PATCH] Bump imagemagick version --- install_binaries.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_binaries.sh b/install_binaries.sh index 2c47e01..b28b1fa 100755 --- a/install_binaries.sh +++ b/install_binaries.sh @@ -133,7 +133,7 @@ cd .. ldconfig cd ImageMagick git fetch --all -git checkout 7.1.0-17 +git checkout 7.1.0-18 CXXFLAGS='-O3 -mtune=native -march=native' CFLAGS='-O3 -mtune=native -march=native' ./configure --without-perl --without-magick-plus-plus --with-rsvg=yes --disable-openmp make -j $PROC_LIMIT install make distclean