diff options
| author | Julian Scholle <Julian.scholle@googlemail.com> | 2021-04-01 19:44:04 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-01 10:44:04 -0700 |
| commit | cd7f976e99c2b2ee4c6d2ac55e6e6ed206c4865c (patch) | |
| tree | 188ad2cb6d1e95a92ed53345e8117c8f8031ab4d /versions/s- | |
| parent | fecd9f144977ec6d327e334bb67d54c44e992741 (diff) | |
| download | vcpkg-cd7f976e99c2b2ee4c6d2ac55e6e6ed206c4865c.tar.gz vcpkg-cd7f976e99c2b2ee4c6d2ac55e6e6ed206c4865c.zip | |
[sciplot] Add new port (#15913)
* add sciplot port
* port should also work on all platforms, as long as gnuplot can be installed
* add version information to vcpkg
* disable uwp in build pipeline and fix version SHA
* uwp not supported
* fix version sha
* Use vcpkg.json and bump version to 0.2.2
* add sciplot version
* [sciplot] Remove inaccessible 0.1 port
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
Diffstat (limited to 'versions/s-')
| -rw-r--r-- | versions/s-/sciplot.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/versions/s-/sciplot.json b/versions/s-/sciplot.json new file mode 100644 index 000000000..ff250aea1 --- /dev/null +++ b/versions/s-/sciplot.json @@ -0,0 +1,9 @@ +{ + "versions": [ + { + "git-tree": "6d01187d3c940b9bf5b3f35902469959fe640a6c", + "version": "0.2.2", + "port-version": 0 + } + ] +} |
