mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 12:19:08 +08:00
9a1b3ad21c
* [symengine] no absolute paths * [symengine] Fix relative calculation of include * Update versions Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
62 lines
1.2 KiB
JSON
62 lines
1.2 KiB
JSON
{
|
|
"name": "symengine",
|
|
"version": "0.7.0",
|
|
"port-version": 2,
|
|
"description": "SymEngine is a fast symbolic manipulation library",
|
|
"homepage": "https://github.com/symengine/symengine",
|
|
"dependencies": [
|
|
"boost-math",
|
|
"boost-random",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"default-features": [
|
|
"integer-class-boostmp"
|
|
],
|
|
"features": {
|
|
"arb": {
|
|
"description": "Build with arb",
|
|
"dependencies": [
|
|
"arb"
|
|
]
|
|
},
|
|
"flint": {
|
|
"description": "Build with flint",
|
|
"dependencies": [
|
|
"flint"
|
|
]
|
|
},
|
|
"integer-class-boostmp": {
|
|
"description": "Use Boost.multiprecision integer class",
|
|
"dependencies": [
|
|
"boost-multiprecision"
|
|
]
|
|
},
|
|
"integer-class-flint": {
|
|
"description": "Use flint integer class",
|
|
"dependencies": [
|
|
"flint",
|
|
"gmp"
|
|
]
|
|
},
|
|
"mpfr": {
|
|
"description": "Build with mpfr",
|
|
"dependencies": [
|
|
"mpfr"
|
|
]
|
|
},
|
|
"tcmalloc": {
|
|
"description": "Build with tcmalloc",
|
|
"dependencies": [
|
|
"gperftools"
|
|
]
|
|
}
|
|
}
|
|
}
|