From 0140ace54f213a01c6e24e0e12179eeae8fe8a38 Mon Sep 17 00:00:00 2001 From: Eduard Braun Date: Sun, 5 Mar 2017 04:31:55 +0100 Subject: CMake: python2-numpy was missing dependencies (bzr r15566) --- CMakeScripts/InstallMSYS2.cmake | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'CMakeScripts') diff --git a/CMakeScripts/InstallMSYS2.cmake b/CMakeScripts/InstallMSYS2.cmake index 72069033c..3cfc9c20c 100644 --- a/CMakeScripts/InstallMSYS2.cmake +++ b/CMakeScripts/InstallMSYS2.cmake @@ -124,8 +124,12 @@ if(WIN32) # these are not picked up by 'ldd' but are required for SVG support in gdk-pixbuf-2.0 ${MINGW_BIN}/libcroco-0.6-3.dll ${MINGW_BIN}/librsvg-2-2.dll - # required by lxml + # required by python2-lxml ${MINGW_BIN}/libexslt-0.dll + # required by python2-numpy + ${MINGW_BIN}/libgfortran-3.dll + ${MINGW_BIN}/libopenblas.dll + ${MINGW_BIN}/libquadmath-0.dll DESTINATION ${CMAKE_INSTALL_PREFIX}) # There are differences for 64-Bit and 32-Bit build environments. if(HAVE_MINGW64) -- cgit v1.2.3