Skip to content

Commit

Permalink
Changing MAC script
Browse files Browse the repository at this point in the history
  • Loading branch information
iago-suarez committed Oct 1, 2023
1 parent 160dc83 commit 7f0f25d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package/build-wheels-linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ cd /io/
WHEEL_DIR="wheels/"
for PYTHON_VERSION in ${PYTHON_VERSIONS[@]}; do
PYTHON_EXEC="/opt/python/${PYTHON_VERSION}/bin/python"
EIGEN3_INCLUDE_DIRS="$EIGEN_DIR" ${PYTHON_EXEC} -m pip wheel --no-deps -w ${WHEEL_DIR} .
${PYTHON_EXEC} -m pip wheel --no-deps -w ${WHEEL_DIR} .
done

PYTHON_DEFAULT="/opt/python/${PYTHON_VERSIONS[-1]}/bin/python"
Expand Down
2 changes: 1 addition & 1 deletion package/build-wheels-macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ done
brew install \
git \
cmake \
opencv
gcc

brew info gcc
brew upgrade gcc
Expand Down

0 comments on commit 7f0f25d

Please sign in to comment.