Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Updated ceres-solver to 2.1.0_2
@ 2023-07-22  1:00 OliveThePuffin
  2023-07-22  6:32 ` [PR PATCH] [Updated] " OliveThePuffin
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: OliveThePuffin @ 2023-07-22  1:00 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1249 bytes --]

There is a new pull request by OliveThePuffin against master on the void-packages repository

https://github.com/OliveThePuffin/void-packages ceres-solver-2.1.0
https://github.com/void-linux/void-packages/pull/45184

Updated ceres-solver to 2.1.0_2
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**|**briefly**|**NO**
  - briefly

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
  -  x86_64-glibc
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl (crossbuilt on x86_64-glibc)
    - It has the same bug as described in #45166 in both this version and the current version in repo (2.0.0_2)
    - otherwise works well

A patch file from https://github.com/void-linux/void-packages/pull/45184.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-ceres-solver-2.1.0-45184.patch --]
[-- Type: text/x-diff, Size: 1616 bytes --]

From 1a4d7e8fc75fb95a15e9f48a75ada76889ddc4bf Mon Sep 17 00:00:00 2001
From: Samuel Clay <samuel.clay99@gmail.com>
Date: Thu, 20 Jul 2023 20:13:45 -0600
Subject: [PATCH] Updated ceres-solver to 2.1.0_2

---
 common/shlibs                 | 2 +-
 srcpkgs/ceres-solver/template | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index cf4202df919b4..cad9d8efed5c1 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3699,7 +3699,7 @@ libircclient.so.1 libircclient-1.10_5
 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.2 ceres-solver-2.0.0_1
+libceres.so.3 ceres-solver-2.1.0_2
 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
diff --git a/srcpkgs/ceres-solver/template b/srcpkgs/ceres-solver/template
index ec1729a7cd58f..066122be3c031 100644
--- a/srcpkgs/ceres-solver/template
+++ b/srcpkgs/ceres-solver/template
@@ -1,6 +1,6 @@
 # Template file for 'ceres-solver'
 pkgname=ceres-solver
-version=2.0.0
+version=2.1.0
 revision=2
 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=2ab0348e0f65fdf43bebcd325a1c73f7e8999691ee75e2a2981281931c42e9fa
+checksum=ccbd716a93f65d4cb017e3090ae78809e02f5426dce16d0ee2b4f8a4ba2411a8
 
 post_install() {
 	vlicense LICENSE

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PR PATCH] [Updated] Updated ceres-solver to 2.1.0_2
  2023-07-22  1:00 [PR PATCH] Updated ceres-solver to 2.1.0_2 OliveThePuffin
@ 2023-07-22  6:32 ` OliveThePuffin
  2023-07-22  6:37 ` [PR PATCH] [Updated] Updated ceres-solver to 2.1.0_1 OliveThePuffin
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: OliveThePuffin @ 2023-07-22  6:32 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1298 bytes --]

There is an updated pull request by OliveThePuffin against master on the void-packages repository

https://github.com/OliveThePuffin/void-packages ceres-solver-2.1.0
https://github.com/void-linux/void-packages/pull/45184

Updated ceres-solver to 2.1.0_2
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**|**briefly**|**NO**
  - briefly

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
  -  x86_64-glibc
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl (crossbuilt on x86_64-glibc)
    - It has the same bug as described in #45166 in both this version and the current version in repo (2.0.0_2)
    - (I'd fix it myself if I knew how to)
    - otherwise works well

A patch file from https://github.com/void-linux/void-packages/pull/45184.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-ceres-solver-2.1.0-45184.patch --]
[-- Type: text/x-diff, Size: 2355 bytes --]

From 1a4d7e8fc75fb95a15e9f48a75ada76889ddc4bf Mon Sep 17 00:00:00 2001
From: Samuel Clay <samuel.clay99@gmail.com>
Date: Thu, 20 Jul 2023 20:13:45 -0600
Subject: [PATCH 1/2] Updated ceres-solver to 2.1.0_2

---
 common/shlibs                 | 2 +-
 srcpkgs/ceres-solver/template | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index cf4202df919b4..cad9d8efed5c1 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3699,7 +3699,7 @@ libircclient.so.1 libircclient-1.10_5
 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.2 ceres-solver-2.0.0_1
+libceres.so.3 ceres-solver-2.1.0_2
 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
diff --git a/srcpkgs/ceres-solver/template b/srcpkgs/ceres-solver/template
index ec1729a7cd58f..066122be3c031 100644
--- a/srcpkgs/ceres-solver/template
+++ b/srcpkgs/ceres-solver/template
@@ -1,6 +1,6 @@
 # Template file for 'ceres-solver'
 pkgname=ceres-solver
-version=2.0.0
+version=2.1.0
 revision=2
 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=2ab0348e0f65fdf43bebcd325a1c73f7e8999691ee75e2a2981281931c42e9fa
+checksum=ccbd716a93f65d4cb017e3090ae78809e02f5426dce16d0ee2b4f8a4ba2411a8
 
 post_install() {
 	vlicense LICENSE

From 8d63e811bcb53c2335c2fc657a5b74bb2fd2244c Mon Sep 17 00:00:00 2001
From: Samuel Clay <samuel.clay99@gmail.com>
Date: Sat, 22 Jul 2023 00:32:39 -0600
Subject: [PATCH 2/2] Updated ceres-solver to 2.1.0_1

---
 srcpkgs/ceres-solver/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/ceres-solver/template b/srcpkgs/ceres-solver/template
index 066122be3c031..44dd1d959bdf5 100644
--- a/srcpkgs/ceres-solver/template
+++ b/srcpkgs/ceres-solver/template
@@ -1,7 +1,7 @@
 # Template file for 'ceres-solver'
 pkgname=ceres-solver
 version=2.1.0
-revision=2
+revision=1
 build_style=cmake
 configure_args="-DLIB_SUFFIX='' -DBUILD_SHARED_LIBS=ON"
 makedepends="eigen glog-devel lapack-devel libgomp-devel"

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PR PATCH] [Updated] Updated ceres-solver to 2.1.0_1
  2023-07-22  1:00 [PR PATCH] Updated ceres-solver to 2.1.0_2 OliveThePuffin
  2023-07-22  6:32 ` [PR PATCH] [Updated] " OliveThePuffin
