Bump imagemagick version

This commit is contained in:
Daniel Winzen
2021-11-21 16:04:30 +01:00
parent 48d7d066ac
commit 28fb1833cf

View File

@ -133,7 +133,7 @@ cd ..
ldconfig ldconfig
cd ImageMagick cd ImageMagick
git fetch --all git fetch --all
git checkout 7.1.0-14 git checkout 7.1.0-15
CXXFLAGS='-O3 -mtune=native -march=native' CFLAGS='-O3 -mtune=native -march=native' ./configure --without-perl --without-magick-plus-plus --with-rsvg=yes --disable-openmp 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 -j $PROC_LIMIT install
make distclean make distclean