# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 PortSystem 1.0 name userspace-rcu version 0.14.1 revision 0 categories devel license LGPL-2.1 maintainers {mps @Schamschula} openmaintainer description A userspace RCU (read-copy-update) library, liburcu. long_description {*}${description} This data synchronization library provides \ read-side access which scales linearly with the number of cores. homepage https://liburcu.org master_sites https://lttng.org/files/urcu/ checksums rmd160 27eea72e049bf5deb62d29c676499b4b5191c8d0 \ sha256 231acb13dc6ec023e836a0f0666f6aab47dc621ecb1d2cd9d9c22f922678abc0 \ size 669999 use_bzip2 yes # https://github.com/urcu/userspace-rcu/pull/22 patchfiles 0002-ppc.h-use-correct-cacheline-size-for-macOS.patch # It requires C++11, otherwise configure fails. compiler.cxx_standard 2011 configure.args --disable-silent-rules test.run yes test.target check