Skip to content

Commit

Permalink
sagemathgh-35399: libatomic_ops: Update to 7.8.0
Browse files Browse the repository at this point in the history
    
<!-- Please provide a concise, informative and self-explanatory title.
-->
<!-- Don't put issue numbers in the title. Put it in the Description
below. -->
<!-- For example, instead of "Fixes sagemath#12345", use "Add a new method to
multiply two integers" -->

### 📚 Description

<!-- Describe your changes here in detail. -->
<!-- Why is this change required? What problem does it solve? -->
<!-- If this PR resolves an open issue, please link to it here. For
example "Fixes sagemath#12345". -->
<!-- If your change requires a documentation PR, please link it
appropriately. -->

This is an update to the latest stable release of libatomic_ops.
I'm the upstream maintainer of the package.

### 📝 Checklist

<!-- Put an `x` in all the boxes that apply. It should be `[x]` not `[x
]`. -->

- [x] The title is concise, informative, and self-explanatory.
- [x] The description explains in detail what this PR is about.
- [ ] I have linked a relevant issue or discussion.
- [ ] I have created tests covering the changes.
- [ ] I have updated the documentation accordingly.

### ⌛ Dependencies

<!-- List all open PRs that this PR logically depends on
- sagemath#12345: short description why this is a dependency
- sagemath#34567: ...
-->

<!-- If you're unsure about any of these, don't hesitate to ask. We're
here to help! -->
    
URL: sagemath#35399
Reported by: Ivan Maidanski
Reviewer(s):
  • Loading branch information
Release Manager committed Aug 26, 2023
2 parents 76191ac + 518353b commit fe49240
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
10 changes: 6 additions & 4 deletions build/pkgs/libatomic_ops/SPKG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,21 @@ libatomic_ops: Access hardware-provided atomic memory update operations
Description
-----------

A part of the Boehm-Demers-Weiser conservative garbage collector.
This package provides semi-portable access to hardware-provided
atomic memory update operations on a number of architectures.


License
-------

- Permissive BSD + GPL 2.0+
- MIT + GPL 2.0+


Upstream Contact
----------------

- Webpage: http://www.hboehm.info/gc/
- Email List: bdwgc@lists.opendylan.org
https://github.com/ivmai/libatomic_ops/


Special Update/Build Instructions
---------------------------------
Expand Down
6 changes: 3 additions & 3 deletions build/pkgs/libatomic_ops/checksums.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
tarball=libatomic_ops-VERSION.tar.gz
sha1=ad1c9cd6cc22e042a784e34baa360874083e5f60
md5=90a78a84d9c28ce11f331c25289bfbd0
cksum=1553525211
sha1=69223bbec025a0d57977feb861479f78a5e6c8d7
md5=a7e51e8041c3e60c298c037b2789c3fa
cksum=596151076
upstream_url=https://github.com/ivmai/libatomic_ops/releases/download/vVERSION/libatomic_ops-VERSION.tar.gz
2 changes: 1 addition & 1 deletion build/pkgs/libatomic_ops/package-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.6.10
7.8.0

0 comments on commit fe49240

Please sign in to comment.