aboutsummaryrefslogtreecommitdiff
path: root/versions
diff options
context:
space:
mode:
authorSzabolcs Horvát <szhorvat@gmail.com>2021-04-30 00:43:20 +0200
committerGitHub <noreply@github.com>2021-04-29 15:43:20 -0700
commit90e7eaf82432f9cafbf9fc4c7fb4565a6d3f30fd (patch)
treeed194170fcff074365bd3349c4b7d48b8201b1c2 /versions
parent2f03bdc3f03f9c50f5d73e4601aaefa2402c8dce (diff)
downloadvcpkg-90e7eaf82432f9cafbf9fc4c7fb4565a6d3f30fd.tar.gz
vcpkg-90e7eaf82432f9cafbf9fc4c7fb4565a6d3f30fd.zip
[igraph] create new port (#17311)
* [igraph] create new port * [igraph] commit x-add-version result * [igraph] fix formatting * Update ports/igraph/portfile.cmake Co-authored-by: Adam Johnson <AdamJohnso@gmail.com> * Update ports/igraph/portfile.cmake Co-authored-by: Adam Johnson <AdamJohnso@gmail.com> * Update ports/igraph/portfile.cmake Co-authored-by: Adam Johnson <AdamJohnso@gmail.com> * Update ports/igraph/portfile.cmake Co-authored-by: Adam Johnson <AdamJohnso@gmail.com> * [igraph] explain why we use the release tarball * [igraph] x-add-version * [igraph] workaround for MSVC security warnings * Disable some MSVC warnings * set up for cross-compilation * fixes * enable external CXSparse and fixes * final cleanup * vcpkg x-add-version igraph * Update ports/igraph/portfile.cmake * Update ports/igraph/portfile.cmake * Update ports/igraph/portfile.cmake * Update ports/igraph/vcpkg.json * x-add-version Co-authored-by: Adam Johnson <AdamJohnso@gmail.com> Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
Diffstat (limited to 'versions')
-rw-r--r--versions/baseline.json4
-rw-r--r--versions/i-/igraph.json9
2 files changed, 13 insertions, 0 deletions
diff --git a/versions/baseline.json b/versions/baseline.json
index 2fd05cd8a..5ab3dbdff 100644
--- a/versions/baseline.json
+++ b/versions/baseline.json
@@ -2584,6 +2584,10 @@
"baseline": "9.0.0",
"port-version": 0
},
+ "igraph": {
+ "baseline": "0.9.2",
+ "port-version": 0
+ },
"iir1": {
"baseline": "1.8.0",
"port-version": 0
diff --git a/versions/i-/igraph.json b/versions/i-/igraph.json
new file mode 100644
index 000000000..5db5b6ad6
--- /dev/null
+++ b/versions/i-/igraph.json
@@ -0,0 +1,9 @@
+{
+ "versions": [
+ {
+ "git-tree": "c2c35718e43fc23a6187173b49c19b11b8a89fdd",
+ "version": "0.9.2",
+ "port-version": 0
+ }
+ ]
+}