Skip to content

antielektron/pplpy_conda_recipes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pplpy conda recipes

Windows Anaconda recipes for pplpy and it's dependencies


Build recipes

  • run conda build <receipe-folder> to build the receipe. Available recipes are:
  • you can find the built packages inside the Anaconda installation folder in conda-bld\win-64

Install recipes

  • either build recipes and install them by:
    • conda install -c local gmpy2 libppl pplpy
  • …or download and install each prebuilt file with
    • conda install <package-filename>
    • (make sure you install gmpy and ppl before pplpy)

Downloads

Developer Notes