Port details |
- openlibm High quality system independent, portable, open source libm
- 0.8.4 math =3 0.8.0Version of this port present on the latest quarterly branch.
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2016-01-29 13:52:34
- Last Update: 2024-11-16 18:29:09
- Commit Hash: 9a7bab0
- People watching this port, also watch:: oss, monit, proggy_fonts-ttf, inotify-tools
- License: MIT ISCL BSD2CLAUSE
- WWW:
- http://julialang.org/openlibm/
- 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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- 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 = 1731740290
SHA256 (JuliaMath-openlibm-v0.8.4_GH0.tar.gz) = c0bac12a6596f2315341790a7f386f9162a5b1f98db9ec40d883fce64e231942
SIZE (JuliaMath-openlibm-v0.8.4_GH0.tar.gz) = 373409
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:
-
- cmake : devel/cmake-core
- ninja : devel/ninja
- This port is required by:
- for Libraries
-
- lang/julia
-
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:
- cmake
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.8.4 16 Nov 2024 18:29:09 |
Daniel Engberg (diizzy) |
math/openlibm: Update to 0.8.4
Changelog: https://github.com/JuliaMath/openlibm/releases/tag/v0.8.4 |
0.8.0 12 Nov 2024 14:44:30 |
Ryan Steinmetz (zi) |
*/*: Reset MAINTAINER for freqlabs ports due to fatal email bounces for multiple
months |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.8.0 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.8.0 20 Jul 2022 14:22:24 |
Tobias C. Berner (tcberner) |
math: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Alessando Sagratini <ale_sagra@hotmail.com>
* Alex Dupre <ale@FreeBSD.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Amarendra Godbole <amarendra.godbole@gmail.com>
* Anders Nordby <anders@FreeBSD.org>
* Andreas Fehlner (fehlner@gmx.de)
* Andrew L. Neporada <andrew@chg.ru>
* Andrey <gugu@zoo.rambler.ru>
* Andrey Zakhvatov (Only the first 15 lines of the commit message are shown above ) |
0.8.0 29 Dec 2021 09:26:17 |
Gleb Popov (arrowd) |
math/openlibm: Update to 0.8.0
Approved by: maintainer (timeout, email bounce) |
0.6.0_2 29 Aug 2021 16:50:44 |
Alexey Dokuchaev (danfe) |
Cleanup: for ports under m* categories, drop redundant GH_{ACCOUNT,PROJECT}. |
0.6.0_2 10 Jun 2021 08:57:30 |
Piotr Kubaj (pkubaj) |
math/openlibm: fix build on powerpc
Same issue as on powerpc64. |
0.6.0_2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.6.0_2 01 Jan 2021 16:52:26 |
pkubaj |
math/openlibm: fix build on powerpc64le |
0.6.0_2 15 Dec 2020 10:25:36 |
pkubaj |
math/openlibm: remove bad if
There's no extra-patch-Make.inc in files directory. |
0.6.0_2 09 Dec 2020 02:26:37 |
linimon |
Mark as BROKEN on riscv64 the same as on aarch64.
Approved by: portmgr (tier-2 blanket)
Obtained from: lonesome.com build testing |
0.6.0_2 14 Sep 2020 14:31:21 |
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) |
0.6.0_1 11 Jun 2020 16:36:21 |
pkubaj |
math/openlibm: add the removed :c11 to USES=compiler |
0.6.0_1 11 Jun 2020 16:34:11 |
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); |
0.6.0_1 26 Jul 2019 20:46:57 |
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 |
0.6.0 17 Jun 2019 07:17:11 |
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 |
0.6.0 08 Jan 2019 13:20:19 |
mat |
Remove MASTER_SITES=GH when it is the only one.
It is added by USE_GITHUB. Tested with `make makesum` not changing distinfo. |
0.6.0 12 Jul 2018 17:31:03 |
yuri |
math/openlibm: Not broken in aarch64
PR: 229737
Submitted by: Greg V <greg@unrelenting.technology> |
0.6.0 19 Jun 2018 17:56:19 |
swills |
math/openlibm: update to 0.6.0
PR: 229134
Submitted by: Iblis Lin <iblis@hs.ntnu.edu.tw> (maintainer) |
0.5.5 30 Nov 2017 06:13:35 |
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 |
0.5.5 19 Oct 2017 17:25:12 |
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) |
0.5.2 27 May 2017 15:07:12 |
linimon |
Mark some ports failing on armv6, for errors classified as "clang".
While here, pet portlint.
Approved by: portmgr (tier-2 blanket) |
0.5.2 13 May 2017 23:21:37 |
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) |
0.5.2 16 Nov 2016 00:34:37 |
linimon |
Mark as broken on various tier-2 archs.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket) |
0.5.2 09 Aug 2016 06:13:32 |
lwhsu |
- Update to 0.5.2
PR: 211687
Submitted by: Iblis Lin <iblis@hs.ntnu.edu.tw> (maintainer) |
0.5.1 07 Jul 2016 14:08:02 |
mat |
Remove @comment $FreeBSD$ from pkg-plist files.
Sponsored by: Absolight |
0.5.1 23 May 2016 13:53:34 |
lwhsu |
- Update to 0.5.1
PR: 209713
Submitted by: Iblis Lin <iblis@hs.ntnu.edu.tw> (maintainer) |
0.5.0 21 Apr 2016 16:43:15 |
swills |
many ports: mark broken on powerpc64 |
0.5.0 12 Mar 2016 15:01:44 |
lwhsu |
- Update to 0.5.0
PR: 207909
Submitted by: Iblis Lin <iblis@hs.ntnu.edu.tw> (maintainer) |
0.4.1 29 Jan 2016 13:52:24 |
lwhsu |
Add openlibm, high quality system independent, portable, open source libm
PR: 206676
Submitted by: Iblis Lin <e196819@hotmail.com> |