-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0d8d910
commit 1e941e8
Showing
3 changed files
with
58 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,9 +5,9 @@ | |
export BUILD_THREADS=3 | ||
export DELOCATE=`pwd`/tools/travis/delocate | ||
|
||
#brew install [email protected] | ||
#brew install [email protected] | ||
#brew install [email protected] | ||
brew install [email protected] | ||
brew install [email protected] | ||
brew install [email protected] | ||
brew install [email protected] | ||
# The install above might have changed the default version of `python3`, so we need to reinstall packages: | ||
python3 -m pip install setuptools wheel build twine delocate | ||
|
@@ -19,26 +19,26 @@ wget https://downloads.openmicroscopy.org/bio-formats/6.5.0/artifacts/bioformats | |
# Basic configuration | ||
cmake .. -DDIP_PYDIP_WHEEL_INCLUDE_LIBS=On -DBIOFORMATS_JAR=`pwd`/bioformats_package.jar -DDIP_BUILD_DIPIMAGE=Off | ||
|
||
## Python 3.8 | ||
#export PYTHON=/usr/local/opt/[email protected]/bin/python3 | ||
#export PYTHON_VERSION=3.8 | ||
#cmake .. -DPYBIND11_PYTHON_VERSION=$PYTHON_VERSION -DPYTHON_EXECUTABLE=$PYTHON | ||
#make -j $BUILD_THREADS bdist_wheel | ||
#python3 $DELOCATE -w wheelhouse/ -v pydip/staging/dist/*.whl | ||
# | ||
## Python 3.9 | ||
#export PYTHON=/usr/local/opt/[email protected]/bin/python3 | ||
#export PYTHON_VERSION=3.9 | ||
#cmake .. -DPYBIND11_PYTHON_VERSION=$PYTHON_VERSION -DPYTHON_EXECUTABLE=$PYTHON | ||
#make -j $BUILD_THREADS bdist_wheel | ||
#python3 $DELOCATE -w wheelhouse/ -v pydip/staging/dist/*.whl | ||
# | ||
## Python 3.10 | ||
#export PYTHON=/usr/local/opt/[email protected]/bin/python3 | ||
#export PYTHON_VERSION=3.10 | ||
#cmake .. -DPYBIND11_PYTHON_VERSION=$PYTHON_VERSION -DPYTHON_EXECUTABLE=$PYTHON | ||
#make -j $BUILD_THREADS bdist_wheel | ||
#python3 $DELOCATE -w wheelhouse/ -v pydip/staging/dist/*.whl | ||
# Python 3.8 | ||
export PYTHON=/usr/local/opt/[email protected]/bin/python3 | ||
export PYTHON_VERSION=3.8 | ||
cmake .. -DPYBIND11_PYTHON_VERSION=$PYTHON_VERSION -DPYTHON_EXECUTABLE=$PYTHON | ||
make -j $BUILD_THREADS bdist_wheel | ||
python3 $DELOCATE -w wheelhouse/ -v pydip/staging/dist/*.whl | ||
|
||
# Python 3.9 | ||
export PYTHON=/usr/local/opt/[email protected]/bin/python3 | ||
export PYTHON_VERSION=3.9 | ||
cmake .. -DPYBIND11_PYTHON_VERSION=$PYTHON_VERSION -DPYTHON_EXECUTABLE=$PYTHON | ||
make -j $BUILD_THREADS bdist_wheel | ||
python3 $DELOCATE -w wheelhouse/ -v pydip/staging/dist/*.whl | ||
|
||
# Python 3.10 | ||
export PYTHON=/usr/local/opt/[email protected]/bin/python3 | ||
export PYTHON_VERSION=3.10 | ||
cmake .. -DPYBIND11_PYTHON_VERSION=$PYTHON_VERSION -DPYTHON_EXECUTABLE=$PYTHON | ||
make -j $BUILD_THREADS bdist_wheel | ||
python3 $DELOCATE -w wheelhouse/ -v pydip/staging/dist/*.whl | ||
|
||
# Python 3.11 | ||
export PYTHON=/usr/local/opt/[email protected]/bin/python3 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters