Commit Graph

18 Commits

Author SHA1 Message Date
autoantwort
7939c3498e
[plplot] fix example x11 (#30110) 2023-03-12 20:48:47 -07:00
Kai Pastor
927b997977
[baseline][plplot] Update, cleanup (#27931)
* [plplot] Update, cleanup

* Revise dependencies and features
2022-11-21 09:08:15 -08:00
Kai Pastor
3edde7d925
[plplot] Disable all language bindings but C++ (#22224)
* Disable all language bindings but C++

* Update versions
2021-12-28 17:59:01 -08:00
autoantwort
756c6c27c3
[plplot] no absolute paths (#21693)
* [plplot] no absolute paths

* [plplot] delete example folder
2021-12-01 19:20:35 -08:00
Billy O'Neal
8e4cfac84b
[plplot] Correct control of wxwidgets probably broken by https://github.com/microsoft/vcpkg/pull/21303/ (#21636)
This caused wxwidgets to get set on as far as the upstream build system cares if wxwidgets was built first regardless of the feature setting, which broke in CI with unresolved external symbol errors in wxwidgets' internals.
2021-11-23 20:47:51 -08:00
autoantwort
a5ff5cdf2f
[plplot] no absolute paths (#21303) 2021-11-12 16:40:14 -08:00
autoantwort
e7e328cf9d
[many ports] call vcpkg_fixup_pkgconfig() (#20953)
* [many ports] call vcpkg_fixup_pkgconfig()

The ports generate pc files, but don't call vcpkg_fixup_pkgconfig() so that there are absolute paths in the pc files

* Update port-version for armadillo and polyclipping.

* Update version database.

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2021-10-27 15:19:28 -07:00
nicole mazzuca
ff190a561a
[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
2021-08-04 13:27:40 -07:00
Stefano Sinigardi
eb183171d2
[cmake] upgrade to 3.18 (#12612)
Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2020-10-19 17:18:39 -07:00
Jack·Boos·Yu
21b56d9929
[vcpkg_from_sourceforge] Add retry mirror function (2/2) (#12018) 2020-07-03 09:36:40 -07:00
Jack·Boos·Yu
a0e0c57f86
[vcpkg] Add vcpkg_from_sourceforge (1/2) (#11899) 2020-06-26 15:06:30 -07:00
Jack·Boos·Yu
83627767af
[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
2020-06-12 13:09:46 -07:00
Phoebe
ed2d8564f0 [plplot] fix static build issue (#8817) 2020-01-15 16:37:07 -08:00
zi-m
47c6b3f557 fix find_package(wxWidgets) issue in release build (#8405) 2019-10-04 15:53:43 -07:00
Billy O'Neal
fdbd3b5ee8 Avoid naming nonstandard <ymath.h> to retrieve a NaN constant, as that header is no longer #includable from C. (#7979) 2019-08-30 09:09:41 -07:00
Nikolay Simakov
4d2ffdfbcf fixed building plplot with wxwidget feature on (#5089)
* fixed builting plplot with wxwidget feature on

* [plplot] Use vcpkg_extract_source_archive_ex
2019-01-10 11:54:05 -08:00
Gabor Cseh
6d0d3b1d2c At static build now the bin directories are removed. (#3240) 2018-04-10 10:49:55 -07:00
Nagy-Egri Máté Ferenc
15cb53b9dd Add port: PLplot (#3117)
* Initial commit - added plplot files

* Added INTERFACE_INCLUDE_DIRECTORY to libplplot

* Fix installation layout

* Static linkage of plotting drivers (no need for PATH)

* .patch file instead of overwrite

* [plplot] Improve handling of cmake scripts. Avoid DLLS_WITHOUT_LIBS. Disable unused dependencies and require some.
2018-03-23 16:24:04 -07:00