-
Notifications
You must be signed in to change notification settings - Fork 6.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[vtk] Added opengl feature. #11399
[vtk] Added opengl feature. #11399
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you please update this
file(COPY ${SOURCE_PATH}/Copyright.txt DESTINATION ${CURRENT_PACKAGES_DIR}/share/vtk)
file(RENAME ${CURRENT_PACKAGES_DIR}/share/vtk/Copyright.txt ${CURRENT_PACKAGES_DIR}/share/vtk/copyright)
as
file(INSTALL ${SOURCE_PATH}/Copyright.txt DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)
?
Updated. |
Thanks for your update. |
The feature tests are blocked by
So we need to fix this issue #11438. |
@larshg |
Isn't a rebase the preferred way? |
I will update this on my local to test features. |
Hi @larshg The features build failed on x64-windows triplet: The feature
The feature
The feature
The feature
|
All of those features seems to be unrelated to the opengl features? So those features has stopped working since VTK 9 was first added by @Neumann-A ? |
Thanks for your instant reply.
I will check this on the master later. |
VTK needs to pass
Maybe we need to also pass |
Change description of feature: all.
338bfa0
to
14de66d
Compare
I have just rebased on master an rebuild vtk[opengl] but didn't encounter any errors? |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
@larshg
After add
|
Do you install it with other features enabled as well? I'm on x64-windows and I don't encounter those errors? |
Ah, maybe I haven't got an |
I just try to install |
On a clean machine or do you have multiple features installed from hdf5 (specially the parallel feature which adds MPI). |
I try to build it on a clean machine and there are no any errors on x64-windows. |
No, I work only on x64-windows with dynamic libraries. |
Thanks for your update. I will continue to test other triplets. |
Feature
Note: Other features are not changed. |
Thanks for the hard work! |
* 'master' of https://github.com/microsoft/vcpkg: (1418 commits) [vcpkg integrate] Clean up vcpkg.target file (microsoft#4608) [vcpkg_from_sourceforge] Add retry mirror function (2/2) (microsoft#12018) [pcre2] Restore the https://ftp.pcre.org/ mirror in addition to the SourceForge mirrors. (microsoft#12233) [xercesc] rename feature from xmlch_wchar to xmlch-wchar (microsoft#12205) [safeint] Update to 3.24 (microsoft#12217) [vcpkg] Remove the tombstones and 'ignore' baseline concepts. (microsoft#12197) [msbuild] Revert the importance to Normal (microsoft#12212) [vtk] Added opengl feature. (microsoft#11399) [span-lite] Update to 0.7.0 (microsoft#12206) [cmocka libarchive libiconv libpq libxml2 plibsys] fix drive-by error in vcpkg-cmake-wrappers (microsoft#12196) [azure-iot-sdk-c] Fix feature name and enable to build (microsoft#12209) [vcpkg] Improve performance of compiler tracking by suppressing aspects of CMake's compiler detection. (microsoft#12203) [vcpkg] Remove all uses of Foo::Foo() noexcept = default; to fix microsoft#9955 (microsoft#12201) [sqlite3] update to 3.32.3 to deal with security issues (microsoft#12185) [infoware] Bump version to 0.5.4 (microsoft#12167) [imgui] Update to 1.77 (microsoft#12155) [vcpkg] Update message in bootstrap.ps1 (microsoft#12145) [vcpkg] Enable NuGet-based binary caching via mono (microsoft#12170) Don't change manifest root when manifest isn't enabled. (microsoft#12191) Fix sourceparagraph:BooleanField (microsoft#12192) ...
Describe the pull request
Adds opengl feature.
Change description of feature: all.
all, no.
yes.