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
- Host: GitHub
- URL: https://github.com/sarcasm/conda-recipes
- Owner: Sarcasm
- Created: 2017-09-26T23:34:53.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-03-06T18:49:59.000Z (over 7 years ago)
- Last Synced: 2025-02-28T10:57:37.373Z (over 1 year ago)
- Topics: c-plus-plus, cmake, conda, conda-recipe, package-management, packages
- Language: Shell
- Homepage: https://anaconda.org/Sarcasm/repo
- Size: 56.6 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 /)