aboutsummaryrefslogtreecommitdiff
path: root/math/amath
Commit message (Collapse)AuthorAgeFilesLines
* Update to upstream version 1.8.0Thomas Zander2017-04-154-152/+81
| | | | | | | | | | | | | | | | | | Detailed log: - Update to upstream version 1.8.0 - New default OPTION TESTS: Build with regression tests - Now choice possible between different math libs: SYSLIBM (-lm) OPENLIBM (math/openlibm) APPLIBM (bundled), default PR: 218612 Submitted by: cs@innolan.dk (maintainer) MFH: 2017Q2 Notes: svn path=/head/; revision=438586
* math/amath: Update to version 1.7.0.Joseph Mingrone2017-03-184-13/+163
| | | | | | | | | | | | - Also switch to using the configure script included upstream (with patches). PR: 217724 Submitted by: cs@innolan.dk (maintainer) Approved by: swills (mentor, implicit) Notes: svn path=/head/; revision=436413
* math/amath: Update to version 1.6.4.Joseph Mingrone2017-02-132-9/+6
| | | | | | | | | | | | | Remove ONLY_FOR_ARCHS. PR: 216926 Submitted by: cs@innolan.dk (maintainer) Reviewed by: linimon Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D9541 Notes: svn path=/head/; revision=434058
* Mark various ports broken on aarch64 and armv6.Mark Linimon2017-01-311-0/+3
| | | | | | | Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=432897
* Update to 1.6.2Tilman Keskinoz2017-01-282-4/+5
| | | | | | | | PR: 216538 Submitted by: maintainer Notes: svn path=/head/; revision=432692
* Update to 1.6.1.Raphael Kubo da Costa2017-01-213-8/+7
| | | | | | | | | | | - Clang support. - New website. PR: 216344 Submitted by: Carsten Larsen <cs@innolan.dk> (maintainer) Notes: svn path=/head/; revision=432043
* Bump PORTREVISIONS for ports depending on the canonical version of GCC andGerald Pfeifer2016-11-201-0/+1
| | | | | | | | | | | | lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some circumstances such as versions of FreeBSD or platforms). In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang, c++11-lang, c++0x, c11 requested via USES=compiler. Notes: svn path=/head/; revision=426566
* New port, math/amath: simple command line calculatorJoseph Mingrone2016-11-013-0/+35
https://gitlab.com/rnger/amath/ Features a case sensitive command line interface, internal IEEE 754 calculations with 15 significant digits, calculations with real and complex numbers, variables and user defined functions, logarithmic and exponential functions, trigonometric and hyperbolic function and selected mathematical constants and rounding functions. PR: 209905 Submitted by: cs@innolan.dk (maintainer) Reviewed by: mat Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D8386 Notes: svn path=/head/; revision=425086