diff options
| author | xoviat <xoviat@users.noreply.github.com> | 2017-12-03 22:37:01 -0600 |
|---|---|---|
| committer | Alexander Karatarakis <alex@karatarakis.com> | 2017-12-03 20:37:01 -0800 |
| commit | 805fabe58adfcb0c073868c5534bf2f54f4a7914 (patch) | |
| tree | 1dbf77ee75fd6a3498469287bb7d004abc51797f | |
| parent | 6ecb10cec1bd025fa58c12ec4392973bd56a8eb0 (diff) | |
| download | vcpkg-805fabe58adfcb0c073868c5534bf2f54f4a7914.tar.gz vcpkg-805fabe58adfcb0c073868c5534bf2f54f4a7914.zip | |
Flint: enable DLL builds (#2271)
* [flint] enable dynamic building
* [flint] increment version
| -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) |
