Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 530 Bytes

File metadata and controls

32 lines (23 loc) · 530 Bytes

SymuCore

Core objects and algorithms for the SymuVia ecosystem.

Installation

Requirements

Cmake installation

From sources:

Create the conda environnement:

conda env create -f conda/env.yaml

Activate it and install the sources with CMake:

conda activate symucore
mkdir build
cd build
cmake .. -DCMAKE_PREFIX_PATH=$CONDA_PREFIX -DCMAKE_INSTALL_PREFIX=$CONDA_PREFIX
make -j install

From Conda:

Inside your environnement:

conda install -c licit-lab -c conda-forge symucore