The GNU Scientific Library is a numerical library for C and C++ programmers
Run the following Vcpkg command to install the port.
vcpkg install gsl
The package gsl is compatible with built-in CMake targets:
find_package(GSL REQUIRED) target_link_libraries(main PRIVATE GSL::gsl GSL::gslcblas)
v2.8#0
May 27, 2024
All
gnu.org/software/gsl
20ea78bf07
GPL-3.0-or-later
Manifest