aboutsummaryrefslogtreecommitdiff
path: root/ports/suitesparse/CONTROL
diff options
context:
space:
mode:
authorArkady Shapkin <arkady.shapkin@gmail.com>2018-02-17 14:16:32 +0300
committerRobert Schumacher <roschuma@microsoft.com>2018-02-17 03:16:32 -0800
commit18be859328565eec58b6eb5952b585f66cb6b6fd (patch)
treefbecbe14558040ba3267ef8f784ecf5c01715b1a /ports/suitesparse/CONTROL
parent6142925568ed0b8532feb40453dc556c2f3fa4d7 (diff)
downloadvcpkg-18be859328565eec58b6eb5952b585f66cb6b6fd.tar.gz
vcpkg-18be859328565eec58b6eb5952b585f66cb6b6fd.zip
Ceres and SuiteSparse features (#2800)
* [suitesparse] Implement optional feature: metis * [ceres] Implement optional features: lapack, suitesparse, cxsparse, eigen. Closes #2798 * [ceres] Always require Eigen3
Diffstat (limited to 'ports/suitesparse/CONTROL')
-rw-r--r--ports/suitesparse/CONTROL8
1 files changed, 6 insertions, 2 deletions
diff --git a/ports/suitesparse/CONTROL b/ports/suitesparse/CONTROL
index af5e1b631..702692497 100644
--- a/ports/suitesparse/CONTROL
+++ b/ports/suitesparse/CONTROL
@@ -1,4 +1,8 @@
Source: suitesparse
-Version: 4.5.5-3
-Build-Depends: metis, clapack
+Version: 4.5.5-4
+Build-Depends: clapack
Description: algebra library
+
+Feature: metis
+Build-Depends: metis
+Description: Use metis in SuiteSparse