An open API service indexing awesome lists of open source software.

https://github.com/sarcasm/conda-recipes

Personal list of conda recipes
https://github.com/sarcasm/conda-recipes

c-plus-plus cmake conda conda-recipe package-management packages

Last synced: 3 months ago
JSON representation

Personal list of conda recipes

Awesome Lists containing this project

README

          

# Sarcasm's conda recipes

This repository contains my [conda](https://conda.io) recipes.

The built recipes can be found on my anaconda repository:
- https://anaconda.org/sarcasm

# Prerequisites

conda install conda-build anaconda-client

# Build a package

conda build /

# Upload a package

anaconda upload $(conda build --output /)