aboutsummaryrefslogtreecommitdiff
path: root/ports/plplot
diff options
context:
space:
mode:
authornicole mazzuca <mazzucan@outlook.com>2021-08-04 13:27:40 -0700
committerGitHub <noreply@github.com>2021-08-04 13:27:40 -0700
commitff190a561ad8903086ac72f65b05798058045435 (patch)
tree2de7d0252e06dcd6db80aac20d0d73a763f64052 /ports/plplot
parentbd5ea16b97e91cb620fed0e10b7d9b3a8a943a52 (diff)
downloadvcpkg-ff190a561ad8903086ac72f65b05798058045435.tar.gz
vcpkg-ff190a561ad8903086ac72f65b05798058045435.zip
[macos ci] update 2021-07-27 (#19207)
* update 2021-07-27 macOS -> 11.5.1, XCode -> 12.5.1 * update azure-pipelines * update sha of macfuse * change how macos-ci-base works * fix build errors * fix itpp:linux * more fixes * remove tab * allow version changes in all the remove/rename-version patches * fix libunistring for real * robert CR
Diffstat (limited to 'ports/plplot')
-rw-r--r--ports/plplot/CONTROL9
-rw-r--r--ports/plplot/portfile.cmake5
-rw-r--r--ports/plplot/vcpkg.json20
3 files changed, 23 insertions, 11 deletions
diff --git a/ports/plplot/CONTROL b/ports/plplot/CONTROL
deleted file mode 100644
index 67a70e365..000000000
--- a/ports/plplot/CONTROL
+++ /dev/null
@@ -1,9 +0,0 @@
-Source: plplot
-Version: 5.13.0
-Port-Version: 9
-Build-Depends: freetype, zlib, libpng, bzip2
-Description: PLplot is a cross-platform software package for creating scientific plots whose (UTF-8) plot symbols and text are limited in practice only by what Unicode-aware system fonts are installed on a user's computer.
-
-Feature: wxwidgets
-Build-Depends: wxwidgets
-Description: plplot wxwidgets module \ No newline at end of file
diff --git a/ports/plplot/portfile.cmake b/ports/plplot/portfile.cmake
index 4e7a55799..eb20f613c 100644
--- a/ports/plplot/portfile.cmake
+++ b/ports/plplot/portfile.cmake
@@ -25,10 +25,11 @@ vcpkg_configure_cmake(
PREFER_NINJA
OPTIONS
-DENABLE_tcl=OFF
- -DPL_HAVE_QHULL=OFF
+ -DENABLE_d=OFF
-DENABLE_qt=OFF
- -DPLPLOT_USE_QT5=OFF
-DENABLE_ocaml=OFF
+ -DPL_HAVE_QHULL=OFF
+ -DPLPLOT_USE_QT5=OFF
-DPL_DOUBLE=ON
-DPLD_wxwidgets=${BUILD_with_wxwidgets}
-DENABLE_DYNDRIVERS=OFF
diff --git a/ports/plplot/vcpkg.json b/ports/plplot/vcpkg.json
new file mode 100644
index 000000000..a4d0cf1cf
--- /dev/null
+++ b/ports/plplot/vcpkg.json
@@ -0,0 +1,20 @@
+{
+ "name": "plplot",
+ "version-string": "5.13.0",
+ "port-version": 10,
+ "description": "PLplot is a cross-platform software package for creating scientific plots whose (UTF-8) plot symbols and text are limited in practice only by what Unicode-aware system fonts are installed on a user's computer.",
+ "dependencies": [
+ "bzip2",
+ "freetype",
+ "libpng",
+ "zlib"
+ ],
+ "features": {
+ "wxwidgets": {
+ "description": "plplot wxwidgets module",
+ "dependencies": [
+ "wxwidgets"
+ ]
+ }
+ }
+}