mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 19:39:00 +08:00
79e8d1d56d
* Update gsl to version 2.7 * Updating portfile to remove deprecated functions These were the github-actions bot recommendations * Quoting string parameters, fixing version * Run x-add-version
17 lines
340 B
JSON
17 lines
340 B
JSON
{
|
|
"name": "gsl",
|
|
"version": "2.7",
|
|
"description": "The GNU Scientific Library is a numerical library for C and C++ programmers",
|
|
"homepage": "https://www.gnu.org/software/gsl/",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|