diff options
| author | Gilles Grospellier <63445205+grospelliergilles@users.noreply.github.com> | 2021-04-29 02:39:30 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-28 17:39:30 -0700 |
| commit | 2a90d45fad8ae949233eca16946d1e9942bd8f22 (patch) | |
| tree | f98fcf6d601348f6c999045201c943e6650f9a48 /scripts | |
| parent | 5db5b34a05f5c4dd8755c515eaed25ba978ac92c (diff) | |
| download | vcpkg-2a90d45fad8ae949233eca16946d1e9942bd8f22.tar.gz vcpkg-2a90d45fad8ae949233eca16946d1e9942bd8f22.zip | |
[parmetis] Fix build on x64-linux. (#17410)
* Fix parmetis build on x64-linux.
- Change 'METIS' directory to 'metis' because the true name is 'metis'.
- Remove the non working (on linux) link 'METIS' to 'metis'.
- Use absolute path for GKLIB_PATH. Using relative path does not work
for test HAVE_THREADLOCALSTORAGE in metis/GKlib/GKlibSystem.cmake
* Update parmetis version in baseline.
* Update CONTROL file
* Apply reviewer comment.
* Update ci-baseline.txt
* Update hash in parmetis.json.
* Update port version instead of package version.
* Update hash version
* Try to build parmetis on 'osx'.
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/ci.baseline.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/ci.baseline.txt b/scripts/ci.baseline.txt index ea3edfee1..f0b12d494 100644 --- a/scripts/ci.baseline.txt +++ b/scripts/ci.baseline.txt @@ -1224,8 +1224,6 @@ orocos-kdl:x64-uwp=fail paho-mqtt:arm-uwp=fail paho-mqtt:x64-uwp=fail pangomm:arm64-windows=fail -parmetis:x64-linux=fail -parmetis:x64-osx=fail pdal:x64-linux=fail pdal:x64-osx=fail pdal-c:x64-windows-static=fail |
