Skip to content
Snippets Groups Projects
Commit 265e4e46 authored by calrama's avatar calrama
Browse files

[windows] split&move vcpkg blocks

parent 3b8e593f
No related branches found
No related tags found
No related merge requests found
Pipeline #35857 passed
Pipeline: interfaces

#35860

    Pipeline: behavior_loader

    #35859

      ...@@ -57,29 +57,13 @@ ADD powershell/30-Vcpkg-CMake.ps1 /Windows/System32/WindowsPowerShell/v1.0/profi ...@@ -57,29 +57,13 @@ ADD powershell/30-Vcpkg-CMake.ps1 /Windows/System32/WindowsPowerShell/v1.0/profi
      RUN cd $env:VCPKG_DIR; \ RUN cd $env:VCPKG_DIR; \
      Must-Run ./vcpkg install --triplet "$env:VCPKG_TARGET_TRIPLET" \ Must-Run ./vcpkg install --triplet "$env:VCPKG_TARGET_TRIPLET" \
      libepoxy \
      glm \
      cgal \
      fmt \
      "\"hdf5[cpp]\"" \
      pybind11 \
      boost-program-options \
      boost-property-tree \
      boost-circular-buffer \
      boost-timer \
      boost-multi-array \
      jsoncpp \
      websocketpp \
      freetype \
      harfbuzz \
      rpclib \
      eigen3 \
      openblas \
      libjpeg-turbo \ libjpeg-turbo \
      libwebp \ libwebp \
      tiff \
      openblas \
      "\"hdf5[cpp]\"" \
      opengl \ opengl \
      protobuf \ protobuf \
      tiff \
      "\"xtensor[xsimd,tbb]\"" \ "\"xtensor[xsimd,tbb]\"" \
      ; \ ; \
      Remove-Item -Force -Recurse ./downloads; \ Remove-Item -Force -Recurse ./downloads; \
      ......
      ...@@ -33,6 +33,29 @@ RUN cd $env:VCPKG_DIR; \ ...@@ -33,6 +33,29 @@ RUN cd $env:VCPKG_DIR; \
      Remove-Item -Force -Recurse ./buildtrees; \ Remove-Item -Force -Recurse ./buildtrees; \
      Remove-Item -Force -Recurse ./packages; Remove-Item -Force -Recurse ./packages;
      RUN cd $env:VCPKG_DIR; \
      Must-Run ./vcpkg install --triplet "$env:VCPKG_TARGET_TRIPLET" \
      boost-program-options \
      boost-property-tree \
      boost-circular-buffer \
      boost-timer \
      boost-multi-array \
      libepoxy \
      glm \
      cgal \
      fmt \
      jsoncpp \
      websocketpp \
      freetype \
      harfbuzz \
      rpclib \
      eigen3 \
      pybind11 \
      ; \
      Remove-Item -Force -Recurse ./downloads; \
      Remove-Item -Force -Recurse ./buildtrees; \
      Remove-Item -Force -Recurse ./packages;
      RUN Must-Run choco install -y --allow-multiple-versions python --version 3.9.1; \ RUN Must-Run choco install -y --allow-multiple-versions python --version 3.9.1; \
      Must-Run choco install -y --allow-multiple-versions python --version 3.8.7; \ Must-Run choco install -y --allow-multiple-versions python --version 3.8.7; \
      Must-Run choco install -y --allow-multiple-versions python --version 3.7.9; \ Must-Run choco install -y --allow-multiple-versions python --version 3.7.9; \
      ......
      ...@@ -22,6 +22,29 @@ RUN cd $env:VCPKG_DIR; \ ...@@ -22,6 +22,29 @@ RUN cd $env:VCPKG_DIR; \
      Remove-Item -Force -Recurse ./buildtrees; \ Remove-Item -Force -Recurse ./buildtrees; \
      Remove-Item -Force -Recurse ./packages; Remove-Item -Force -Recurse ./packages;
      RUN cd $env:VCPKG_DIR; \
      Must-Run ./vcpkg install --triplet "$env:VCPKG_TARGET_TRIPLET" \
      boost-program-options \
      boost-property-tree \
      boost-circular-buffer \
      boost-timer \
      boost-multi-array \
      libepoxy \
      glm \
      cgal \
      fmt \
      jsoncpp \
      websocketpp \
      freetype \
      harfbuzz \
      rpclib \
      eigen3 \
      pybind11 \
      ; \
      Remove-Item -Force -Recurse ./downloads; \
      Remove-Item -Force -Recurse ./buildtrees; \
      Remove-Item -Force -Recurse ./packages;
      RUN Must-Run choco install -y --allow-multiple-versions python --version 3.9.1; \ RUN Must-Run choco install -y --allow-multiple-versions python --version 3.9.1; \
      Must-Run choco install -y --allow-multiple-versions python --version 3.8.7; \ Must-Run choco install -y --allow-multiple-versions python --version 3.8.7; \
      Must-Run choco install -y --allow-multiple-versions python --version 3.7.9; \ Must-Run choco install -y --allow-multiple-versions python --version 3.7.9; \
      ......
      0% Loading or .
      You are about to add 0 people to the discussion. Proceed with caution.
      Please register or to comment