aboutsummaryrefslogtreecommitdiff
path: root/ports/kf5plotting
diff options
context:
space:
mode:
authorDawid Wróbel <me@dawidwrobel.com>2021-09-17 17:20:35 +0200
committerGitHub <noreply@github.com>2021-09-17 08:20:35 -0700
commit8a943f71ffb6d99ac8800b71172d4eff2d0c6df4 (patch)
tree93d6541c3b6b789c981c29bfbf763f0fe995370f /ports/kf5plotting
parent6edc46f862f9931d174ffbd45fb07f8df3edf040 (diff)
downloadvcpkg-8a943f71ffb6d99ac8800b71172d4eff2d0c6df4.tar.gz
vcpkg-8a943f71ffb6d99ac8800b71172d4eff2d0c6df4.zip
[kf5*] re-enable parallel configure, speed up compilation (#20202)
* [kf5*] re-enable parallel configure * [kf5*] update versions
Diffstat (limited to 'ports/kf5plotting')
-rw-r--r--ports/kf5plotting/portfile.cmake4
-rw-r--r--ports/kf5plotting/vcpkg.json2
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": [