vcpkg/ports/numcpp/vcpkg.json

35 lines
698 B
JSON
Raw Normal View History

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