diff options
Diffstat (limited to 'ports/kf5plotting')
| -rw-r--r-- | ports/kf5plotting/portfile.cmake | 4 | ||||
| -rw-r--r-- | ports/kf5plotting/vcpkg.json | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/ports/kf5plotting/portfile.cmake b/ports/kf5plotting/portfile.cmake index 9897fb89b..f2d8ac877 100644 --- a/ports/kf5plotting/portfile.cmake +++ b/ports/kf5plotting/portfile.cmake @@ -6,9 +6,11 @@ vcpkg_from_github( HEAD_REF master ) +# Prevent KDEClangFormat from writing to source effectively blocking parallel configure +file(WRITE ${SOURCE_PATH}/.clang-format "DisableFormat: true\nSortIncludes: false\n") + vcpkg_configure_cmake( SOURCE_PATH ${SOURCE_PATH} - DISABLE_PARALLEL_CONFIGURE PREFER_NINJA OPTIONS -DBUILD_TESTING=OFF diff --git a/ports/kf5plotting/vcpkg.json b/ports/kf5plotting/vcpkg.json index 7a99dc145..7513e48fe 100644 --- a/ports/kf5plotting/vcpkg.json +++ b/ports/kf5plotting/vcpkg.json @@ -1,7 +1,7 @@ { "name": "kf5plotting", "version": "5.84.0", - "port-version": 1, + "port-version": 2, "description": "Lightweight plotting framework", "homepage": "https://api.kde.org/frameworks/kplotting/html/index.html", "dependencies": [ |
