Skip to content

licit-lab/symucore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SymuCore

Core objects and algorithms for the SymuVia ecosystem.

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