diff options
| author | Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> | 2020-06-13 04:09:46 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-12 13:09:46 -0700 |
| commit | 83627767af5efc3e5a2903ffca54dc6acb00ca99 (patch) | |
| tree | d33bfb627d63b4eb6a6e0eceaf524059ee656134 /ports/plplot | |
| parent | 250e35a961f6faea691e2266613e671a61bb3ab6 (diff) | |
| download | vcpkg-83627767af5efc3e5a2903ffca54dc6acb00ca99.tar.gz vcpkg-83627767af5efc3e5a2903ffca54dc6acb00ca99.zip | |
[vcpkg baseline] Fix baseline error (#11896)
* [tinyfiledialogs] Re-trigger CI test
* [msix] Fix source hash
* [geographiclib] Re-trigger CI test
* [soundtouch] Re-trigger CI test
* update baseline
* [plplot] Re-trigger CI test
* [dmlc] Fix issues with parallel configuration
* [tclap] Re-trigger CI test
* [itpp] Re-trigger CI test
* [mpg123] Re-trigger CI test
* [qwt] Re-trigger CI test
* [soundtouch] Re-trigger CI test
* [pthreads] Re-trigger CI test
Diffstat (limited to 'ports/plplot')
| -rw-r--r-- | ports/plplot/CONTROL | 2 | ||||
| -rw-r--r-- | ports/plplot/portfile.cmake | 5 |
2 files changed, 4 insertions, 3 deletions
diff --git a/ports/plplot/CONTROL b/ports/plplot/CONTROL index d489bc45f..74b1be5f6 100644 --- a/ports/plplot/CONTROL +++ b/ports/plplot/CONTROL @@ -1,5 +1,5 @@ Source: plplot
-Version: 5.13.0-4
+Version: 5.13.0-5
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.
diff --git a/ports/plplot/portfile.cmake b/ports/plplot/portfile.cmake index 0bffd25aa..8546cb5aa 100644 --- a/ports/plplot/portfile.cmake +++ b/ports/plplot/portfile.cmake @@ -45,6 +45,8 @@ vcpkg_configure_cmake( vcpkg_install_cmake()
+vcpkg_copy_pdbs()
+
vcpkg_fixup_cmake_targets(CONFIG_PATH lib/cmake/plplot)
# Remove unnecessary tool
@@ -67,5 +69,4 @@ endif() file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include)
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/share)
-vcpkg_copy_pdbs()
-file(INSTALL ${SOURCE_PATH}/Copyright DESTINATION ${CURRENT_PACKAGES_DIR}/share/plplot RENAME copyright)
\ No newline at end of file +file(INSTALL ${SOURCE_PATH}/Copyright DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)
|
