Skip to content

TileDB-Inc/tiledb-conda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tiledb-conda

Build Status

Building the tiledb conda package (Unix)

Build install the libtiledb shared library.

  • Download and install conda

  • Update conda

    conda update conda

  • Install conda-build the root environment

    conda install conda-build

  • Create a new tiledb conda environment

    conda create --name tiledb python=3.6

  • Activate the new tiledb environment

    source activate tiledb

  • Clone the tiledb recipe

    git clone https://github.com/TileDB-Inc/tiledb-conda

  • Add the conda-forge channel

    conda config --add channels conda-forge

  • Build the local conda package

    cd tiledb-conda && conda build .

  • Install the built package locally

    conda install --use-local tiledb=dev

Debugging tiledb-conda recepies with Docker

  • Download the anaconda-builder Docker image

docker pull continuumio/anaconda-build-linux-64

  • Run the Docker image

docker run -i -t continuumio/anaconda-build-linux-64 /bin/bash

  • Clone the tiledb-conda repo

git clone https://github.com/TileDB-Inc/tiledb-conda

  • If debugging a pull-request, checkout the pull request
git fetch origin pull/ID/head:BRANCHNAME
git checkout BRANCHNAME
  • Run conda build enabling the conda-forge channel

conda build -c conda-forge tiledb-conda

Complete documentation for conda

http://conda-test.pydata.org/docs/intro.html

About

Conda recipe for building TileDB

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published