# # Userspace RCU (read-copy-update) library. # # The liburcu package provides a set of userspace RCU (read-copy-update) # libraries. These data synchronization libraries provide read-side access # which scales linearly with the number of cores. It does so by allowing # multiples copies of a given data structure to live at the same time, and # by monitoring the data structure accesses to detect grace periods after # which memory reclamation is possible. # QICFLAGS="-O2 -march=x86-64 -fstack-clash-protection -fcf-protection=full -fstack-protector-strong --param=ssp-buffer-size=4 -pipe" QICXXFLAGS="-O2 -march=x86-64 -fstack-clash-protection -fcf-protection=full -fstack-protector-strong --param=ssp-buffer-size=4 -pipe" QILDFLAGS="-s" QICPPFLAGS="-D_FORTIFY_SOURCE=2" pkgname=liburcu pkgversion=0.13.2 arch=amd64 release=1 pkgcategory="libs" full_pkgname=liburcu_0.13.2_amd64-1@libs blurb="Userspace RCU (read-copy-update) library." homepage="https://liburcu.org" license="LGPLv2.1" fetch="https://lttng.org/files/urcu/userspace-rcu-0.13.2.tar.bz2" replace=""