acce372296
- Use options helpers - Build/install dynamic library instead of the static one - Add options DOCS and EXAMPLES - Set MAKE_JOBS_UNSAFE, otherwise the port fails to build when the option EXAMPLES is ON (it tries to compile/link example1 while the library is not yet built/deployed) - Remove build-dependency by devel/gmake - Add support for stage dir - Fix format of WWW line in pkg-descr Release Notes: http://muparser.beltoforion.de/mup_intro.html#idRelNote
6 lines
216 B
Plaintext
6 lines
216 B
Plaintext
muParser is an extensible high performance math parser library written in C++.
|
|
It is based on transforming an expression into a bytecode and precalculating
|
|
constant parts of it.
|
|
|
|
WWW: http://muparser.beltoforion.de/
|