Skip to content

Commit

Permalink
fixups for conda python3
Browse files Browse the repository at this point in the history
  • Loading branch information
hobu committed Apr 2, 2019
1 parent 729128f commit 353ecac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions scripts/appveyor/conda/recipe/bld.bat
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ cmake -G "Ninja" ^
-DCMAKE_BUILD_TYPE:STRING=Release ^
-DCMAKE_LIBRARY_PATH="%LIBRARY_LIB%" ^
-DCMAKE_INCLUDE_PATH="%INCLUDE_INC%" \^
-DPython3_ROOT_DIR:FILEPATH="%LIBRARY_PREFIX%" ^
-DBUILD_PLUGIN_GREYHOUND=ON ^
-DBUILD_PLUGIN_PCL=ON ^
-DBUILD_PLUGIN_PYTHON=ON ^
Expand Down
3 changes: 2 additions & 1 deletion scripts/appveyor/test/build.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@ cmake -G "Ninja" ^
-DPDAL_PLUGIN_INSTALL_PATH:FILEPATH=%PDAL_PLUGIN_INSTALL_PATH% ^
-DWITH_TESTS=%PDAL_BUILD_TESTS% ^
-DCMAKE_VERBOSE_MAKEFILE=%CMAKE_VERBOSE_MAKEFILE% ^
-DCMAKE_LIBRARY_PATH:FILEPATH="=%CONDA_ROOT%/Library/lib" ^
-DCMAKE_LIBRARY_PATH:FILEPATH="%CONDA_ROOT%/Library/lib" ^
-DCMAKE_INCLUDE_PATH:FILEPATH="%CONDA_ROOT%/Library/include" ^
-DPython3_ROOT_DIR:FILEPATH="%CONDA_PREFIX%" ^
-DBUILD_PLUGIN_CPD=OFF ^
-DBUILD_PLUGIN_GREYHOUND=ON ^
-DBUILD_PLUGIN_ICEBRIDGE=ON ^
Expand Down

0 comments on commit 353ecac

Please sign in to comment.