Skip to content

Commit

Permalink
[libatomic-ops] New port
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmai committed Nov 9, 2021
1 parent 721cb5f commit 8b003ac
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 0 deletions.
24 changes: 24 additions & 0 deletions ports/libatomic-ops/portfile.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO ivmai/libatomic_ops
REF 7a8de3bd9c6c61c68a866b849e7b1d17d76d2d36 # v7.7.0-20211109
SHA512 05555792a199526d8e164833f590cc57c5ee34672d81952787a09dd7008e947e4e8b6ad63fb6b8ee315294b98fdf743639622b3d9156d8a8f8363b431e875c45
HEAD_REF master
)

vcpkg_configure_cmake(
SOURCE_PATH "${SOURCE_PATH}"
PREFER_NINJA
OPTIONS_DEBUG
-Dinstall_headers=OFF
)

vcpkg_install_cmake()
vcpkg_fixup_cmake_targets(CONFIG_PATH lib/cmake/atomic_ops)
vcpkg_copy_pdbs()

file(INSTALL "${SOURCE_PATH}/LICENSE" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)

file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share")

vcpkg_fixup_pkgconfig()
5 changes: 5 additions & 0 deletions ports/libatomic-ops/vcpkg.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"name": "libatomic-ops",
"version": "7.7.0",
"description": "The atomic_ops project (Atomic memory update operations portable implementation)"
}
4 changes: 4 additions & 0 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -3292,6 +3292,10 @@
"baseline": "2.5.3",
"port-version": 2
},
"libatomic-ops": {
"baseline": "7.7.0",
"port-version": 0
},
"libavif": {
"baseline": "0.9.2",
"port-version": 0
Expand Down
9 changes: 9 additions & 0 deletions versions/l-/libatomic-ops.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"versions": [
{
"git-tree": "190e60a8fc88f307a5fd036acbce1716cd941367",
"version": "7.7.0",
"port-version": 0
}
]
}

0 comments on commit 8b003ac

Please sign in to comment.