aboutsummaryrefslogtreecommitdiff
path: root/ports/symengine/CONTROL
diff options
context:
space:
mode:
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