The following issue has been SUBMITTED. ====================================================================== http://www.cmake.org/Bug/view.php?id=15007 ====================================================================== Reported By: broucari Assigned To: ====================================================================== Project: CMake Issue ID: 15007 Category: Modules Reproducibility: always Severity: major Priority: high Status: new ====================================================================== Date Submitted: 2014-07-05 05:00 EDT Last Modified: 2014-07-05 05:00 EDT ====================================================================== Summary: [patch] Imagemagick detection stlli broken with multi-arch imagemagick Description: Imagemagick detection is still broken with cmake. Indeed some headers are installed under arch dependant dir and it need to specify CFLAGS in order to get quantum selection.
May be related to http://www.cmake.org/Bug/view.php?id=14012 Reported downstream as: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=747907 I have made an untested patch using pkg-config. Please fix it, it lead to multiple FTBFS. Thanks Steps to Reproduce: Download recent imagemagick from debian experimental, and try to compile libtuxcap See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=747908 Additional Information: Block newer imagemagick in experimental. ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2014-07-05 05:00 broucari New Issue 2014-07-05 05:00 broucari File Added: Fix-imagemagick-multiarch ====================================================================== -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Kitware offers various services to support the CMake community. For more information on each offering, please visit: CMake Support: http://cmake.org/cmake/help/support.html CMake Consulting: http://cmake.org/cmake/help/consulting.html CMake Training Courses: http://cmake.org/cmake/help/training.html Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/cmake-developers
