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 /versions | |
| 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 'versions')
| -rw-r--r-- | versions/baseline.json | 4 | ||||
| -rw-r--r-- | versions/p-/parmetis.json | 5 |
2 files changed, 7 insertions, 2 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index a9de8877e..faceac72f 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -4661,8 +4661,8 @@ "port-version": 3 }, "parmetis": { - "baseline": "4.0.3-3", - "port-version": 0 + "baseline": "4.0.3", + "port-version": 4 }, "parquet": { "baseline": "0", diff --git a/versions/p-/parmetis.json b/versions/p-/parmetis.json index d7c010c70..73965feaa 100644 --- a/versions/p-/parmetis.json +++ b/versions/p-/parmetis.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "b472eb73edfdb744f44ec306ebf05649c7f5fb70", + "version-string": "4.0.3", + "port-version": 4 + }, + { "git-tree": "3e1e3d50f531e207194d13af392a811f2af09d8b", "version-string": "4.0.3-3", "port-version": 0 |
