-
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-m/VTK/ParaView] Add new port (might work now) #9202
Conversation
/azp run |
/azp run |
Pull request contains merge conflicts. |
This reverts commit 708d825.
…irectory and not in the installed
…*) == 32 assumption which fails on x64 due to sizeof(char*) == 64
/azp run |
Pull request contains merge conflicts. |
# Conflicts: # toolsrc/src/vcpkg/build.cpp # toolsrc/src/vcpkg/postbuildlint.cpp
@JackBoosY: Dont mind this PR to much I will probably extract the required ParaView/VTK/VTK-m changes in another PR. I went a bit overboard trying to get qt5-x11extras to work on Linux CI and get a ParaView linux build in CI ;) |
how do I use the script |
@voskrese Wrong PR. #9861 is the right one. But unless the *.pc files contain only references within vcpkg you should be fine calling just vcpkg_fixup_pkgconfig(). If there are references to outside vcpkg you might need to add SYSTEM_LIBRARIES (list of libs) and SYSTEM_PACKAGES (list of packages) to the call |
Just to let people know that I am working on it and maybe help to fix the issues in getting this to work.
for [VTK-m/VTK/ParaView] Add new port (might work now) see #9960
This PR now adds all the xorg libraries and I am trying to get xserver to compile on linux/windows.