Skip to content

symengine/symengine.f90

This branch is up to date with master.

Repository files navigation

symengine.f90

Fortran wrappers of SymEngine

Installation

Install SymEngine:

cmake -DCMAKE_INSTALL_PREFIX=/some/path .
make
make install

Install SymEngine.f90:

cmake -DCMAKE_PREFIX_PATH=/some/path .
make
make install