dmitrymyl / build-ortho2align

conda recipe for building ortho2align

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

build-ortho2align

conda recipe for building ortho2align.

How to build and upload the package

  1. Run the following commands to build the package.
    conda activate buildenv
    conda-build .
    
  2. Save a path to the built package and navigate to those directory.
    cd PACKAGE_PATH
    
  3. Upload linux-64 packages to Anaconda.
    anaconda upload ortho2align-VERSION-PYVERSION.tar.bz2
    
  4. Convert the package to osx-64.
    cd ..
    conda convert -p osx-64 linux-64/ortho2align-VERSION-PYVERSION.tar.bz2
    
  5. Upload osx-64 packages to Anaconda.
    cd osx-64
    anaconda upload ortho2align-VERSION-PYVERSION.tar.bz2
    
  6. Clean build intermediates.
    conda build purge
    

How to test package

  1. Prepare test environment.
    conda activate testenv
    conda remove ortho2align
    conda clean --all
    
  2. Install the latest version of the package.
    conda install -c dmitrymyl ortho2align
    
  3. Follow testing instructions in ortho2align repo.

About

conda recipe for building ortho2align

License:MIT License


Languages

Language:Shell 100.0%