[netcdf-c/nvtt] Update to the latest version#13674
[netcdf-c/nvtt] Update to the latest version#13674BillyONeal merged 11 commits intomicrosoft:masterfrom
Conversation
| @@ -21,3 +21,8 @@ SET(SQUISH_SRCS | ||
| simd_ve.h) | ||
|
|
||
| ADD_LIBRARY(nvsquish STATIC ${SQUISH_SRCS}) |
There was a problem hiding this comment.
Does this library also need to be installed?
There was a problem hiding this comment.
Yes, it seems to be needed by OSG. Please see here #6611 (comment).
|
nvtt: x86-windows failed like this: So I will add |
|
/azp run |
|
No pipelines are associated with this pull request. |
|
But I cannot reproduce this on my local machine. |
|
@strega-nil Could you please take a look at osx failure? Thanks. |
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
@strega-nil The osx machine used the same compiler as that in CI. I have no idea about this issue now. Could you please help take a look and give some suggestions? Thanks. |
|
@NancyLi1013 weird; I was able to repro it in the VM, though, so there's clearly an issue. Use the VM that's on vcpkgmm-03; you can get into it by accessing: and then you'll find the vcpkg root with this SHA checked out at ~/vcpkg in the VM. $ export VCPKG_DEFAULT_BINARY_CACHE=/Users/vagrant/Data/archives
$ export VCPKG_DOWNLOADS=/Users/vagrant/Data/downloads
$ export WORKING_ROOT=/Users/vagrant/Data |
|
Thanks for your help and suggestions @strega-nil . I will try to reproduce this first according to your above guidelines. |
|
It seems that we have no permission to access the VM machine vcpkgmm-03. I try to connect to this machine and it failed like this: |
|
Try to fix the issue on osx by adding compile option '-mbmi2 -mfma' to nvtt on osx. See more information about the failure: https://stackoverflow.com/questions/59590790/how-to-enable-instrinsic-functions-from-the-preprocessor |
|
Thanks for your help to fix this issue on osx @PhoebeHui. Sorry for my mistake to use the wrong command. |
|
@NancyLi1013 I think Robert's code review comment is that you are patching in an |
|
@BillyONeal It seems that the targets name installed should be I will update it soon. |
|
Thanks for your contribution! |
This was regressed by microsoft#13674 REGRESSION: nvtt:x64-linux. If expected, add nvtt:x64-linux=fail to .\scripts\ci.baseline.txt. REGRESSION: nvtt:x64-osx. If expected, add nvtt:x64-osx=fail to .\scripts\ci.baseline.txt. REGRESSION: nvtt:x64-windows-static. If expected, add nvtt:x64-windows-static=fail to .\scripts\ci.baseline.txt. REGRESSION: nvtt:x64-windows. If expected, add nvtt:x64-windows=fail to .\scripts\ci.baseline.txt. Installing package nvtt[core]:x64-linux... The following files are already installed in /mnt/vcpkg-ci/installed/x64-linux and are in conflict with nvtt:x64-linux Installed by libsquish:x64-linux debug/lib/libsquishd.a include/squish.h lib/libsquish.a
* [libp7client, libp7-baical] Combine identical ports and update to libp7client 5.6.
In a recent CI build, we started getting output like:
Installing package libp7-baical[core]:x86-windows...
The following files are already installed in C:/Dev/vcpkg/installed/x86-windows and are in conflict with libp7-baical:x86-windows
Installed by libp7client:x86-windows
bin/P7x32.dll
bin/P7x32.pdb
debug/bin/P7x32d.dll
debug/bin/P7x32d.pdb
include/P7/GTypes.h
include/P7/P7_Client.h
include/P7/P7_Cproxy.h
include/P7/P7_Extensions.h
include/P7/P7_Telemetry.h
include/P7/P7_Trace.h
It turns out that these ports are identical, they are just different versions of the same library. The libp7-baical version supported more platforms and was simpler, so took that one and updated it to a current version.
* [ignition-modularscripts, ignition-msgs1] Attempt to fix intermittent build failures by disabling parallel configure.
* Fix several "passing: remove from fail list."
* [akali] Disable parallel configure.
REGRESSION: akali:x64-windows. If expected, add akali:x64-windows=fail to .\scripts\ci.baseline.txt.
Attempts to fix:
CMake Error: Could not open file for write in copy operation C:/Dev/vcpkg/buildtrees/akali/src/fc94eb83a9-01654d3f7c.clean/include/akali_config.h.tmp
CMake Error: : System Error: Permission denied
CMake Error at CMakeLists.txt:20 (configure_file):
configure_file Problem configuring file
* [nvtt] Devendor libsquish
This was regressed by #13674
REGRESSION: nvtt:x64-linux. If expected, add nvtt:x64-linux=fail to .\scripts\ci.baseline.txt.
REGRESSION: nvtt:x64-osx. If expected, add nvtt:x64-osx=fail to .\scripts\ci.baseline.txt.
REGRESSION: nvtt:x64-windows-static. If expected, add nvtt:x64-windows-static=fail to .\scripts\ci.baseline.txt.
REGRESSION: nvtt:x64-windows. If expected, add nvtt:x64-windows=fail to .\scripts\ci.baseline.txt.
Installing package nvtt[core]:x64-linux...
The following files are already installed in /mnt/vcpkg-ci/installed/x64-linux and are in conflict with nvtt:x64-linux
Installed by libsquish:x64-linux
debug/lib/libsquishd.a
include/squish.h
lib/libsquish.a
* [knet] Disable parallel configure.
REGRESSION: knet:x64-windows. If expected, add knet:x64-windows=fail to .\scripts\ci.baseline.txt.
CMake Error at src/CMakeLists.txt:1 (configure_file):
configure_file Problem configuring file
* [libnice] Diable parallel configure.
REGRESSION: libnice:x64-windows. If expected, add libnice:x64-windows=fail to .\scripts\ci.baseline.txt.
CMake Error at CMakeLists.txt:13 (configure_file):
configure_file Problem configuring file
Update to the latest version
Related #13536
Note: No feature needs to test.