@ 2023-07-22  6:37 ` OliveThePuffin
  2023-07-22  6:38 ` [PR PATCH] [Closed]: " OliveThePuffin
  2023-07-22  6:38 ` [PR PATCH] [Updated] " OliveThePuffin
  3 siblings, 0 replies; 5+ messages in thread
From: OliveThePuffin @ 2023-07-22  6:37 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1298 bytes --]

There is an updated pull request by OliveThePuffin against master on the void-packages repository

https://github.com/OliveThePuffin/void-packages ceres-solver-2.1.0
https://github.com/void-linux/void-packages/pull/45184

Updated ceres-solver to 2.1.0_1
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**|**briefly**|**NO**
  - briefly

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
  -  x86_64-glibc
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl (crossbuilt on x86_64-glibc)
    - It has the same bug as described in #45166 in both this version and the current version in repo (2.0.0_2)
    - (I'd fix it myself if I knew how to)
    - otherwise works well

A patch file from https://github.com/void-linux/void-packages/pull/45184.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-ceres-solver-2.1.0-45184.patch --]
[-- Type: text/x-diff, Size: 1689 bytes --]

From cc48e4efe9efd376e9634b73ec01534453cc2ec6 Mon Sep 17 00:00:00 2001
From: Samuel Clay <samuel.clay99@gmail.com>
Date: Sat, 22 Jul 2023 00:36:42 -0600
Subject: [PATCH] Updated ceres-solver to 2.1.0_1

---
 common/shlibs                 | 2 +-
 srcpkgs/ceres-solver/template | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index cf4202df919b4..4946812be18a5 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3699,7 +3699,7 @@ libircclient.so.1 libircclient-1.10_5
 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.2 ceres-solver-2.0.0_1
+libceres.so.3 ceres-solver-2.1.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
diff --git a/srcpkgs/ceres-solver/template b/srcpkgs/ceres-solver/template
index ec1729a7cd58f..44dd1d959bdf5 100644
--- a/srcpkgs/ceres-solver/template
+++ b/srcpkgs/ceres-solver/template
@@ -1,7 +1,7 @@
 # Template file for 'ceres-solver'
 pkgname=ceres-solver
-version=2.0.0
-revision=2
+version=2.1.0
+revision=1
 build_style=cmake
 configure_args="-DLIB_SUFFIX='' -DBUILD_SHARED_LIBS=ON"
 makedepends="eigen glog-devel lapack-devel libgomp-devel"
@@ -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=2ab0348e0f65fdf43bebcd325a1c73f7e8999691ee75e2a2981281931c42e9fa
+checksum=ccbd716a93f65d4cb017e3090ae78809e02f5426dce16d0ee2b4f8a4ba2411a8
 
 post_install() {
 	vlicense LICENSE

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PR PATCH] [Closed]: Updated ceres-solver to 2.1.0_1
  2023-07-22  1:00 [PR PATCH] Updated ceres-solver to 2.1.0_2 OliveThePuffin
  2023-07-22  6:32 ` [PR PATCH] [Updated] " OliveThePuffin
  2023-07-22  6:37 ` [PR PATCH] [Updated] Updated ceres-solver to 2.1.0_1 OliveThePuffin
@ 2023-07-22  6:38 ` OliveThePuffin
  2023-07-22  6:38 ` [PR PATCH] [Updated] " OliveThePuffin
  3 siblings, 0 replies; 5+ messages in thread
From: OliveThePuffin @ 2023-07-22  6:38 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1117 bytes --]

There's a closed pull request on the void-packages repository

Updated ceres-solver to 2.1.0_1
https://github.com/void-linux/void-packages/pull/45184

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**|**briefly**|**NO**
  - briefly

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
  -  x86_64-glibc
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl (crossbuilt on x86_64-glibc)
    - It has the same bug as described in #45166 in both this version and the current version in repo (2.0.0_2)
    - (I'd fix it myself if I knew how to)
    - otherwise works well

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PR PATCH] [Updated] Updated ceres-solver to 2.1.0_1
  2023-07-22  1:00 [PR PATCH] Updated ceres-solver to 2.1.0_2 OliveThePuffin
                   ` (2 preceding siblings ...)
  2023-07-22  6:38 ` [PR PATCH] [Closed]: " OliveThePuffin
@ 2023-07-22  6:38 ` OliveThePuffin
  3 siblings, 0 replies; 5+ messages in thread
