mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 15:41:38 +08:00
6ea5808fd9
* [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
31 lines
743 B
Plaintext
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
|