brial: update to 1.2.12.

This commit is contained in:
Gonzalo Tornaría 2023-01-30 11:04:46 -03:00 committed by Leah Neukirchen
parent 8faa5d59cf
commit e11738213b

View file

@ -1,6 +1,6 @@
# Template file for 'brial' # Template file for 'brial'
pkgname=brial pkgname=brial
version=1.2.11 version=1.2.12
revision=1 revision=1
build_style=gnu-configure build_style=gnu-configure
hostmakedepends="pkg-config" hostmakedepends="pkg-config"
@ -9,8 +9,9 @@ short_desc="BRiAl (Boolean Ring Algebra) is the successor to PolyBoRi"
maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>" maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
license="GPL-2.0-or-later" license="GPL-2.0-or-later"
homepage="https://github.com/BRiAl/BRiAl" homepage="https://github.com/BRiAl/BRiAl"
changelog="https://github.com/BRiAl/BRiAl/releases"
distfiles="https://github.com/BRiAl/BRiAl/releases/download/$version/brial-$version.tar.bz2" distfiles="https://github.com/BRiAl/BRiAl/releases/download/$version/brial-$version.tar.bz2"
checksum=6c0f622009dcd9928295d748226baa9cdc1a87c32552e13772fddf95bbb6f02c checksum=ca009e3722dd3f0a60d15501caed1413146c80abced57423e32ae0116f407494
if [ -n "$CROSS_BUILD" ]; then if [ -n "$CROSS_BUILD" ]; then
configure_args+=" --with-boost-unit-test-framework=no" configure_args+=" --with-boost-unit-test-framework=no"