File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929 CIBW_BEFORE_ALL_WINDOWS : " curl -L -o boost.tar.gz https://github.com/boostorg/boost/releases/download/boost-1.91.0-1/boost-1.91.0-1-cmake.tar.gz && tar -xzf boost.tar.gz -C C:\\ && curl -L -o eigen.tar.gz https://gitlab.com/libeigen/eigen/-/archive/3.4.0/eigen-3.4.0.tar.gz && tar -xzf eigen.tar.gz -C C:\\ "
3030 CIBW_ENVIRONMENT_LINUX : " CMAKE_PREFIX_PATH=/tmp/boost"
3131 CIBW_ENVIRONMENT_MACOS : " CMAKE_PREFIX_PATH=/Users/runner/boost"
32- CIBW_ENVIRONMENT_WINDOWS : " BOOST_ROOT=C:/boost-1.91.0-1-cmake Eigen3_ROOT=C:/eigen-3.4.0 CMAKE_PREFIX_PATH=C:/boost-1.91.0-1-cmake;C:/eigen-3.4.0"
32+ CIBW_ENVIRONMENT_WINDOWS : ' BOOST_ROOT=" C:/boost-1.91.0-1-cmake" Eigen3_ROOT=" C:/eigen-3.4.0" CMAKE_PREFIX_PATH=" C:/boost-1.91.0-1-cmake;C:/eigen-3.4.0"'
3333
3434 - uses : actions/upload-artifact@v4
3535 with :
You can’t perform that action at this time.
0 commit comments