vcpkg/ports/symengine/CONTROL
myd7349 6ea5808fd9
[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
2020-05-26 22:36:51 -07:00

31 lines
743 B
Plaintext

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