mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 09:29:07 +08:00
[vcpkg baseline][graphviz,paraview] Fix installation order issues (#37405)
devil before graphviz: https://dev.azure.com/vcpkg/public/_build/results?buildId=100529&view=results graphviz before paraview: https://github.com/microsoft/vcpkg/pull/37064#issuecomment-1993637878
This commit is contained in:
parent
72c38122da
commit
ad8f678064
@ -55,6 +55,7 @@ vcpkg_cmake_configure(
|
||||
-Dwith_gvedit=OFF
|
||||
-Dwith_smyrna=OFF
|
||||
-DCMAKE_DISABLE_FIND_PACKAGE_ANN=ON
|
||||
-DCMAKE_DISABLE_FIND_PACKAGE_DevIL=ON
|
||||
-DCMAKE_REQUIRE_FIND_PACKAGE_CAIRO=ON
|
||||
-DCMAKE_REQUIRE_FIND_PACKAGE_EXPAT=ON
|
||||
-DCMAKE_REQUIRE_FIND_PACKAGE_GD=ON
|
||||
|
@ -1,6 +1,7 @@
|
||||
{
|
||||
"name": "graphviz",
|
||||
"version-semver": "10.0.1",
|
||||
"port-version": 1,
|
||||
"description": "Graph Visualization Tools",
|
||||
"homepage": "https://graphviz.org/",
|
||||
"license": "EPL-1.0",
|
||||
|
@ -107,6 +107,7 @@ vcpkg_cmake_configure(
|
||||
${ADDITIONAL_OPTIONS}
|
||||
|
||||
#-DPARAVIEW_ENABLE_FFMPEG:BOOL=OFF
|
||||
-DCMAKE_DISABLE_FIND_PACKAGE_Graphviz=ON
|
||||
)
|
||||
if(CMAKE_HOST_UNIX)
|
||||
# ParaView runs Qt tools so LD_LIBRARY_PATH must be set correctly for them to find *.so files
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "paraview",
|
||||
"version": "5.11.0",
|
||||
"port-version": 4,
|
||||
"port-version": 5,
|
||||
"description": "VTK-based Data Analysis and Visualization Application",
|
||||
"homepage": "https://www.paraview.org/",
|
||||
"license": "BSD-3-Clause",
|
||||
|
@ -3162,7 +3162,7 @@
|
||||
},
|
||||
"graphviz": {
|
||||
"baseline": "10.0.1",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"greatest": {
|
||||
"baseline": "1.5.0",
|
||||
@ -6618,7 +6618,7 @@
|
||||
},
|
||||
"paraview": {
|
||||
"baseline": "5.11.0",
|
||||
"port-version": 4
|
||||
"port-version": 5
|
||||
},
|
||||
"parmetis": {
|
||||
"baseline": "2022-07-27",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "a91bdf5090ac2d8f9153475cf94e2df03a40c31b",
|
||||
"version-semver": "10.0.1",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "efcf0cb433b9d901fd6aeb10a85f674352373e6f",
|
||||
"version-semver": "10.0.1",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "2dbdde07d29c13b69e83fb0a022568b3c20c4b4c",
|
||||
"version": "5.11.0",
|
||||
"port-version": 5
|
||||
},
|
||||
{
|
||||
"git-tree": "2aa3d8185a319a76c7961608ecce8b2f03c08cd7",
|
||||
"version": "5.11.0",
|
||||
|
Loading…
Reference in New Issue
Block a user