Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 251 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 251 Bytes

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