Skip to content

Commit

Permalink
[plplot] Disable all language bindings but C++ (#22224)
Browse files Browse the repository at this point in the history
* Disable all language bindings but C++

* Update versions
  • Loading branch information
dg0yt authored Dec 29, 2021
1 parent 7862c10 commit 3edde7d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
6 changes: 2 additions & 4 deletions ports/plplot/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,8 @@ vcpkg_check_features(
vcpkg_cmake_configure(
SOURCE_PATH "${SOURCE_PATH}"
OPTIONS
-DENABLE_tcl=OFF
-DENABLE_d=OFF
-DENABLE_qt=OFF
-DENABLE_ocaml=OFF
-DDEFAULT_NO_BINDINGS=ON
-DENABLE_cxx=ON
-DPL_HAVE_QHULL=OFF
-DPLPLOT_USE_QT5=OFF
-DPL_DOUBLE=ON
Expand Down
2 changes: 1 addition & 1 deletion ports/plplot/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "plplot",
"version-semver": "5.13.0",
"port-version": 14,
"port-version": 15,
"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",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -5318,7 +5318,7 @@
},
"plplot": {
"baseline": "5.13.0",
"port-version": 14
"port-version": 15
},
"plustache": {
"baseline": "0.4.0",
Expand Down
5 changes: 5 additions & 0 deletions versions/p-/plplot.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "2bdc5ce1d9ab4085f8d1753de526830bee4bc92a",
"version-semver": "5.13.0",
"port-version": 15
},
{
"git-tree": "9e9bda9b45cefac69d08bbb2f3e947deab8cac14",
"version-semver": "5.13.0",
Expand Down

0 comments on commit 3edde7d

Please sign in to comment.