Skip to content
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.

Commit

Permalink
Remove boost
Browse files Browse the repository at this point in the history
  • Loading branch information
jslee02 committed Jan 15, 2022
1 parent debe170 commit 2dcfe06
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,8 @@ jobs:
# Install DART dependencies
- name: Install vcpkg Packages
env:
VCPKG_PACKAGES: "assimp boost-system boost-filesystem ccd eigen3 fcl fmt spdlog"
# 'dart-utils' needs tinyxml2 and boost algorithm/lexical-cast
# and also boost-math to resolve a circular dependency with lexical-cast
VCPKG_OPTIONAL_PACKAGES: "boost-algorithm boost-lexical-cast boost-math bullet3 flann freeglut glfw3 nlopt ode opengl osg pagmo2 pybind11 tinyxml2 urdfdom"
VCPKG_PACKAGES: "assimp ccd eigen3 fcl fmt spdlog"
VCPKG_OPTIONAL_PACKAGES: "bullet3 flann freeglut glfw3 nlopt ode opengl osg pagmo2 pybind11 tinyxml2 urdfdom"
VCPKG_OPTIONAL_PACKAGES_NOT_WORKING: "ipopt"
shell: cmd
run: |
Expand Down

0 comments on commit 2dcfe06

Please sign in to comment.