Installation
Requirements:
C++17 compiler (tested with gcc and clang)
OpenCASCADE (>=7.6.0)
fmt (>=9.0)
pybind (>=2.11)
Add the following channels:
$ conda config --add channels conda-forge $ conda config --add channels andrsd
Install
$ conda install -c andrsd formo
Clone the repo:
$ cd /some/path $ git clone https://github.com/andrsd/formo.git
Build the code
$ cd formo $ mkdir build $ cmake -S . -B build $ cmake --build build