Skip to content

Commit

Permalink
remove 'diff' kernel #2302
Browse files Browse the repository at this point in the history
  • Loading branch information
hobu committed Mar 27, 2019
1 parent cded921 commit 8408f4e
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 263 deletions.
35 changes: 0 additions & 35 deletions doc/apps/diff.rst

This file was deleted.

161 changes: 0 additions & 161 deletions kernels/DiffKernel.cpp

This file was deleted.

62 changes: 0 additions & 62 deletions kernels/DiffKernel.hpp

This file was deleted.

8 changes: 3 additions & 5 deletions scripts/conda/osx.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
export CONDA_EXE=/Users/hobu/miniconda3/bin/conda
source /Users/hobu/miniconda3/bin/activate base

export CONDA_BUILD_SYSROOT=/opt/MacOSX10.10.sdk

$CONDA_EXE remove pdal
$CONDA_EXE activate pdal
source /Users/hobu/miniconda3/bin/activate pdal
$CONDA_EXE config --add channels conda-forge
$CONDA_EXE create --name pdal -y
Expand All @@ -16,19 +16,17 @@ $CONDA_EXE install -y laz-perf \
libxml2 \
nitro \
curl \
gdal=2.3.2 \
gdal \
postgresql \
hdf5 \
pcl \
cmake \
clang_osx-64 \
clangxx_osx-64 \
compilers \
libspatialite \
eigen \
ninja \
libgdal \
zstd \
python=3.7 \
numpy \
tiledb

Expand Down

0 comments on commit 8408f4e

Please sign in to comment.