Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions cmake/defaults/CYCOMMON.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ SET(RV_DEPS_AJA_DOWNLOAD_HASH
"b9d189f77e18dbdff7c39a339b1a5dd4"
)

# atomic_ops https://github.com/ivmai/libatomic_ops
# atomic_ops https://github.com/bdwgc/libatomic_ops
SET(RV_DEPS_ATOMIC_OPS_VERSION
"7.7.0"
"7.10.0"
)
SET(RV_DEPS_ATOMIC_OPS_DOWNLOAD_HASH
"cc7fad1e71b3064abe1ea821ae9a9a6e"
"35e417e4e49cd97976ef14c50e06db9b"
)

# dav1d https://github.com/videolan/dav1d
Expand Down
3 changes: 1 addition & 2 deletions cmake/dependencies/atomic_ops.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,8 @@ SET(_version
${RV_DEPS_ATOMIC_OPS_VERSION}
)

# Download a recent version that includes the feature we need (--disable-gpl) which hasn't been released nor tagged yet.
SET(_download_url
"https://github.com/ivmai/libatomic_ops/archive/044573903530c4a8e8318e20a830d4a0531b2035.zip"
"https://github.com/bdwgc/libatomic_ops/archive/refs/tags/v${_version}.zip"
)

SET(_download_hash
Expand Down