Skip to content

BioPAL/BPS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

These are the development instructions for manual conda packages generation.

Repository setup

  1. Install git-lfs package in your system
  2. Clone the bps repository

Conda packages generation

  1. Build the source distribution for each BPS package.

    For instance, the bps-common package is built by

    cd bps-common
    python -m build --sdist
    cd ..

    The source distribution files are inside each package folder in the dist folder.

  2. Create a local conda channel and initialize it with the conda packages of arepytools and arepyextras packages

    mkdir -p local_bps_channel
    cp -r /path/to/bundle/prereq/pkgs/* local_bps_channel
    conda-index local_bps_channel
  3. For each package, build the conda package

    cd bps-common
    conda build recipe --output-folder ../local_bps_channel
    cd -

    This order ensures that inter-dependencies will be correctly resolved

    • bps-common
    • bps-transcoder
    • bps-l1_framing_processor
    • bps-l1_pre_processor
    • bps-l1_core_processor
    • bps-l1_processor
    • bps-stack_cal_processor
    • bps-stack_pre_processor
    • bps-stack_coreg_processor
    • bps-stack_processor
    • bps-l2a_processor
    • bps-l2b_fh_processor
    • bps-l2b_fd_processor
    • bps-l2b_agb_processor

About

BIOMASS Processing Suite

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages