-
https://jakevdp.github.io/blog/2016/08/25/conda-myths-and-misconceptions
-
https://docs.conda.io/projects/conda-build/en/latest/resources/define-metadata.html
To install on Linux, run:
wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh
sh Miniconda3-latest-Linux-x86_64.sh
To activate Miniconda on Linux, run:
source .../miniconda3/bin/activate
conda install anaconda-client conda-build conda-verify
cd @recipe@
conda config --set anaconda_upload no
conda build .
anaconda login
conda build . --output
anaconda upload @output@
conda install -c @channel@ @package@
-
https://github.com/conda-forge/conda-smithy — The tool for managing conda-forge feedstocks
-
https://regro.github.io/rever-docs/index.html — Rever: Releaser of Versions
-
pyspice-feedstock has been added as a submodule to PySpice ( https://github.com/conda-forge/pyspice-feedstock )
-
to push directly in the repo, check the remote origin url in
PySpice/.git/modules/pyspice-feedstock/config
isurl = [email protected]:conda-forge/pyspice-feedstock
-
to make a PR, clone pyspice-feedstock, check the remote origin url is e.g.
url = [email protected]:FabriceSalvaire/pyspice-feedstock
-
to pull a PR from conda-forge/pyspice-feedstock
git fetch conda-forge pull/14/head:pr14
- many files was generated by conda-smithy
recipe/meta.yaml
is the Anaconda recipe metadatarecipe/patches
contains patchesrecipe/post-link.bat
is executed after the package is installed https://docs.conda.io/projects/conda-build/en/latest/resources/link-scripts.html