[atomic-queue]: available in vcpkg! (#17953)

Co-authored-by: Michael Heyman <Michael.Heyman@jhuapl.edu>
This commit is contained in:
Michael Heyman 2021-05-18 18:24:38 -04:00 committed by GitHub
parent 7e5febae30
commit f5b1b96dda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 39 additions and 0 deletions

View File

@ -0,0 +1,20 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO max0x7ba/atomic_queue
REF 7619054490efdbfe377bd528bc09b21f5cd38a02
SHA512 0d145f461a5c978c4d6f6d8ec1f06f0c61f3d009e65eac12db806c2aa7941461f881b34b9c4dd9aeebd3206a4598e6081f89f983c389b2f5aecefefcbddd94b6
HEAD_REF master
)
file(
COPY
${SOURCE_PATH}/include/atomic_queue/atomic_queue.h
${SOURCE_PATH}/include/atomic_queue/atomic_queue_mutex.h
${SOURCE_PATH}/include/atomic_queue/barrier.h
${SOURCE_PATH}/include/atomic_queue/defs.h
${SOURCE_PATH}/include/atomic_queue/spinlock.h
DESTINATION
${CURRENT_PACKAGES_DIR}/include/atomic_queue
)
file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)

View File

@ -0,0 +1,6 @@
{
"name": "atomic-queue",
"version-date": "2021-05-03",
"description": "Minimalistic header-only thread-safe ultra-low-latency multiple-producer-multiple-consumer lockless queues based on circular buffer with std::atomic.",
"homepage": "https://github.com/max0x7ba/atomic_queue"
}

View File

@ -0,0 +1,9 @@
{
"versions": [
{
"git-tree": "a32a426d9c16a0067532134ecb6680ee7928f7f7",
"version-date": "2021-05-03",
"port-version": 0
}
]
}

View File

@ -188,6 +188,10 @@
"baseline": "0",
"port-version": 0
},
"atomic-queue": {
"baseline": "2021-05-03",
"port-version": 0
},
"aubio": {
"baseline": "0.4.9",
"port-version": 4