Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
Removed need for user interaction on uninstall
Browse files Browse the repository at this point in the history
  • Loading branch information
daminton committed Feb 18, 2024
1 parent c34be47 commit 9fa6179
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion buildscripts/build_rcac_gnu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ elif [[ $MACHINE_NAME == "negishi" ]]; then
fi

cmake -P distclean.cmake
pip uninstall swiftest
pip uninstall swiftest -y
pip install --config-settings=build-dir="build" \
--config-settings=cmake.build-type="${BUILD_TYPE}" \
--config-settings=cmake.args="-DUSE_SIMD=ON" \
Expand Down
2 changes: 1 addition & 1 deletion buildscripts/build_rcac_intel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ fi


cmake -P distclean.cmake
pip uninstall swiftest
pip uninstall swiftest -y
pip install --config-settings=build-dir="build" \
--config-settings=cmake.build-type="${BUILD_TYPE}" \
--config-settings=cmake.args="-DUSE_SIMD=ON" \
Expand Down

0 comments on commit 9fa6179

Please sign in to comment.