aboutsummaryrefslogtreecommitdiff
path: root/ports/g2o
diff options
context:
space:
mode:
authorAlexander Neumann <30894796+Neumann-A@users.noreply.github.com>2020-08-07 07:10:15 +0200
committerGitHub <noreply@github.com>2020-08-06 22:10:15 -0700
commitda839ba61a95a07de889d0bcc5d57c1681281a89 (patch)
tree17c423dfe9dc869939d3a85f9601bf9bef354288 /ports/g2o
parent4f9117c0dea8e58be6dc4102e40238f57b7b8533 (diff)
downloadvcpkg-da839ba61a95a07de889d0bcc5d57c1681281a89.tar.gz
vcpkg-da839ba61a95a07de889d0bcc5d57c1681281a89.zip
[lapack] add metaport lapack to switch lapack impl with an overlay (#12464)
* [lapack-select] add port lapack-select to select the lapack implementation * move (!osx) check into lapack select * correct the platform selection logic so that clapack is not forced. added external as a feature. made a dummy project to find the external provided LAPACK * fix the oscx regression. Actually need to specify external dependency on OSX * rename port to lapack and use build-depends
Diffstat (limited to 'ports/g2o')
-rw-r--r--ports/g2o/CONTROL3
1 files changed, 2 insertions, 1 deletions
diff --git a/ports/g2o/CONTROL b/ports/g2o/CONTROL
index 80b321d5b..5234914a2 100644
--- a/ports/g2o/CONTROL
+++ b/ports/g2o/CONTROL
@@ -1,5 +1,6 @@
Source: g2o
Version: 2020-02-07
-Build-Depends: suitesparse, eigen3, clapack (!osx), ceres
+Port-Version: 1
+Build-Depends: suitesparse, eigen3, lapack, ceres
Description: g2o: A General Framework for Graph Optimization
Homepage: https://openslam.org/g2o.html