Conversation
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
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 7734e8b89d6d511a95ac27f8d8eed913535b592d -- versions
./vcpkg x-add-version --allDiff
diff --git a/versions/baseline.json b/versions/baseline.json
index 0d6430b..185fbc7 100644
--- a/versions/baseline.json
+++ b/versions/baseline.json
@@ -1892,6 +1892,10 @@
"baseline": "0.182",
"port-version": 0
},
+ "embree2": {
+ "baseline": "2.17.7",
+ "port-version": 2
+ },
"embree3": {
"baseline": "3.12.2",
"port-version": 2There 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!
PRs must add only one version and must not modify any published versions
When making any changes to a library, the version or port-version in vcpkg.json or CONTROL must be modified.
Error: Local changes detected for openvdb but no changes to version or port version.
-- Version: 8.1.0
-- Old SHA: ecd4c1d0e5c1e497615d75cb0748c97fa1d70384
-- New SHA: 98d8808585a00d75785097712840ddbed522cdcc
-- Did you remember to update the version or port version?
-- Pass `--overwrite-version` to bypass this check.
***No files were updated.***
After committing all other changes, the version database must be updated
git add -u && git commit
git checkout 790418c9037196ef499b642decc2cd880e15db30 -- versions
./vcpkg x-add-version --allDiff
diff --git a/versions/baseline.json b/versions/baseline.json
index 7935c64..7d2febf 100644
--- a/versions/baseline.json
+++ b/versions/baseline.json
@@ -4914,7 +4914,7 @@
},
"pagmo2": {
"baseline": "2.16.1",
- "port-version": 0
+ "port-version": 1
},
"paho-mqtt": {
"baseline": "1.3.9",
@@ -6353,8 +6353,8 @@
"port-version": 0
},
"tbb": {
- "baseline": "2020_U3",
- "port-version": 6
+ "baseline": "2021.3.0",
+ "port-version": 0
},
"tcl": {
"baseline": "core-9-0-a1",
@@ -6694,7 +6694,7 @@
},
"usd": {
"baseline": "20.08",
- "port-version": 1
+ "port-version": 2
},
"usockets": {
"baseline": "0.7.1",
diff --git a/versions/p-/pagmo2.json b/versions/p-/pagmo2.json
index c149fd0..2a2171e 100644
--- a/versions/p-/pagmo2.json
+++ b/versions/p-/pagmo2.json
@@ -1,5 +1,10 @@
{
"versions": [
+ {
+ "git-tree": "698fad58b0c363f11e039350ea3e447014c755f8",
+ "version": "2.16.1",
+ "port-version": 1
+ },
{
"git-tree": "ea29ee58051fba73e950597ca2b0109dd6df0dec",
"version": "2.16.1",
diff --git a/versions/t-/tbb.json b/versions/t-/tbb.json
index 9c56bf8..706aa07 100644
--- a/versions/t-/tbb.json
+++ b/versions/t-/tbb.json
@@ -1,5 +1,10 @@
{
"versions": [
+ {
+ "git-tree": "ed69f27f8b1205e21e40b54fe56322ee019ea53d",
+ "version-semver": "2021.3.0",
+ "port-version": 0
+ },
{
"git-tree": "e168e03c2e5776bdee59accf5f643ae26b0ddd84",
"version-string": "2020_U3",
diff --git a/versions/u-/usd.json b/versions/u-/usd.json
index 1c7e2f2..4770670 100644
--- a/versions/u-/usd.json
+++ b/versions/u-/usd.json
@@ -1,5 +1,10 @@
{
"versions": [
+ {
+ "git-tree": "a1158ace3e80c546dd1b84917a954aea8e77d8a0",
+ "version-string": "20.08",
+ "port-version": 2
+ },
{
"git-tree": "44bef511fe3c249b1579ab696b8bd7e82147b788",
"version-string": "20.08",You have modified or added at least one portfile where deprecated functions are used.
Details
If you feel able to do so, please consider migrating them to the new functions:
vcpkg_install_cmake -> vcpkg_cmake_install (from port vcpkg-cmake)
vcpkg_build_cmake -> vcpkg_cmake_build (from port vcpkg-cmake)
vcpkg_configure_cmake -> vcpkg_cmake_configure (Please remove the option PREFER_NINJA) (from port vcpkg-cmake)
vcpkg_fixup_cmake_targets -> vcpkg_cmake_config_fixup (from port vcpkg-cmake-config)
In the ports that use the new function, you have to add the corresponding dependencies:
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}The following files are affected:
ports/openvdb/portfile.cmakeports/pagmo2/portfile.cmakeports/tbb/portfile.cmakeports/usd/portfile.cmake
|
/azp run |
|
Pull request contains merge conflicts. |
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!
PRs must add only one version and must not modify any published versions
When making any changes to a library, the version or port-version in vcpkg.json or CONTROL must be modified.
Error: Local changes detected for openvdb but no changes to version or port version.
-- Version: 8.1.0
-- Old SHA: ecd4c1d0e5c1e497615d75cb0748c97fa1d70384
-- New SHA: 98d8808585a00d75785097712840ddbed522cdcc
-- Did you remember to update the version or port version?
-- Pass `--overwrite-version` to bypass this check.
***No files were updated.***
After committing all other changes, the version database must be updated
git add -u && git commit
git checkout 59a3f35e7e5a3281e59863a4a0123c325899f8f9 -- versions
./vcpkg x-add-version --allDiff
diff --git a/versions/baseline.json b/versions/baseline.json
index 224667f..ddf1e9c 100644
--- a/versions/baseline.json
+++ b/versions/baseline.json
@@ -1960,6 +1960,10 @@
"baseline": "0.182",
"port-version": 1
},
+ "embree2": {
+ "baseline": "2.17.7",
+ "port-version": 3
+ },
"embree3": {
"baseline": "3.12.2",
"port-version": 2
@@ -4942,7 +4946,7 @@
},
"pagmo2": {
"baseline": "2.16.1",
- "port-version": 0
+ "port-version": 1
},
"paho-mqtt": {
"baseline": "1.3.9",
@@ -6385,8 +6389,8 @@
"port-version": 0
},
"tbb": {
- "baseline": "2020_U3",
- "port-version": 6
+ "baseline": "2021.3.0",
+ "port-version": 0
},
"tcl": {
"baseline": "core-9-0-a1",
@@ -6726,7 +6730,7 @@
},
"usd": {
"baseline": "20.08",
- "port-version": 1
+ "port-version": 2
},
"usockets": {
"baseline": "0.7.1",
diff --git a/versions/p-/pagmo2.json b/versions/p-/pagmo2.json
index c149fd0..2a2171e 100644
--- a/versions/p-/pagmo2.json
+++ b/versions/p-/pagmo2.json
@@ -1,5 +1,10 @@
{
"versions": [
+ {
+ "git-tree": "698fad58b0c363f11e039350ea3e447014c755f8",
+ "version": "2.16.1",
+ "port-version": 1
+ },
{
"git-tree": "ea29ee58051fba73e950597ca2b0109dd6df0dec",
"version": "2.16.1",
diff --git a/versions/t-/tbb.json b/versions/t-/tbb.json
index 9c56bf8..706aa07 100644
--- a/versions/t-/tbb.json
+++ b/versions/t-/tbb.json
@@ -1,5 +1,10 @@
{
"versions": [
+ {
+ "git-tree": "ed69f27f8b1205e21e40b54fe56322ee019ea53d",
+ "version-semver": "2021.3.0",
+ "port-version": 0
+ },
{
"git-tree": "e168e03c2e5776bdee59accf5f643ae26b0ddd84",
"version-string": "2020_U3",
diff --git a/versions/u-/usd.json b/versions/u-/usd.json
index 1c7e2f2..4770670 100644
--- a/versions/u-/usd.json
+++ b/versions/u-/usd.json
@@ -1,5 +1,10 @@
{
"versions": [
+ {
+ "git-tree": "a1158ace3e80c546dd1b84917a954aea8e77d8a0",
+ "version-string": "20.08",
+ "port-version": 2
+ },
{
"git-tree": "44bef511fe3c249b1579ab696b8bd7e82147b788",
"version-string": "20.08",You have modified or added at least one portfile where deprecated functions are used.
Details
If you feel able to do so, please consider migrating them to the new functions:
vcpkg_install_cmake -> vcpkg_cmake_install (from port vcpkg-cmake)
vcpkg_build_cmake -> vcpkg_cmake_build (from port vcpkg-cmake)
vcpkg_configure_cmake -> vcpkg_cmake_configure (Please remove the option PREFER_NINJA) (from port vcpkg-cmake)
vcpkg_fixup_cmake_targets -> vcpkg_cmake_config_fixup (from port vcpkg-cmake-config)
In the ports that use the new function, you have to add the corresponding dependencies:
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}The following files are affected:
ports/pagmo2/portfile.cmakeports/tbb/portfile.cmakeports/usd/portfile.cmake
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 59a3f35e7e5a3281e59863a4a0123c325899f8f9 -- versions
./vcpkg x-add-version --allDiff
diff --git a/versions/baseline.json b/versions/baseline.json
index 022fa4b..f6753d5 100644
--- a/versions/baseline.json
+++ b/versions/baseline.json
@@ -1972,6 +1972,10 @@
"baseline": "0.182",
"port-version": 1
},
+ "embree2": {
+ "baseline": "2.17.7",
+ "port-version": 3
+ },
"embree3": {
"baseline": "3.12.2",
"port-version": 2
@@ -4978,7 +4982,7 @@
},
"pagmo2": {
"baseline": "2.16.1",
- "port-version": 0
+ "port-version": 1
},
"paho-mqtt": {
"baseline": "1.3.9",
@@ -6433,8 +6437,8 @@
"port-version": 0
},
"tbb": {
- "baseline": "2020_U3",
- "port-version": 6
+ "baseline": "2021.3.0",
+ "port-version": 0
},
"tcl": {
"baseline": "core-9-0-a1",
@@ -6778,7 +6782,7 @@
},
"usd": {
"baseline": "20.08",
- "port-version": 1
+ "port-version": 2
},
"usockets": {
"baseline": "0.7.1",
diff --git a/versions/p-/pagmo2.json b/versions/p-/pagmo2.json
index c149fd0..2a2171e 100644
--- a/versions/p-/pagmo2.json
+++ b/versions/p-/pagmo2.json
@@ -1,5 +1,10 @@
{
"versions": [
+ {
+ "git-tree": "698fad58b0c363f11e039350ea3e447014c755f8",
+ "version": "2.16.1",
+ "port-version": 1
+ },
{
"git-tree": "ea29ee58051fba73e950597ca2b0109dd6df0dec",
"version": "2.16.1",
diff --git a/versions/t-/tbb.json b/versions/t-/tbb.json
index 9c56bf8..706aa07 100644
--- a/versions/t-/tbb.json
+++ b/versions/t-/tbb.json
@@ -1,5 +1,10 @@
{
"versions": [
+ {
+ "git-tree": "ed69f27f8b1205e21e40b54fe56322ee019ea53d",
+ "version-semver": "2021.3.0",
+ "port-version": 0
+ },
{
"git-tree": "e168e03c2e5776bdee59accf5f643ae26b0ddd84",
"version-string": "2020_U3",
diff --git a/versions/u-/usd.json b/versions/u-/usd.json
index 1c7e2f2..4770670 100644
--- a/versions/u-/usd.json
+++ b/versions/u-/usd.json
@@ -1,5 +1,10 @@
{
"versions": [
+ {
+ "git-tree": "a1158ace3e80c546dd1b84917a954aea8e77d8a0",
+ "version-string": "20.08",
+ "port-version": 2
+ },
{
"git-tree": "44bef511fe3c249b1579ab696b8bd7e82147b788",
"version-string": "20.08",You have modified or added at least one portfile where deprecated functions are used.
Details
If you feel able to do so, please consider migrating them to the new functions:
vcpkg_install_cmake -> vcpkg_cmake_install (from port vcpkg-cmake)
vcpkg_build_cmake -> vcpkg_cmake_build (from port vcpkg-cmake)
vcpkg_configure_cmake -> vcpkg_cmake_configure (Please remove the option PREFER_NINJA) (from port vcpkg-cmake)
vcpkg_fixup_cmake_targets -> vcpkg_cmake_config_fixup (from port vcpkg-cmake-config)
In the ports that use the new function, you have to add the corresponding dependencies:
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}The following files are affected:
ports/pagmo2/portfile.cmakeports/tbb/portfile.cmakeports/usd/portfile.cmake
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 59a3f35e7e5a3281e59863a4a0123c325899f8f9 -- versions
./vcpkg x-add-version --allDiff
diff --git a/versions/baseline.json b/versions/baseline.json
index 027a743..b4e1876 100644
--- a/versions/baseline.json
+++ b/versions/baseline.json
@@ -1972,6 +1972,10 @@
"baseline": "0.182",
"port-version": 1
},
+ "embree2": {
+ "baseline": "2.17.7",
+ "port-version": 3
+ },
"embree3": {
"baseline": "3.12.2",
"port-version": 2You have modified or added at least one portfile where deprecated functions are used.
Details
If you feel able to do so, please consider migrating them to the new functions:
vcpkg_install_cmake -> vcpkg_cmake_install (from port vcpkg-cmake)
vcpkg_build_cmake -> vcpkg_cmake_build (from port vcpkg-cmake)
vcpkg_configure_cmake -> vcpkg_cmake_configure (Please remove the option PREFER_NINJA) (from port vcpkg-cmake)
vcpkg_fixup_cmake_targets -> vcpkg_cmake_config_fixup (from port vcpkg-cmake-config)
In the ports that use the new function, you have to add the corresponding dependencies:
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}The following files are affected:
ports/pagmo2/portfile.cmakeports/tbb/portfile.cmakeports/usd/portfile.cmake
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 59a3f35e7e5a3281e59863a4a0123c325899f8f9 -- versions
./vcpkg x-add-version --allDiff
diff --git a/versions/baseline.json b/versions/baseline.json
index 7adf6cf..0c2bb23 100644
--- a/versions/baseline.json
+++ b/versions/baseline.json
@@ -1972,6 +1972,10 @@
"baseline": "0.182",
"port-version": 1
},
+ "embree2": {
+ "baseline": "2.17.7",
+ "port-version": 3
+ },
"embree3": {
"baseline": "3.12.2",
"port-version": 2
diff --git a/versions/p-/pagmo2.json b/versions/p-/pagmo2.json
index dbb44a8..27ff034 100644
--- a/versions/p-/pagmo2.json
+++ b/versions/p-/pagmo2.json
@@ -1,7 +1,7 @@
{
"versions": [
{
- "git-tree": "698fad58b0c363f11e039350ea3e447014c755f8",
+ "git-tree": "a7dd44fb0398aa4c2575b1b1c47829600b77b950",
"version": "2.18.0",
"port-version": 0
},You have modified or added at least one portfile where deprecated functions are used.
Details
If you feel able to do so, please consider migrating them to the new functions:
vcpkg_install_cmake -> vcpkg_cmake_install (from port vcpkg-cmake)
vcpkg_build_cmake -> vcpkg_cmake_build (from port vcpkg-cmake)
vcpkg_configure_cmake -> vcpkg_cmake_configure (Please remove the option PREFER_NINJA) (from port vcpkg-cmake)
vcpkg_fixup_cmake_targets -> vcpkg_cmake_config_fixup (from port vcpkg-cmake-config)
In the ports that use the new function, you have to add the corresponding dependencies:
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}The following files are affected:
ports/pagmo2/portfile.cmakeports/tbb/portfile.cmakeports/usd/portfile.cmake
|
The request changes by the bot is incorrect because it does not know how to handle package removals from the baseline ( |
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 59a3f35e7e5a3281e59863a4a0123c325899f8f9 -- versions
./vcpkg x-add-version --allDiff
diff --git a/versions/baseline.json b/versions/baseline.json
index 945ec652..22b5e7d4 100644
--- a/versions/baseline.json
+++ b/versions/baseline.json
@@ -1972,6 +1972,10 @@
"baseline": "0.182",
"port-version": 1
},
+ "embree2": {
+ "baseline": "2.17.7",
+ "port-version": 3
+ },
"embree3": {
"baseline": "3.12.2",
"port-version": 2You have modified or added at least one portfile where deprecated functions are used.
Details
If you feel able to do so, please consider migrating them to the new functions:
vcpkg_install_cmake -> vcpkg_cmake_install (from port vcpkg-cmake)
vcpkg_build_cmake -> vcpkg_cmake_build (from port vcpkg-cmake)
vcpkg_configure_cmake -> vcpkg_cmake_configure (Please remove the option PREFER_NINJA) (from port vcpkg-cmake)
vcpkg_fixup_cmake_targets -> vcpkg_cmake_config_fixup (from port vcpkg-cmake-config)
In the ports that use the new function, you have to add the corresponding dependencies:
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}The following files are affected:
ports/pagmo2/portfile.cmakeports/tbb/portfile.cmakeports/usd/portfile.cmake
|
I think that a port that is still provided by the upstream and can be used normally should not be deleted anyway. |
| # Disable the idiotic minmax macros on MSVC, some annoying warnings, | ||
| # enable the bigobj option and the WIN32_LEAN_AND_MEAN definition. | ||
| - list(APPEND PAGMO_CXX_FLAGS_DEBUG "-DNOMINMAX" "/wd4459" "/wd4127" "/wd4702" "/wd4251" "/bigobj" "-DWIN32_LEAN_AND_MEAN") | ||
| + list(APPEND PAGMO_CXX_FLAGS_DEBUG "-DNOMINMAX" "/wd4459" "/wd4127" "/wd4702" "/wd4251" "/wd4701" "/bigobj" "-DWIN32_LEAN_AND_MEAN") |
There was a problem hiding this comment.
Looking at the pipeline logs here it seems that the issue is caused by
D:\installed\x86-windows\include\boost/mpl/print.hpp(55): warning C4308: negative integral constant converted to unsigned type
It might be easiest to just disable /Wx. The following patch solves it for me:
From cb19a5b0e10dbc53c173b5f63172efce7a48084e Mon Sep 17 00:00:00 2001
From: Dennis Hezel <dh@3yourmind.com>
Date: Sun, 10 Oct 2021 17:18:02 +0200
Subject: [PATCH] disable /Wx
---
cmake_modules/yacma/YACMACompilerLinkerSettings.cmake | 2 --
1 file changed, 2 deletions(-)
diff --git a/cmake_modules/yacma/YACMACompilerLinkerSettings.cmake b/cmake_modules/yacma/YACMACompilerLinkerSettings.cmake
index 7d7aa1bf..00c71bbd 100644
--- a/cmake_modules/yacma/YACMACompilerLinkerSettings.cmake
+++ b/cmake_modules/yacma/YACMACompilerLinkerSettings.cmake
@@ -179,8 +179,6 @@ if(NOT _YACMACompilerLinkerSettingsRun)
if(YACMA_COMPILER_IS_MSVC AND NOT YACMA_COMPILER_IS_CLANGXX)
# Enable higher warning level than usual.
_YACMA_CHECK_ENABLE_DEBUG_CXX_FLAG(/W4)
- # Treat warnings as errors.
- _YACMA_CHECK_ENABLE_DEBUG_CXX_FLAG(/WX)
endif()
# Set the cache variables.
--
2.32.0.windows.2
|
Any progress here? |
|
Oh I remember I also have a tbb update PR: #16321. |
|
Draft this PR until it has any progress. |
|
Duplicate of #23567 |
|
@ras0219-msft, I temporarily close this pr, if you have time to come back to deal with it please reopen |
This PR updates Intel's TBB to the latest release version.
As part of this update, Intel made several breaking changes to their API which have downstream effects:
embree2no longer builds. This version was not supported any longer in favor ofembree3anyway, so I've removed it from the current baseline.openvdbhasn't had a release supporting the new version, so I've backported their patchpagmo2usdhas stated upstream that they will not be fixing compatibility with the new version of TBB for the near term; I've therefore added the port as skip for now with a message for users about how to pin the older version oftbbif they need it. I've left the port in the catalog because the implication is that they will eventually fix compatibility -- in comparison to embree 2 which is completely unsupported.