1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
freebsd-ports/math/muparser/pkg-descr
Nicola Vitale acce372296 - Update to 2.2.3
- 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
2014-07-07 02:42:22 +00:00

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/