Skip to content

Commit

Permalink
setup conda compiler for osx
Browse files Browse the repository at this point in the history
  • Loading branch information
hobu committed Jul 17, 2019
1 parent 4434368 commit 5472f17
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion scripts/azp/osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,16 @@ jobs:
ECHO ON
source activate pdal
conda config --set always_yes True --set show_channel_urls True
conda install --yes --quiet --name pdal -c conda-forge geotiff laszip nitro curl gdal cmake eigen ninja libgdal zstd numpy xz libxml2 laz-perf qhull sqlite hdf5 tiledb conda-build ninja -y
conda install --yes --quiet --name pdal -c conda-forge geotiff laszip nitro curl gdal cmake eigen ninja libgdal zstd numpy xz libxml2 laz-perf qhull sqlite hdf5 tiledb conda-build ninja conda-forge-ci-setup=2 -y
displayName: Install PDAL dependencies
- script: |
source activate pdal
export CI=azure
source run_conda_forge_build_setup
env: {
OSX_FORCE_SDK_DOWNLOAD: "1"
}
displayName: Configure OSX SDK
- script: |
source activate pdal
echo "current directory:" `pwd`
Expand Down

0 comments on commit 5472f17

Please sign in to comment.