langep / crc32c-conda-package

crc32c conda package from PyPi package

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

Conda Package Build Instructions

Requirements

  • Anaconda or Miniconda

Automated builds

Travis CI is used to automate the builds for osx and linux and Python 2.7, 3.6 and 3.7. Each commit is build but only tags are deployed to Anaconda.

Manual deploy steps

conda env create --file conda_build_env.yaml              # create the build env
conda activate crc32c-conda-package                      # activate the env
conda build crc32c                                       # build
conda install -c file://${CONDA_PREFIX}/conda-bld/ crc32c # install locally
conda list                                               # check it is installed
# run any kind of tests you want
anaconda login                                           # login to anaconda
anaconda upload <path-to-conda-package.tar.bz2>          # upload package

About

crc32c conda package from PyPi package


Languages

Language:Shell 100.0%