Skip to content

Commit

Permalink
xcode
Browse files Browse the repository at this point in the history
  • Loading branch information
darioizzo committed Apr 16, 2020
1 parent df0d65a commit c1182cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ matrix:
# os: osx
- env: PAGMO_PLUGINS_NONFREE_BUILD="OSXPython37"
os: osx
osx_image: xcode11.3
script:
- mkdir build
- cd build
Expand Down
4 changes: 2 additions & 2 deletions tools/install_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ if [[ "${PAGMO_PLUGINS_NONFREE_BUILD}" != manylinux* ]]; then
conda config --add channels conda-forge --force

# All builds will need these
conda_pkgs="boost>=1.56 cmake>=3.2 pagmo-devel>=2.0"
conda_pkgs="boost cmake pagmo-devel"

# Only Python builds will need these
if [[ "${PAGMO_PLUGINS_NONFREE_BUILD}" == "Python37" || "${PAGMO_PLUGINS_NONFREE_BUILD}" == "OSXPython37" ]]; then
conda_pkgs="$conda_pkgs python=3.7 pygmo>=2.0 pybind11"
conda_pkgs="$conda_pkgs python=3.7 pygmo pybind11"
fi

if [[ "${PAGMO_PLUGINS_NONFREE_BUILD}" == OSX* ]]; then
Expand Down

0 comments on commit c1182cc

Please sign in to comment.