Skip to content

Commit

Permalink
fixup! Silence build process some
Browse files Browse the repository at this point in the history
  • Loading branch information
andreas-el committed Feb 27, 2024
1 parent 0b169ca commit 734b6c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bundle_with_dakota_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ jobs:
python_bin_include_lib=" using python : $python_version : $(python -c "from sysconfig import get_paths as gp; g=gp(); print(f\"$(which python) : {g['include']} : {g['stdlib']} ;\")")"
sed -i '' "s|.*using python.*|$python_bin_include_lib|" project-config.jam
cd /tmp/build/boost_${BOOST_VERSION_UNDERSCORES}
./b2 install -j4 -a cxxflags="-std=c++17" --prefix=${GITHUB_WORKSPACE}/${INSTALL_DIR}i > build_boost.log
./b2 install -j4 -a cxxflags="-std=c++17" --prefix=${GITHUB_WORKSPACE}/${INSTALL_DIR} > build_boost.log
- name: Build dakota
if: steps.cache-package.outputs.cache-hit != 'true'
Expand Down

0 comments on commit 734b6c7

Please sign in to comment.