Package: crrcsim / 0.9.12-6.2

07-add-libgmp.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
Author: Agustin Henze <tin@sluc.org.ar>
Description: Add libgmp to linking stage
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -253,6 +253,7 @@
   ${JPEG_LIBRARIES}
   ${PLIB_LIBRARIES}
   ${Boost_LIBRARIES}
+  gmp
   )
 
 include_directories(${CRRCSIM_INCDIRS})