vcpkg/ports/numcpp/vcpkg.json
JonLiu1993 2f1d20a769
[numcpp] update to 2.10.1 (#26482)
* [NumCpp] update to 2.8.0

* update version

* [numcpp] update to 2.10.1

* update vcpkg.json

* update version
2023-05-10 11:27:54 -07:00

35 lines
698 B
JSON

{
"name": "numcpp",
"version": "2.10.1",
"description": "C++ implementation of the Python Numpy library",
"homepage": "https://dpilger26.github.io/NumCpp",
"license": "MIT",
"dependencies": [
"boost-algorithm",
"boost-date-time",
"boost-endian",
"boost-integer",
"boost-math",
"boost-predef",
"boost-random",
"boost-type-traits",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"python": {
"description": "Interacting with Python with pybind11 interface",
"dependencies": [
"boost-python",
"pybind11"
]
}
}
}