early-access version 2853
This commit is contained in:
61
externals/vcpkg/ports/symengine/vcpkg.json
vendored
Executable file
61
externals/vcpkg/ports/symengine/vcpkg.json
vendored
Executable file
@@ -0,0 +1,61 @@
|
||||
{
|
||||
"name": "symengine",
|
||||
"version": "0.9.0",
|
||||
"description": "SymEngine is a fast symbolic manipulation library",
|
||||
"homepage": "https://github.com/symengine/symengine",
|
||||
"license": "BSD-3-Clause",
|
||||
"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"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user