mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 10:22:56 +02:00
cereal: update to 1.3.2.
This commit is contained in:
parent
f1b01618bb
commit
98ee854c9e
1 changed files with 4 additions and 3 deletions
|
@ -1,15 +1,16 @@
|
||||||
# Template file for 'cereal'
|
# Template file for 'cereal'
|
||||||
pkgname=cereal
|
pkgname=cereal
|
||||||
version=1.3.0
|
version=1.3.2
|
||||||
revision=2
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DSKIP_PORTABILITY_TEST=1 -DTHREAD_SAFE=ON -DWITH_WERROR=OFF"
|
configure_args="-DSKIP_PORTABILITY_TEST=1 -DTHREAD_SAFE=ON -DWITH_WERROR=OFF"
|
||||||
short_desc="Header-only C++ serialization library"
|
short_desc="Header-only C++ serialization library"
|
||||||
|
makedepends="boost-devel"
|
||||||
maintainer="Zlice <zlice555@gmail.com>"
|
maintainer="Zlice <zlice555@gmail.com>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="https://uscilab.github.io/cereal"
|
homepage="https://uscilab.github.io/cereal"
|
||||||
distfiles="https://github.com/USCiLab/cereal/archive/v${version}.tar.gz"
|
distfiles="https://github.com/USCiLab/cereal/archive/v${version}.tar.gz"
|
||||||
checksum=329ea3e3130b026c03a4acc50e168e7daff4e6e661bc6a7dfec0d77b570851d5
|
checksum=16a7ad9b31ba5880dac55d62b5d6f243c3ebc8d46a3514149e56b5e7ea81f85f
|
||||||
|
|
||||||
if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
|
if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
|
||||||
makedepends+=" libatomic-devel"
|
makedepends+=" libatomic-devel"
|
||||||
|
|
Loading…
Add table
Reference in a new issue