Changeset View
Changeset View
Standalone View
Standalone View
package.yml
| name : liburcu | name : liburcu | ||||
DataDrake: Should be `urcu` to match upstream. | |||||
| version : 0.9.3 | version : 0.13.0 | ||||
| release : 1 | release : 2 | ||||
Done Inline ActionsShould be 0.12.2 on 0.2.12 DataDrake: Should be 0.12.2 on 0.2.12 | |||||
| source : | source : | ||||
| - http://www.lttng.org/files/urcu/userspace-rcu-0.9.3.tar.bz2 : 1bce32e6a6c967fef6d37adaadf33df19878d69673f9ef9d3f2470e0c6ed4006 | - https://lttng.org/files/urcu/userspace-rcu-0.13.0.tar.bz2 : cbb20dbe1a892c2a4d8898bac4316176e585392693d498766ccbbc68cf20ba20 | ||||
| license : LGPL-2.1 | homepage : https://liburcu.org/ | ||||
| license : LGPL-2.1-or-later | |||||
| component : programming.library | component : programming.library | ||||
| summary : Userspace RCU (read-copy-update) library is a data synchronization library that provides read-side access which scales linearly with the number of cores. | summary : Userspace RCU Implementation | ||||
| description: | | description: | | ||||
| Userspace RCU (read-copy-update) library is a data synchronization library that provides read-side access which scales linearly with the number of cores. | liburcu is a userspace RCU (read-copy-update) library. This data synchronization library provides read-side access which scales linearly with the number of cores. | ||||
| setup : | | setup : | | ||||
| %configure --disable-static | %configure --disable-static | ||||
| build : | | build : | | ||||
| %make | %make | ||||
| install : | | install : | | ||||
| %make_install | %make_install | ||||
| No newline at end of file | check : | | ||||
| %make check | |||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.
Should be urcu to match upstream.