Skip to content

Dev: Building From Feedstock

Alex Seaton edited this page Sep 1, 2023 · 3 revisions

The ArcticDB feedstock is here.

To test building from it:

  • Install Mambaforge
wget https://github.com/conda-forge/miniforge/releases/latest/download/Mambaforge-Linux-x86_64.sh
bash ./Mambaforge-Linux-x86_64.sh
  • Create env:
mamba create -n arcticdb
mamba activate arcticdb
  • Install build tools:
mamba install conda-build git
  • From the feedstock recipe/ directory, run:
conda-build -c conda-forge .