recipe bellmans-gapc

A language and compiler for algebraic dynamic programming.

Homepage:

https://bibiserv.cebitec.uni-bielefeld.de/gapc

License:

GPL3 / GPL-3.0-or-later

Recipe:

/bellmans-gapc/meta.yaml

package bellmans-gapc

(downloads) docker_bellmans-gapc

versions:
2024.01.12-02023.07.05-02022.07.04-22022.07.04-12022.07.04-02021.04.28-22021.04.28-12021.04.28-02020.12.08-1

2024.01.12-02023.07.05-02022.07.04-22022.07.04-12022.07.04-02021.04.28-22021.04.28-12021.04.28-02020.12.08-12020.12.08-02020.07.07-02020.01.08-12020.01.08-00.1-20.1-10.1-0

depends blas:

depends boost-cpp:

>=1.78.0,<1.78.1.0a0

depends gsl:

>=2.7,<2.8.0a0

depends libgcc-ng:

>=12

depends libstdcxx-ng:

>=12

depends make:

depends sed:

requirements:

Installation

You need a conda-compatible package manager (currently either micromamba, mamba, or conda) and the Bioconda channel already activated (see set-up-channels).

While any of above package managers is fine, it is currently recommended to use either micromamba or mamba (see here for installation instructions). We will show all commands using mamba below, but the arguments are the same for the two others.

Given that you already have a conda environment in which you want to have this package, install with:

   mamba install bellmans-gapc

and update with::

   mamba update bellmans-gapc

To create a new environment, run:

mamba create --name myenvname bellmans-gapc

with myenvname being a reasonable name for the environment (see e.g. the mamba docs for details and further options).

Alternatively, use the docker container:

   docker pull quay.io/biocontainers/bellmans-gapc:<tag>

(see `bellmans-gapc/tags`_ for valid values for ``<tag>``)

Download stats