Port details |
- libatomic_ops Atomic operations access library
- 7.8.0 devel =14 7.8.0Version of this port present on the latest quarterly branch.
- Maintainer: rodrigo@FreeBSD.org
- Port Added: 2011-09-23 06:03:28
- Last Update: 2023-04-05 08:36:52
- Commit Hash: b375bf2
- People watching this port, also watch:: libxml2, iso8879, indexinfo, autoconf, p5-Digest-HMAC
- License: BSD2CLAUSE GPLv2
- WWW:
- https://github.com/ivmai/libatomic_ops
- Description:
- This package provides semi-portable access to hardware provided atomic memory
operations. These might allow you to write code:
- That does more interesting things in signal handlers
- Makes more effective use of multiprocessors by allowing you to write
clever lock-free code. Note that such code is very difficult to get
right, and will unavoidably be less portable than lock-based code. It
is also not always faster than lock-based code. But it may occasionally
be a large performance win
- To experiment with new and much better thread programming paradigms, etc.
For details and licensing restrictions, please see the documentation.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- libatomic_ops>0:devel/libatomic_ops
- To install the port:
- cd /usr/ports/devel/libatomic_ops/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/libatomic_ops
- pkg install libatomic_ops
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: libatomic_ops
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1680679098
SHA256 (libatomic_ops-7.8.0.tar.gz) = 15676e7674e11bda5a7e50a73f4d9e7d60452271b8acf6fd39a71fefdf89fa31
SIZE (libatomic_ops-7.8.0.tar.gz) = 526300
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- This port is required by:
- for Build
-
- devel/boehm-gc
- devel/boehm-gc-threaded
- dns/dnsdist
- lang/ecl
- math/maxima
- science/mbdyn
-
Deleted ports which required this port:
- for Run
-
- lang/ecl
Configuration Options:
- ===> The following configuration options are available for libatomic_ops-7.8.0:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- devel_libatomic_ops
- USES:
- cpe libtool pathfix
- 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 |
7.8.0 05 Apr 2023 08:36:52 |
Rodrigo Osorio (rodrigo) |
devel/libatomic_ops: update to 7.8.0
Full changelog: https://github.com/ivmai/libatomic_ops/releases/tag/v7.8.0
Reported by: Ivan Maidanski <ivmai@mail.ru> (by private email) |
7.6.14 15 Jan 2023 20:49:26 |
Rodrigo Osorio (rodrigo) |
devel/libatomic_ops: update to 7.6.14
Port changes:
* enable shared library
* Fix makefile to make portclippy happy
Major changes:
* Avoid AO_stack_t to cross CPU cache line boundary
* Do not assume 'ordered except earlier write' for UWP/arm64
* Ensure result of AO_test_and_set is always AO_TS_CLEAR or AO_TS_SET
* Fix 'AO_malloc redefinition' MS VC warning caused by attributes mismatch
* Repeat black list check on CAS fail in stack_push_explicit_aux_release
Full changelog: https://github.com/ivmai/libatomic_ops/releases/tag/v7.6.14
PR: 268698
Reported by: pkubaj |
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) |
7.6.12 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 ) |
7.6.12 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
7.6.12 19 Jan 2022 13:18:13 |
Rodrigo Osorio (rodrigo) |
devel/libatomic_ops: Use release archive
Use release archive instead of USE_GITHUB as suggested
by "Porters Handbook" ; this also remove the need to use
USES= autoreconf.
Also remove libltdl dependency
PR: 260877
Reported by: diizzy |
7.6.12 14 Nov 2021 22:45:25 |
Rodrigo Osorio (rodrigo) |
devel/libatomic_ops: Update to 7.6.12
Changelog: https://github.com/ivmai/libatomic_ops/releases/tag/v7.6.12 |
7.6.10 05 Oct 2021 20:01:21 |
Bernhard Froehlich (decke) |
devel/libatomic_ops: Add CPE information
Approved by: portmgr (blanket) |
7.6.10 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
7.6.10 03 Mar 2019 22:32:54 |
rodrigo |
Upgrade devel/libatomic_ops from v7.6.8 to v7.6.10
* Eliminate 'my_chunk_ptr-AO_initial_heap out of bounds' cppcheck warning
* Fix 'AO_*_TS_T is not defined' compiler warnings (GCC-8)
* Fix 'duplicate symbol' error for test_malloc/stack with static libs (OS X)
* Workaround 'argument to function assert is always 1' cppcheck warnings |
7.6.8 28 Feb 2019 21:36:26 |
sunpoet |
Update WWW
Approved by: portmgr (blanket) |
7.6.8 26 Dec 2018 14:59:35 |
rodrigo |
Upgrade devel/libatomic_ops from 7.6.4 to 7.6.8
Changelog:
* Eliminate 'casting signed to bigger unsigned int' CSA warning (test_stack)
* Eliminate 'redundant blank line at start/end of block' CodeFactor warning
* Fix 'Cannot implement CAS_full on this architecture' build error (nios2)
* Fix a typo in arm_v6.h
* Support aarch64-ilp32 (GCC) and UWP/arm64 (MS VC) targets
* Undefine AO_ARM_HAVE_* private macros after their usage
* Use standalone private macro to guard against AO_GCC_BARRIER redefinition
* Workaround 'condition my_chunk_ptr is always false' cppcheck false positive |
7.6.4 04 Apr 2018 21:06:57 |
rodrigo |
Upgrade libatomic_ops to 7.6.4
Major changes since v7.6.0:
* Eliminate compiler warnings
* Eliminate data race in cons() of test_malloc
* Fix 'bad register name %sil' assembler error (GCC-4.4/x86)
* Fix 'doc' files installation folder
* Fix AO_malloc for sizes near CHUNK_SIZE
* Fix memory leak in test_malloc
* Fix public headers inclusion from clients C++ code
* Fix size value wrap around in AO_malloc_large
* Fix test failures for Clang-3.8 and older (Aarch64)
* Fix test_atomic failure caused unaligned AO_double_t access (x86)
* Implement fetch-CAS for s390[x] (gcc)
* Support AIX/ppc, MIPS rel6, n32 ABI for mips64, RISC-V
* Update README about bugs reporting and new releases notification
* Use built-in atomics for load/store/CAS for Clang by default (Aarch64)
* Use GCC atomic intrinsics for Hexagon (clang 3.9+)
* Use LLD and SCD instructions on mips64
Reported by: Ivan Maidanski <ivmai@mail.ru> (by email) |
7.6.0_1 05 Aug 2017 23:12:02 |
sunpoet |
Add LICENSE_FILE
Approved by: portmgr (blanket) |
7.6.0_1 03 Aug 2017 17:36:58 |
rakuco |
Fix plist after r447203. |
7.6.0 03 Aug 2017 11:32:22 |
rodrigo |
Update port to 7.6.0
Multiple changes, fixes and workarounds
see https://github.com/ivmai/libatomic_ops/releases/tag/v7.6.0 |
7.4.6_1 19 Jun 2017 17:50:06 |
rodrigo |
Add a missed patch for arm build
Bump PORTREVISION
PR: 220008
Submitted by: mikael.urankar@gmail.com
Approved by: maintainer |
7.4.6 13 Jun 2017 21:32:37 |
rodrigo |
Fix small mistakes in the Makefile
Since this has no inpact on the build itself, no portrevision bump required |
7.4.6 11 Jun 2017 13:26:46 |
rodrigo |
Update the port from 7.4.4 to 7.4.6
Multiple fixes and improvements |
7.4.4 24 Aug 2016 10:53:33 |
cpm |
- Update to 7.4.4
- Use PORTVERSION instead of DISTVERSION
- Add patch to fix boehm-gc on sparc
Log:
- Eliminate 'signed-to-unsigned value extension' compiler warning in malloc.
- Eliminate 'variable set but not used' Cppcheck warnings in test_stack.
- Fix GCC 5.x compatibility for AArch64 double-wide primitives.
- Fix makefile preventing AO_pause undefined in libatomic_ops_gpl.
- Fix missing casts to match printf format specifier in test_atomic.
- Fix missing output folder on making auto-generated test files (Automake).
- Fix typo in configure.ac (in description of AO_ASM_X64_AVAILABLE).
- Minor fix of code alignment in mips AO_compare_and_swap.
- Remove TODO file.
- Restore contribution info in ChangeLog for authors not listed in git log.
Submitted by: cpm
Reviewed by: amdmi3, feld, junovitch (mentors)
Approved by: maintainer timeout (3 weeks)
Differential Revision: D7311 |
7.4.0_1 21 Mar 2016 22:32:03 |
rodrigo |
Fix compilation for arm
PR: 208176
Submitted by: mikael.urankar@gmail.com |
7.4.0_1 01 Sep 2015 16:20:48 |
amdmi3 |
- Switch to options helpers
- While here, add some NO_ARCHes
Approved by: portmgr blanket |
7.4.0_1 27 Oct 2014 10:40:08 |
bapt |
Cleanup plist |
7.4.0_1 23 Jul 2014 08:39:52 |
amdmi3 |
- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket |
7.4.0 20 Jul 2014 19:31:12 |
rodrigo |
- update WWW
- remove deprecated mirror
PR: ports/191764
Submitted by: Carlos Jacobo Puga Medina <cjpugmed@gmail.com>
Approved by: bapt (mentor) |
7.4.0 22 Apr 2014 14:13:26 |
rodrigo |
- Update port to 7.4.0
- Add extra master site
- fix license
PR: ports/188321
Submitted by: Oleksii Tsai <oleksii.tsai@googlemail.com>
Approved by: bapt (mentor) |
7.3.a2 29 Jan 2014 09:17:42 |
rodrigo |
Update maintainer email address
Approved by: bapt@ (co-mentor) |
7.3.a2 25 Sep 2013 00:54:09 |
bdrewery |
- Remove NO_STAGE as these have been tested to be safe
With hat: portmgr |
7.3.a2 20 Sep 2013 17:13:47 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
7.3.a2 19 Mar 2013 13:04:31 |
eadler |
This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.
If a port used other USE_GNOME items it was untouched.
The ports that used other USES were fixed by hand.
PR: ports/177081
Reviewed by: bapt
Approved by: portmgr (miwi) |
7.3.a2 31 Jan 2013 05:15:39 |
danfe |
Last minute cosmetic changes. |
7.3.a2 31 Jan 2013 05:09:25 |
danfe |
- Update to version 7.3alpha2
- Define LICENSE, utilize DISTVERSION, etc.
- Conditionally install documentation
- Reindent port description while here
PR: ports/175662
Submitted by: maintainer |
7.2.a6 12 Jan 2013 12:07:59 |
wen |
- Trim Makefile headers
- Pass maintainership to submitter
PR: 175184
Submitted by: Rodrigo (ros) OSORIO <rodrigo@bebik.net> |
7.2.a6 24 Oct 2011 03:33:20 |
stas |
- Return my ports back to the pool. I was unable to make any fixes to
my ports in the past 3 weeks while ports were broken on any 10.x
machines, which means I'm unable to maintain them. So let people know
that there's no available support for them until things are back to
normal (which also means that anyone with spare time will be able
to fix them without getting approval). |
7.2.a6 23 Sep 2011 06:03:14 |
stas |
- Add devel/libatomic-ops, a library providing portable access to
atomic operations.
WWW: http://www.hpl.hp.com/personal/Hans_Boehm/gc/ |