[pdal-commits] [PDAL/PDAL] 0b22b6: Set dockerfile to run with test base.

Andrew Bell noreply at github.com
Thu Feb 14 11:27:22 PST 2019


  Branch: refs/heads/issue-2372
  Home:   https://github.com/PDAL/PDAL
  Commit: 0b22b64cadbf8f55581679b3ff941d8067e60d58
      https://github.com/PDAL/PDAL/commit/0b22b64cadbf8f55581679b3ff941d8067e60d58
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2019-02-12 (Tue, 12 Feb 2019)

  Changed paths:
    M scripts/docker/alpine/Dockerfile

  Log Message:
  -----------
  Set dockerfile to run with test base.


  Commit: ebc33ba3e723354c05f80818785cc6bc6eed3a6a
      https://github.com/PDAL/PDAL/commit/ebc33ba3e723354c05f80818785cc6bc6eed3a6a
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2019-02-13 (Wed, 13 Feb 2019)

  Changed paths:
    M scripts/docker/alpine/Dockerfile

  Log Message:
  -----------
  Set Dockerfile back to latest.


  Commit: 3a934ca35bd0f7e8754706eb34f0b2022199bf80
      https://github.com/PDAL/PDAL/commit/3a934ca35bd0f7e8754706eb34f0b2022199bf80
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2019-02-13 (Wed, 13 Feb 2019)

  Changed paths:
    M cmake/python.cmake

  Log Message:
  -----------
  Update python.cmake (#2369)

* Test python module.

* Set python min version to 2.4.

* Require version 2.7 of Python.


  Commit: efa1d8e0e254a70214793e0cef48e8584006e79b
      https://github.com/PDAL/PDAL/commit/efa1d8e0e254a70214793e0cef48e8584006e79b
  Author: Norman Barker <norman at tiledb.io>
  Date:   2019-02-13 (Wed, 13 Feb 2019)

  Changed paths:
    M appveyor.yml
    A cmake/modules/FindTileDB.cmake
    M cmake/options.cmake
    A cmake/tiledb.cmake
    M doc/development/compilation/dependencies.rst
    M doc/quickstart.rst
    A doc/stages/readers.tiledb.rst
    A doc/stages/writers.tiledb.rst
    M plugins/CMakeLists.txt
    A plugins/tiledb/CMakeLists.txt
    A plugins/tiledb/io/TileDBReader.cpp
    A plugins/tiledb/io/TileDBReader.hpp
    A plugins/tiledb/io/TileDBWriter.cpp
    A plugins/tiledb/io/TileDBWriter.hpp
    A plugins/tiledb/test/TileDBReaderTest.cpp
    A plugins/tiledb/test/TileDBWriterTest.cpp
    M scripts/conda/osx.sh
    M scripts/conda/win64.sh
    M scripts/docker/master/ubuntu/Dockerfile
    A test/data/tiledb/array/__7683a2d8dd0b48ae809dd3f1a9501da4_1549556043355/OffsetTime.tdb
    A test/data/tiledb/array/__7683a2d8dd0b48ae809dd3f1a9501da4_1549556043355/__coords.tdb
    A test/data/tiledb/array/__7683a2d8dd0b48ae809dd3f1a9501da4_1549556043355/__fragment_metadata.tdb
    A test/data/tiledb/array/__array_schema.tdb
    A test/data/tiledb/array/__lock.tdb

  Log Message:
  -----------
  TileDB plugin (#2363)

* initial read and write for TileDB

* 2363:pr comments

* removed dependency on pdal-tiledb branch


  Commit: 2b711cbd2dc465cfa261f810e3e2f10e9a5eed7f
      https://github.com/PDAL/PDAL/commit/2b711cbd2dc465cfa261f810e3e2f10e9a5eed7f
  Author: Howard Butler <howard at hobu.co>
  Date:   2019-02-14 (Thu, 14 Feb 2019)

  Changed paths:
    M appveyor.yml
    R scripts/appveyor/build.cmd
    A scripts/appveyor/conda/build.cmd
    A scripts/appveyor/conda/recipe/bld.bat
    A scripts/appveyor/conda/recipe/build.sh
    A scripts/appveyor/conda/recipe/meta.yaml
    A scripts/appveyor/conda/recipe/scripts/activate.bat
    A scripts/appveyor/conda/recipe/scripts/activate.sh
    A scripts/appveyor/conda/recipe/scripts/deactivate.bat
    A scripts/appveyor/conda/recipe/scripts/deactivate.sh
    M scripts/appveyor/config.cmd
    R scripts/appveyor/install.cmd
    R scripts/appveyor/test.cmd
    A scripts/appveyor/test/build.cmd
    A scripts/appveyor/test/test.cmd

  Log Message:
  -----------
  Add Testing and Conda targets for Appveyor (#2371)

* start building conda pdal package after success to push to s3

* split appveyor config

* typo

* typo

* put back original test config

* conda side build attempt

* config/build adjustment

* typo

* conda-build

* ls directory

* add conda recipe

* rename recipe file

* conda build and artifact

* positional argument at the end

* only install conda stuff for test build

* install conda-build

* lint

* remove dead command

* try calling conda

* start /wait

* try build mkdir

* another cycle

* conda clean

* -y

* ordering

* clobber boost conflicdts

* switch of OCI

* try copying artifacdt

* purge build

* call conda

* copy correct file

* debugging lint


  Commit: b83236c80017fe60f1c61f0e60e82cf0efd3bef6
      https://github.com/PDAL/PDAL/commit/b83236c80017fe60f1c61f0e60e82cf0efd3bef6
  Author: Andrew Bell <andrew.bell.ia at gmail.com>
  Date:   2019-02-14 (Thu, 14 Feb 2019)

  Changed paths:
    M appveyor.yml
    A cmake/modules/FindTileDB.cmake
    M cmake/options.cmake
    M cmake/python.cmake
    A cmake/tiledb.cmake
    M doc/development/compilation/dependencies.rst
    M doc/quickstart.rst
    A doc/stages/readers.tiledb.rst
    A doc/stages/writers.tiledb.rst
    M plugins/CMakeLists.txt
    A plugins/tiledb/CMakeLists.txt
    A plugins/tiledb/io/TileDBReader.cpp
    A plugins/tiledb/io/TileDBReader.hpp
    A plugins/tiledb/io/TileDBWriter.cpp
    A plugins/tiledb/io/TileDBWriter.hpp
    A plugins/tiledb/test/TileDBReaderTest.cpp
    A plugins/tiledb/test/TileDBWriterTest.cpp
    R scripts/appveyor/build.cmd
    A scripts/appveyor/conda/build.cmd
    A scripts/appveyor/conda/recipe/bld.bat
    A scripts/appveyor/conda/recipe/build.sh
    A scripts/appveyor/conda/recipe/meta.yaml
    A scripts/appveyor/conda/recipe/scripts/activate.bat
    A scripts/appveyor/conda/recipe/scripts/activate.sh
    A scripts/appveyor/conda/recipe/scripts/deactivate.bat
    A scripts/appveyor/conda/recipe/scripts/deactivate.sh
    M scripts/appveyor/config.cmd
    R scripts/appveyor/install.cmd
    R scripts/appveyor/test.cmd
    A scripts/appveyor/test/build.cmd
    A scripts/appveyor/test/test.cmd
    M scripts/conda/osx.sh
    M scripts/conda/win64.sh
    M scripts/docker/master/ubuntu/Dockerfile
    A test/data/tiledb/array/__7683a2d8dd0b48ae809dd3f1a9501da4_1549556043355/OffsetTime.tdb
    A test/data/tiledb/array/__7683a2d8dd0b48ae809dd3f1a9501da4_1549556043355/__coords.tdb
    A test/data/tiledb/array/__7683a2d8dd0b48ae809dd3f1a9501da4_1549556043355/__fragment_metadata.tdb
    A test/data/tiledb/array/__array_schema.tdb
    A test/data/tiledb/array/__lock.tdb

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/master' into issue-2372


Compare: https://github.com/PDAL/PDAL/compare/c3406a881020...b83236c80017


More information about the pdal-commits mailing list