vcpkg/ports/gsl/vcpkg.json
Simon Perkins 0ccb3d1140
[gsl] fix gsl x64-linux-dynamic build by guarding win32 string replaces (#31504)
* Guard win32 string replaces

* update version

* Use target_compile_definitions for GSL_DLL

* Update version

* Revert "Use target_compile_definitions for GSL_DLL"

This reverts commit 9b228c100a.

* Address review comments

* Update version

* Revert "Address review comments"

This reverts commit d6e911a87b.

* Address review comments

* Remove target_compile_definitions

* #ifndef WIN32 -> #ifndef _WIN32

* Update version

* Update port-version from 2 to 3

* ./vcpkg x-add-version --all

* Restore version 2 port-version in version/g-/gsl.json
2023-05-22 14:56:05 -07:00

19 lines
396 B
JSON

{
"name": "gsl",
"version": "2.7.1",
"port-version": 3,
"description": "The GNU Scientific Library is a numerical library for C and C++ programmers",
"homepage": "https://www.gnu.org/software/gsl/",
"license": "GPL-3.0-or-later",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}