Skip to content

Commit

Permalink
Re-enable Python 2.7 macOS builds
Browse files Browse the repository at this point in the history
  • Loading branch information
nightlark authored Mar 28, 2020
1 parent b448f04 commit 104df0f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions helics-pip/packaging_scripts/build-macOS.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,6 @@ for PYDIR in "${RUNNER_TOOL_CACHE}"/Python/3*/x64; do
python setup.py bdist_wheel --dist-dir=../wheelhouse
done

# Disable building the 2.7 interface for now
# HELICS 2.4.1 has a bug that prevents building Python interfaces with SWIG
# And Python 2.7 interface builds require swig
exit 0

# Swig is already installed on macOS, reenable it
mv /usr/local/bin/swig-bak /usr/local/bin/swig
for PYDIR in "${RUNNER_TOOL_CACHE}"/Python/2*/x64; do
Expand Down

0 comments on commit 104df0f

Please sign in to comment.