From: OliveThePuffin @ 2023-07-22  6:38 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1298 bytes --]

There is an updated pull request by OliveThePuffin against master on the void-packages repository

https://github.com/OliveThePuffin/void-packages ceres-solver-2.1.0
https://github.com/void-linux/void-packages/pull/45184

Updated ceres-solver to 2.1.0_1
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**|**briefly**|**NO**
  - briefly

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
  -  x86_64-glibc
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl (crossbuilt on x86_64-glibc)
    - It has the same bug as described in #45166 in both this version and the current version in repo (2.0.0_2)
    - (I'd fix it myself if I knew how to)
    - otherwise works well

A patch file from https://github.com/void-linux/void-packages/pull/45184.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-ceres-solver-2.1.0-45184.patch --]
[-- Type: text/x-diff, Size: 0 bytes --]



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-07-22  6:38 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-22  1:00 [PR PATCH] Updated ceres-solver to 2.1.0_2 OliveThePuffin
2023-07-22  6:32 ` [PR PATCH] [Updated] " OliveThePuffin
2023-07-22  6:37 ` [PR PATCH] [Updated] Updated ceres-solver to 2.1.0_1 OliveThePuffin
2023-07-22  6:38 ` [PR PATCH] [Closed]: " OliveThePuffin
2023-07-22  6:38 ` [PR PATCH] [Updated] " OliveThePuffin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).