vcpkg/ports/geogram/vcpkg.json
Victor Romero 05e56b2c86
[geogram] Switch to a GitHub mirror since upstream download is broken (#20778)
* [geogram] Switch to github mirror (alicevision/geogram)

* [geogram] Update version files

* Clean portfile and use correct version scheme

* [geogram] Update versions file
2021-10-16 12:14:34 -07:00

20 lines
411 B
JSON

{
"name": "geogram",
"version": "1.7.6",
"description": "Geogram is a programming library of geometric algorithms.",
"homepage": "https://gforge.inria.fr/projects/geogram/",
"supports": "!uwp",
"dependencies": [
"blas",
"lapack"
],
"features": {
"graphics": {
"description": "Build viewers and geogram_gfx library.",
"dependencies": [
"glfw3"
]
}
}
}