ceres-solver: update to 2.0.0
There's an solib version bump yet none of Void's packages depends on it.
This commit is contained in:
parent
91ebdb9137
commit
70d624094a
2 changed files with 3 additions and 3 deletions
|
@ -3717,7 +3717,7 @@ libircclient.so.1 libircclient-1.10_1
|
|||
libFAudio.so.0 FAudio-19.05_1
|
||||
libqaccessibilityclient-qt5.so.0 libqaccessibilityclient-0.4.0_1
|
||||
libnitrokey.so.3 libnitrokey-3.4.1_1
|
||||
libceres.so.1 ceres-solver-1.14.0_1
|
||||
libceres.so.2 ceres-solver-2.0.0_1
|
||||
libgraphene-1.0.so.0 graphene-1.8.2_1
|
||||
libflite.so.1 flite-2.1_1
|
||||
libflite_cmu_us_kal.so.1 flite-2.1_1
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'ceres-solver'
|
||||
pkgname=ceres-solver
|
||||
version=1.14.0
|
||||
version=2.0.0
|
||||
revision=1
|
||||
build_style=cmake
|
||||
configure_args="-DLIB_SUFFIX='' -DBUILD_SHARED_LIBS=ON"
|
||||
|
@ -10,7 +10,7 @@ maintainer="Jasper Chan <jasperchan515@gmail.com>"
|
|||
license="BSD-3-Clause"
|
||||
homepage="http://ceres-solver.org/"
|
||||
distfiles="https://github.com/ceres-solver/ceres-solver/archive/${version}.tar.gz"
|
||||
checksum=1296330fcf1e09e6c2f926301916f64d4a4c5c0ff12d460a9bc5d4c48411518f
|
||||
checksum=2ab0348e0f65fdf43bebcd325a1c73f7e8999691ee75e2a2981281931c42e9fa
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in a new issue