[proj4] Add usage, fixup target PROJ::proj#19298
Conversation
There was a problem hiding this comment.
This is a new experimental fast check for PR issues. Please let us know if this bot is helpful!
After committing all other changes, the version database must be updated
git add -u && git commit
git checkout 261c458af6e3eed5d099144aff95d2b5035f656b -- versions
./vcpkg x-add-version --allDiff
diff --git a/versions/baseline.json b/versions/baseline.json
index 7e64191..a945fb0 100644
--- a/versions/baseline.json
+++ b/versions/baseline.json
@@ -5038,7 +5038,7 @@
},
"proj4": {
"baseline": "7.2.1",
- "port-version": 2
+ "port-version": 3
},
"prometheus-cpp": {
"baseline": "0.12.3",
diff --git a/versions/p-/proj4.json b/versions/p-/proj4.json
index 703424c..5be0adb 100644
--- a/versions/p-/proj4.json
+++ b/versions/p-/proj4.json
@@ -1,5 +1,10 @@
{
"versions": [
+ {
+ "git-tree": "e6b33c3a3987f7198d8cd25fd12640fcaccc9773",
+ "version-string": "7.2.1",
+ "port-version": 3
+ },
{
"git-tree": "e692e884172877640f3de4009d810061382714b7",
"version-string": "7.2.1",|
Which upstream changes does this need? |
There was a problem hiding this comment.
This is a new experimental fast check for PR issues. Please let us know if this bot is helpful!
After committing all other changes, the version database must be updated
git add -u && git commit
git checkout 261c458af6e3eed5d099144aff95d2b5035f656b -- versions
./vcpkg x-add-version --allDiff
diff --git a/versions/p-/proj4.json b/versions/p-/proj4.json
index 5be0adb..2823e5e 100644
--- a/versions/p-/proj4.json
+++ b/versions/p-/proj4.json
@@ -1,7 +1,7 @@
{
"versions": [
{
- "git-tree": "e6b33c3a3987f7198d8cd25fd12640fcaccc9773",
+ "git-tree": "2a79aed1616c4f305f0231da48764e93a60ac74a",
"version-string": "7.2.1",
"port-version": 3
},|
The PROJ project exports valid file names. Which problem is actually fixed by changing them? |
|
@dg0yt According to cmake docs: |
@JackBoosY Now how do we get to discussing package registries? |
|
For completeness, as posted before in PROJ, cmake's |
Reasonable. |
There was a problem hiding this comment.
This is a new experimental fast check for PR issues. Please let us know if this bot is helpful!
After committing all other changes, the version database must be updated
git add -u && git commit
git checkout 261c458af6e3eed5d099144aff95d2b5035f656b -- versions
./vcpkg x-add-version --allDiff
diff --git a/versions/p-/proj4.json b/versions/p-/proj4.json
index 06f48a1..05b5875 100644
--- a/versions/p-/proj4.json
+++ b/versions/p-/proj4.json
@@ -1,7 +1,7 @@
{
"versions": [
{
- "git-tree": "786f91b5cc03cadfa2e37e69600b8683baa7c5ca",
+ "git-tree": "b2d80efa9bd2d3eff49d1d3c2b198e2619168306",
"version-string": "7.2.1",
"port-version": 3
},
dg0yt
left a comment
There was a problem hiding this comment.
Thank for your patience with my comments @JackBoosY.
There was a problem hiding this comment.
This is a new experimental fast check for PR issues. Please let us know if this bot is helpful!
After committing all other changes, the version database must be updated
git add -u && git commit
git checkout 261c458af6e3eed5d099144aff95d2b5035f656b -- versions
./vcpkg x-add-version --allDiff
diff --git a/versions/p-/proj4.json b/versions/p-/proj4.json
index 06f48a1..d5bbf1d 100644
--- a/versions/p-/proj4.json
+++ b/versions/p-/proj4.json
@@ -1,7 +1,7 @@
{
"versions": [
{
- "git-tree": "786f91b5cc03cadfa2e37e69600b8683baa7c5ca",
+ "git-tree": "8fc1b6bdde08a3b1f131df5a4f042885dcc7a58d",
"version-string": "7.2.1",
"port-version": 3
},| @@ -0,0 +1,4 @@ | |||
| The package ${PORT}:${TARGET_TRIPLET} provides CMake targets: | |||
There was a problem hiding this comment.
How does this work? The configure line above is @ONLY but this is using ${} syntax.
There was a problem hiding this comment.
@ras0219-msft, thanks for pointing out this issue! I have submitted PR #19474 to fix it.
There was a problem hiding this comment.
Ops, sorry for that.
Since the upstream indicated in the document that it prefers
PROJinstead ofPROJ4, fixup the targetPROJand only provide the usage of targetPROJin the usage and keep the exported PROJ4 cmake configuration file.Fixes #16906.