Port details |
- openlibm High quality system independent, portable, open source libm
- 0.8.0 math
=1 0.8.0Version of this port present on the latest quarterly branch. - Maintainer: iblis@hs.ntnu.edu.tw
 - Port Added: 2016-01-29 13:52:34
- Last Update: 2021-12-29 09:26:17
- Commit Hash: b1be0f3
- People watching this port, also watch:: python, unoconv, py38-pycparser, sysinfo
- License: MIT ISCL BSD2CLAUSE
- Description:
- OpenLibm is an effort to have a high quality, portable, standalone C
mathematical library (libm). It can be used standalone in applications and
programming language implementations.
The project was born out of a need to have a good libm for the Julia
programming langage that worked consistently across compilers and operating
systems, and in 32-bit and 64-bit environments.
WWW: http://julialang.org/openlibm/
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- For LIB depends:
- libopenlibm.so:math/openlibm
- To install the port:
- cd /usr/ports/math/openlibm/ && make install clean
- To add the package, run one of these commands:
- pkg install math/openlibm
- pkg install openlibm
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: openlibm
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1640769232
SHA256 (JuliaMath-openlibm-v0.8.0_GH0.tar.gz) = 03620768df4ca526a63dd675c6de95a5c9d167ff59555ce57a61c6bf49e400ee
SIZE (JuliaMath-openlibm-v0.8.0_GH0.tar.gz) = 367130
- Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.3 : devel/gmake
- This port is required by:
- for Libraries
-
- lang/julia
- math/nfft
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
- Configuration Options:
- No options to configure
- Options name:
- math_openlibm
- USES:
- gmake compiler:c11
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
29 Dec 2021 09:26:17 0.8.0
|
Gleb Popov (arrowd)  |
math/openlibm: Update to 0.8.0
Approved by: maintainer (timeout, email bounce) |
29 Aug 2021 16:50:44 0.6.0_2
|
Alexey Dokuchaev (danfe)  |
Cleanup: for ports under m* categories, drop redundant GH_{ACCOUNT,PROJECT}. |
10 Jun 2021 08:57:30 0.6.0_2
|
Piotr Kubaj (pkubaj)  |
math/openlibm: fix build on powerpc
Same issue as on powerpc64. |
06 Apr 2021 14:31:07 0.6.0_2
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
01 Jan 2021 16:52:26
0.6.0_2
|
pkubaj  |
math/openlibm: fix build on powerpc64le |
15 Dec 2020 10:25:36
0.6.0_2
|
pkubaj  |
math/openlibm: remove bad if
There's no extra-patch-Make.inc in files directory. |
09 Dec 2020 02:26:37
0.6.0_2
|
linimon  |
Mark as BROKEN on riscv64 the same as on aarch64.
Approved by: portmgr (tier-2 blanket)
Obtained from: lonesome.com build testing |
14 Sep 2020 14:31:21
0.6.0_2
|
se  |
Apply patch to restore prior and working state:
Steve Kargl has noticed severely inaccurate results for some functions and
has reported the issue as https://github.com/JuliaMath/openlibm/issues/215
This port update applies the patch he has suggested to the up-stream and
which has been tested by him to fix the issue (see the Github issue for
details and test results).
While here adjust indentation and remove white-space from an empty line.
Submitted by: Steve Kargl (sgk at troutmask.apl.washington.edu) |
11 Jun 2020 16:36:21
0.6.0_1
|
pkubaj  |
math/openlibm: add the removed :c11 to USES=compiler |
11 Jun 2020 16:34:11
0.6.0_1
|
pkubaj  |
math/openlibm: use GCC on powerpc64
Clang fails to build this port:
src/s_cpow.c:77:16: error: a parameter list without types is only allowed in a
function definition
__strong_alias(cpowl, cpow); |
26 Jul 2019 20:46:57
0.6.0_1
|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
17 Jun 2019 07:17:11
0.6.0
|
pkubaj  |
math/openlibm: fix build with GCC-based architectures
The port needs to respect CC and use a new compiler.
PR: 238613
Approved by: iblis@hs.ntnu.edu.tw (maintainer), mat (mentor)
Differential Revision: https://reviews.freebsd.org/D20670 |
08 Jan 2019 13:20:19
0.6.0
|
mat  |
Remove MASTER_SITES=GH when it is the only one.
It is added by USE_GITHUB. Tested with `make makesum` not changing distinfo. |
12 Jul 2018 17:31:03
0.6.0
|
yuri  |
math/openlibm: Not broken in aarch64
PR: 229737
Submitted by: Greg V <greg@unrelenting.technology> |
19 Jun 2018 17:56:19
0.6.0
|
swills  |
math/openlibm: update to 0.6.0
PR: 229134
Submitted by: Iblis Lin <iblis@hs.ntnu.edu.tw> (maintainer) |
30 Nov 2017 06:13:35
0.5.5 
|
linimon  |
For ports that are marked BROKEN on armv6, and also fail to build on
armv7, mark them so.
This is part two of a multipart commit to bring armv7 ports to parity
with armv6.
Approved by: portmgr (tier-2 blanket)
Obtained from: lonesome.com -exp run |
19 Oct 2017 17:25:12
0.5.5
|
tcberner  |
Update math/openlibm to 0.5.5
* While here switch to DISTVERSION and shuffle USES upwards.
PR: 223081
Submitted by: Iblis Lin <iblis@hs.ntnu.edu.tw> (maintainer) |
27 May 2017 15:07:12
0.5.2
|
linimon  |
Mark some ports failing on armv6, for errors classified as "clang".
While here, pet portlint.
Approved by: portmgr (tier-2 blanket) |
13 May 2017 23:21:37
0.5.2
|
linimon  |
Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket) |
16 Nov 2016 00:34:37
0.5.2
|
linimon  |
Mark as broken on various tier-2 archs.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket) |
09 Aug 2016 06:13:32
0.5.2
|
lwhsu  |
- Update to 0.5.2
PR: 211687
Submitted by: Iblis Lin <iblis@hs.ntnu.edu.tw> (maintainer) |
07 Jul 2016 14:08:02
0.5.1
|
mat  |
Remove @comment $FreeBSD$ from pkg-plist files.
Sponsored by: Absolight |
23 May 2016 13:53:34
0.5.1
|
lwhsu  |
- Update to 0.5.1
PR: 209713
Submitted by: Iblis Lin <iblis@hs.ntnu.edu.tw> (maintainer) |
21 Apr 2016 16:43:15
0.5.0
|
swills  |
many ports: mark broken on powerpc64 |
12 Mar 2016 15:01:44
0.5.0
|
lwhsu  |
- Update to 0.5.0
PR: 207909
Submitted by: Iblis Lin <iblis@hs.ntnu.edu.tw> (maintainer) |
29 Jan 2016 13:52:24
0.4.1
|
lwhsu  |
Add openlibm, high quality system independent, portable, open source libm
PR: 206676
Submitted by: Iblis Lin <e196819@hotmail.com> |