QTC-UMD / rydiqule-vendored-conda-builds

Conda builds of vendored packages hosted on the rydiqule Anaconda Cloud repository:

Home Page:https://anaconda.org/rydiqule

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rydiqule

rydiqule » vendored-conda-builds

Conda builds of vendored packages for rydiqule

Actions Status License GitHub tag (latest by date)

This repository is used to create Conda builds of the following packages and upload them to the rydiqule Anaconda Cloud repository.

Package Latest version Conda version Conda Platforms
leveldiagram PyPI Conda Version Conda Platforms
arc PyPI Conda Version Conda Platforms
asteval PyPI Conda Version Conda Platforms
lmfit PyPI Conda Version Conda Platforms
uncertainties PyPI Conda Version Conda Platforms
cyrk PyPI Conda Version Conda Platforms
numbakit-ode PyPI Conda Version Conda Platforms

These packages are not in the default Anaconda repository, and are made available to rydiqule users with a conda installation via our Anaconda cloud repository. To reduce the need for users to use the conda-forge respository, we may also build and publish packages in our Anaconda respository even if they are available on conda-forge.

Please file an issue if you notice a package is out of date or any other issues with the conda packages produced by this repository.

Methodology

Whenever a new commit is pushed to this repository, the GitHub Action .github/workflows/make_packages.yml runs the script make_packages.py, which executes the build of packages listed in pkgs.toml. If the packages build sucessfully and the commit is tagged, the GitHub Action uploads them to the rydiqule Anaconda Cloud repository. Additionally, the build and upload action is automatically run once per week on the latest tagged commit.

This code is based on vendored-conda-builds.

About

Conda builds of vendored packages hosted on the rydiqule Anaconda Cloud repository:

https://anaconda.org/rydiqule

License:BSD 2-Clause "Simplified" License


Languages

Language:Python 100.0%