aboutsummaryrefslogtreecommitdiff
path: root/ports/symengine/CONTROL
diff options
context:
space:
mode:
authormyd7349 <myd7349@gmail.com>2020-05-27 13:36:51 +0800
committerGitHub <noreply@github.com>2020-05-26 22:36:51 -0700
commit6ea5808fd9c09f8aafc4824e555bb3a8dc3fdba9 (patch)
tree6d50adb8696fd0fd6eab2c1edc3a62802147c737 /ports/symengine/CONTROL
parent9c04c2ec5938538aff7559de9d7c610b8d792170 (diff)
downloadvcpkg-6ea5808fd9c09f8aafc4824e555bb3a8dc3fdba9.tar.gz
vcpkg-6ea5808fd9c09f8aafc4824e555bb3a8dc3fdba9.zip
[symengine] Add new port (#8752)
* [symengine] Add new port * [symengine] Fix boost.math dependency boost.lexical_cast depends on boost.math. * [symengine] Fix linux build * [symengine] Modernize * [symengine] Update to 2019-11-30 * [symengine] Disable dynamic build on Windows [symengine] Modernize * [symengine] Update to 2020-05-12 * [symengine] Update to 2020-05-23 * [symengine] Let us give uwp a try * [symengine] Dynamic library support * [symengine] Update * [symengine] INTERFACE_INCLUDE_DIRECTORIES * [symengine] Add feature tcmalloc * [symengine] Update to 2020-05-25
Diffstat (limited to 'ports/symengine/CONTROL')
-rw-r--r--ports/symengine/CONTROL30
1 files changed, 30 insertions, 0 deletions
diff --git a/ports/symengine/CONTROL b/ports/symengine/CONTROL
new file mode 100644
index 000000000..4e829ba5b
--- /dev/null
+++ b/ports/symengine/CONTROL
@@ -0,0 +1,30 @@
+Source: symengine
+Version: 2020-05-25
+Description: SymEngine is a fast symbolic manipulation library
+Homepage: https://github.com/symengine/symengine
+Build-Depends: boost-math, boost-random
+Default-Features: integer-class-boostmp
+
+Feature: arb
+Description: Build with arb
+Build-Depends: arb
+
+Feature: flint
+Description: Build with flint
+Build-Depends: flint
+
+Feature: mpfr
+Description: Build with mpfr
+Build-Depends: mpfr
+
+Feature: integer-class-boostmp
+Description: Use Boost.multiprecision integer class
+Build-Depends: boost-multiprecision
+
+Feature: integer-class-flint
+Description: Use flint integer class
+Build-Depends: flint, gmp
+
+Feature: tcmalloc
+Description: Build with tcmalloc
+Build-Depends: gperftools