Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • ci39
  • ci39-python12
  • py39
  • issue#14
  • endianness
  • bugs_i686
  • bug_test_instfreqplot_arm64
  • bug_test_tfplot
  • gitlab-ci
  • debian
  • v1.0.16
  • v1.0.15
  • v1.0.14
  • v1.0.13
  • v1.0.12
  • v1.0.9
  • v1.0.8
  • v1.0.7
  • v1.0.6
  • v1.0.0
21 results

cmake-modules

  • Clone with SSH
  • Clone with HTTPS
  • Name Last commit Last update
    ..
    docker
    recipes
    readme.md

    Conda recipes for skmad-suite

    This repository provides conda recipes for the skmad-suite packages and some of their dependencies.

    The recipes are available in the directory recipes and can be used to build conda packages for Linux and macOS. The resulting packages are released through the skmad channel on anaconda.org.

    The directory docker contains a Dockerfile that can be used to create a Linux Docker image suitable for the generation of the conda packages for Linux.

    The resulting Docker image is available via the registry of this GitLab project. You can run it with:

    docker run -it registry.gitlab.lis-lab.fr:5005/skmad-suite/conda_recipes/ubuntu:16.04

    Building the Docker image for Linux

    If needed, you can build the Docker image with:

    docker build -t conda_builder docker

    You can then run this image in interactive mode to build the conda packages with:

    docker run -it conda_builder

    Building and uploading the conda packages

    To build the conda packages, you need to install the conda package manager, the simplest solution for this being to install miniconda.

    In your conda environment, if not already installed, install the conda-build and anaconda-client packages:

    conda install conda-build anaconda-client

    Clone the conda_recipes repository:

    git clone https://gitlab.lis-lab.fr/skmad-suite/conda_recipes.git

    Use conda to build the package of your choice. See the readme.md file in the diretory containing the recipe that you want to build for detailed build and upload instructions.