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 |
|
Mengna Li
|
ed6dc3a43f
|
[gsl] install pkgconfig file (#24285)
|
2022-04-21 14:51:10 -07:00 |
|
Alexander Neumann
|
f99b18d573
|
handle multiline arguments in makefile correctly
|
2020-04-09 12:41:16 +02:00 |
|
Robert Schumacher
|
a759caf15e
|
[gsl] Fix finding release libs in debug configurations. Fixes #2982.
|
2018-03-07 11:56:21 -08:00 |
|
Silvio Traversaro
|
0c117ea3db
|
[gsl] Add a "d" debug postfix
See https://github.com/Microsoft/vcpkg/issues/1196#issuecomment-305751793 for details
|
2017-07-21 10:48:20 +02:00 |
|
Martin Müller
|
f53871c169
|
Bump GSL version and don't define DLL_EXPORT for gslcblas
|
2017-05-31 12:13:48 +02:00 |
|
Martin Müller
|
ed826d8412
|
Fix GSL port so that CMake can find it
- Remove lib prefix from library
- Generate separate library for the cblas part
|
2017-05-31 10:50:33 +02:00 |
|
Robert Schumacher
|
d6599a56e9
|
[ms-gsl][gnusl][gsl] Rename gnusl->gsl, gsl->ms-gsl.
|
2017-05-03 11:25:35 -07:00 |
|