recipe gecode

Generic constraint development environment

Homepage:

http://www.gecode.org/

License:

MIT

Recipe:

/gecode/meta.yaml

package gecode

(downloads) docker_gecode

versions:
6.2.0-46.2.0-36.2.0-26.2.0-16.2.0-05.1.0-25.1.0-15.1.0-05.0.0-6

6.2.0-46.2.0-36.2.0-26.2.0-16.2.0-05.1.0-25.1.0-15.1.0-05.0.0-65.0.0-55.0.0-45.0.0-35.0.0-25.0.0-15.0.0-04.4.0-44.4.0-34.4.0-24.4.0-1

depends gmp:

depends libgcc-ng:

>=12

depends libstdcxx-ng:

>=12

depends mpfr:

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 gecode

and update with::

   mamba update gecode

To create a new environment, run:

mamba create --name myenvname gecode

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/gecode:<tag>

(see `gecode/tags`_ for valid values for ``<tag>``)

Download stats