diff options
| -rw-r--r-- | ports/flint/CONTROL | 2 | ||||
| -rw-r--r-- | ports/flint/portfile.cmake | 6 |
2 files changed, 1 insertions, 7 deletions
diff --git a/ports/flint/CONTROL b/ports/flint/CONTROL index ee495fc0c..ce4646883 100644 --- a/ports/flint/CONTROL +++ b/ports/flint/CONTROL @@ -1,4 +1,4 @@ Source: flint -Version: 2.5.2 +Version: 2.5.2-1 Description: Fast Library for Number Theory Build-Depends: mpir, mpfr, pthreads, gettimeofday diff --git a/ports/flint/portfile.cmake b/ports/flint/portfile.cmake index e20ef9731..9a9d5136b 100644 --- a/ports/flint/portfile.cmake +++ b/ports/flint/portfile.cmake @@ -1,9 +1,3 @@ -if (VCPKG_LIBRARY_LINKAGE STREQUAL dynamic) - message(STATUS "Warning: Dynamic building not supported yet. Building static.") - set(VCPKG_CRT_LINKAGE static) - set(VCPKG_LIBRARY_LINKAGE static) -endif() - include(vcpkg_common_functions) set(FLINT_VERSION 2.5.2) |
