https://github.com/chilipp/iucm-feedstock
conda-forge like repository for building iucm conda packages
https://github.com/chilipp/iucm-feedstock
Last synced: 2 months ago
JSON representation
conda-forge like repository for building iucm conda packages
- Host: GitHub
- URL: https://github.com/chilipp/iucm-feedstock
- Owner: Chilipp
- License: bsd-3-clause
- Created: 2018-03-27T12:18:55.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-17T22:07:59.000Z (over 6 years ago)
- Last Synced: 2025-02-13T19:49:55.879Z (4 months ago)
- Language: Shell
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
About iucm
==========Home: https://github.com/Chilipp/iucm
Package license: GPLv3
Feedstock license: BSD 3-Clause
Summary: An Integrated Urban Complexity Model
This model simulates urban growth and transformation with the objective of
minimising the energy required for transportation.Current build status
====================Linux, OSX: [](https://travis-ci.org/chilipp/iucm-feedstock)
Windows: [](https://ci.appveyor.com/project/chilipp/iucm-feedstock/branch/master)Current release info
====================
Version: [](https://anaconda.org/chilipp/iucm)
Downloads: [](https://anaconda.org/chilipp/iucm)Installing iucm
=================Installing `iucm` from the `chilipp` channel can be achieved by adding `chilipp` to your channels with:
```
conda config --add channels chilipp
```Once the `chilipp` channel has been enabled, `iucm` can be installed with:
```
conda install iucm
```It is possible to list all of the versions of `iucm` available on your platform with:
```
conda search iucm --channel chilipp
```About this repository
=====================This repository is motivated by the conda-forge channel to build the iucm
package for the different platforms. It is based on the
[docrep-feedstock](https://github.com/conda-forge/docrep-feedstock)
from March, 27th, 2018.This repository will be removed as soon as the package is added to the
conda-forge channel.Terminology
===========**feedstock** - the conda recipe (raw material), supporting scripts and CI configuration.
**conda-smithy** - the tool which helps orchestrate the feedstock.
Its primary use is in the construction of the CI ``.yml`` files
and simplify the management of *many* feedstocks.