[Git][archlinux/packaging/packages/nwg-panel][main] upgpkg: 0.9.32-1: New upstream release

2024-05-18 Thread Robin Candau (@antiz)
Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / nwg-panel Commits: 8ee2d24c by Robin Candau at 2024-05-18T09:07:51+02:00 upgpkg: 0.9.32-1: New upstream release https://github.com/nwg-piotr/nwg-panel/releases/tag/v0.9.32 - - - - - 2 changed files: - .SRCINFO

[Git][archlinux/packaging/packages/nwg-panel] Pushed new tag 0.9.32-1

2024-05-18 Thread Robin Candau (@antiz)
Robin Candau pushed new tag 0.9.32-1 at Arch Linux / Packaging / Packages / nwg-panel -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/nwg-panel/-/tree/0.9.32-1 You're receiving this email because of your account on gitlab.archlinux.org.

Re: Help with adjustment transaction

2024-05-17 Thread Robin H. Johnson
ient didn't deposit the cheque for a long time. My practical workflow: - I enter data primarily from the bank & paypal transactions in the first place, and reconcile vs other sources. -- Robin Hugh Johnson Gentoo Linux: Dev, Infra Lead, Foundation President & Treasurer E-Mail : robb...@g

Re: Help with adjustment transaction

2024-05-17 Thread Robin H. Johnson
must be at least two spaces, or a tab, between the amount and the | account. If you do not have adequate separation between the amount and the | account Ledger will give an error and stop calculating. So easy fix for you: 2024/04/08 * Balance Assertion:Ally_Savings Assets:Ally_Savings$0.00 = $4

[gcc r15-639] RISC-V: Add initial cost handling for segment loads/stores.

2024-05-17 Thread Robin Dapp via Gcc-cvs
https://gcc.gnu.org/g:e0b9c8ad7098fb08a25a61fe17d4274dd73e5145 commit r15-639-ge0b9c8ad7098fb08a25a61fe17d4274dd73e5145 Author: Robin Dapp Date: Mon Feb 26 13:09:15 2024 +0100 RISC-V: Add initial cost handling for segment loads/stores. This patch makes segment loads and stores

[gcc r15-638] internal-fn: Do not force vcond_mask operands to reg.

2024-05-17 Thread Robin Dapp via Gcc-cvs
https://gcc.gnu.org/g:7ca35f2e430081d6ec91e910002f92d9713350fa commit r15-638-g7ca35f2e430081d6ec91e910002f92d9713350fa Author: Robin Dapp Date: Fri May 10 12:44:44 2024 +0200 internal-fn: Do not force vcond_mask operands to reg. In order to directly use constants this patch

Re: [PATCH v6] RISC-V: Implement IFN SAT_ADD for both the scalar and vector

2024-05-17 Thread Robin Dapp
nd we can implement the if/then by sltu and or. No need for another revision, though. Regards Robin

[PATCH] RISC-V: Remove dead perm series code and document.

2024-05-17 Thread Robin Dapp
Hi, with the introduction of shuffle_series_patterns the explicit handler code for a perm series is dead. This patch removes it and also adds a function-level comment to shuffle_series_patterns. Regtested on rv64gcv_zvfh_zvbb. Regards Robin gcc/ChangeLog: * config/riscv/riscv-v.cc

[PATCH] RISC-V: Add vector popcount, clz, ctz.

2024-05-17 Thread Robin Dapp
Hi, this patch adds the zvbb vcpop, vclz and vctz to the autovec machinery as well as tests for them. It also changes several non-VLS iterators to V_VLS iterators for consistency. Regtested on rv64gcv_zvfh_zvbb. Regards Robin gcc/ChangeLog: * config/riscv/autovec.md (ctz2): New

[PATCH] RISC-V: Add vandn combine helper.

2024-05-17 Thread Robin Dapp
Hi, this patch adds a combine pattern for vandn as well as tests for it. Regtested on rv64gcv_zvfh_zvbb. Regards Robin gcc/ChangeLog: * config/riscv/autovec-opt.md (*vandn_): New pattern. * config/riscv/vector.md: Add vandn to mode_idx. gcc/testsuite/ChangeLog

[PATCH] RISC-V: Use widening shift for scatter/gather if applicable.

2024-05-17 Thread Robin Dapp
. Regards Robin gcc/ChangeLog: * config/riscv/riscv-v.cc (expand_gather_scatter): Use vwsll if applicable. * config/riscv/vector-crypto.md: Remove mode from vwsll shift count operator. * config/riscv/vector.md: Add vwsll to mode iterator. gcc/testsuite

[PATCH] RISC-V: Add vwsll combine helpers.

2024-05-17 Thread Robin Dapp
Hi, this patch enables the usage of vwsll in autovec context by adding the necessary combine patterns and tests. Regtested on rv64gcv_zvfh_zvbb. Regards Robin gcc/ChangeLog: * config/riscv/autovec-opt.md (*vwsll_zext1_): New pattern. (*vwsll_zext2_): Ditto

[PATCH] RISC-V: Split vwadd.wx and vwsub.wx and add helpers.

2024-05-17 Thread Robin Dapp
we can get rid of redundant extensions. If somebody considers the patterns excessive, I'd be open to not add them. Regtested on rv64gcv_zvfh_zvbb. Regards Robin gcc/ChangeLog: * config/riscv/vector.md: Split vwadd.wx/vwsub.wx pattern and add extended_scalar patterns. gcc

[PyInstaller] Re: Issue running the exe: No Module named '_jpype'

2024-05-17 Thread Robin Gehring
I did this, but it still gives me the same error Hidden import does not work: 15971242 ERROR: Hidden import '_jpype' not found bwoodsend schrieb am Freitag, 17. Mai 2024 um 13:09:29 UTC+2: > --hiddenimport=_jpype is the flag for missing modules. > ​ > -- You received this message because you

[PyInstaller] Re: Issue running the exe: No Module named '_jpype'

2024-05-17 Thread Robin Gehring
i did this, but it still gives me the same error bwoodsend schrieb am Freitag, 17. Mai 2024 um 13:09:29 UTC+2: > --hiddenimport=_jpype is the flag for missing modules. > ​ > -- You received this message because you are subscribed to the Google Groups "PyInstaller" group. To unsubscribe from

Re: [PATCH] internal-fn: Do not force vcond operand to reg.

2024-05-17 Thread Robin Dapp
> OK if that pre-commit CI works out. The CI didn't pick it up, guess it needs to be a bit more explicit. In the meanwhile, however, I managed to catch a short window with > 10G free on gcc185 => Bootstrap and regtest successful on aarch64. Going to push the patch later today. Regards Robin

[PyInstaller] Issue running the exe: No Module named '_jpype'

2024-05-17 Thread Robin Gehring
Hi, I want to create an .exe from my python scripts. I added alle the imports but if I start the exe it always throws an error: "No Module named '_jpype' " So in jpype there is a file named _init_.py and in line 18 it says "import _jpype" Then I tried to find the location of _jpype and it

[Git][archlinux/packaging/packages/containerd][main] upgpkg: 1.7.17-1: New upstream release

2024-05-17 Thread Robin Candau (@antiz)
Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / containerd Commits: 300fcded by Robin Candau at 2024-05-17T09:28:34+02:00 upgpkg: 1.7.17-1: New upstream release https://github.com/containerd/containerd/releases/tag/v1.7.17 - - - - - 2 changed files: - .SRCINFO

[Git][archlinux/packaging/packages/containerd] Pushed new tag 1.7.17-1

2024-05-17 Thread Robin Candau (@antiz)
Robin Candau pushed new tag 1.7.17-1 at Arch Linux / Packaging / Packages / containerd -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/containerd/-/tree/1.7.17-1 You're receiving this email because of your account on gitlab.archlinux.org.

[Git][archlinux/packaging/packages/bluez][main] upgpkg: 5.76-1: New upstream release

2024-05-17 Thread Robin Candau (@antiz)
Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / bluez Commits: 01201341 by Robin Candau at 2024-05-17T09:22:43+02:00 upgpkg: 5.76-1: New upstream release - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: = .SRCINFO

[Git][archlinux/packaging/packages/bluez] Pushed new tag 5.76-1

2024-05-17 Thread Robin Candau (@antiz)
Robin Candau pushed new tag 5.76-1 at Arch Linux / Packaging / Packages / bluez -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/bluez/-/tree/5.76-1 You're receiving this email because of your account on gitlab.archlinux.org.

[jira] [Updated] (HBASE-28599) RowTooBigException is thrown when duplicate increment RPC call is attempted

2024-05-16 Thread Robin Infant A (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28599?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robin Infant A updated HBASE-28599: --- Environment: (was: hbase 2.5.5) > RowTooBigException is thrown when duplicate increm

RE: [VOTE] Release Apache Answer(Incubating) v1.3.1-RC2 (Round2)

2024-05-16 Thread robin ren
[x] +1 approve I checked the following list: [x] Source code distributions have correct names matching the current release. [x] All files have license headers if necessary. [x] No unlicensed compiled archives bundled in source archive. Best regards, robin On 2024/05/14 03:46:33 Shuailing LI

Re: Help with adjustment transaction

2024-05-16 Thread Robin H. Johnson
times such bank statements contain sequences that are only correct with eventual consistency. Paypal's CSV export is esp. bad if you have events close-in-time: Events T1, T2.1, T2.2, T3: correct at T1, correct at T2, but both T2.1 & T2.2 use the balance after T1. -- Robin Hugh Johnson Gen

[Git][archlinux/packaging/packages/zathura-pdf-mupdf][main] upgpkg: 0.4.2-1: New upstream release

2024-05-16 Thread Robin Candau (@antiz)
Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / zathura-pdf-mupdf Commits: 2b8b07d4 by Robin Candau at 2024-05-16T22:03:23+02:00 upgpkg: 0.4.2-1: New upstream release - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes

[Git][archlinux/packaging/packages/zathura-pdf-mupdf] Pushed new tag 0.4.2-1

2024-05-16 Thread Robin Candau (@antiz)
Robin Candau pushed new tag 0.4.2-1 at Arch Linux / Packaging / Packages / zathura-pdf-mupdf -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/zathura-pdf-mupdf/-/tree/0.4.2-1 You're receiving

[Git][archlinux/packaging/packages/python-sentry_sdk][main] upgpkg: 2.2.0-1: New upstream release

2024-05-16 Thread Robin Candau (@antiz)
Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / python-sentry_sdk Commits: 7f65e099 by Robin Candau at 2024-05-16T21:59:55+02:00 upgpkg: 2.2.0-1: New upstream release https://github.com/getsentry/sentry-python/releases/tag/2.2.0 - - - - - 2 changed files

[Git][archlinux/packaging/packages/python-sentry_sdk] Pushed new tag 2.2.0-1

2024-05-16 Thread Robin Candau (@antiz)
Robin Candau pushed new tag 2.2.0-1 at Arch Linux / Packaging / Packages / python-sentry_sdk -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-sentry_sdk/-/tree/2.2.0-1 You're receiving

Re: [PATCH 1/5] RISC-V: Remove float vector eqne pattern

2024-05-16 Thread Robin Dapp
> Can eqne pattern removal patches be committed firstly? Please first make sure you test with corner cases, NaNs in particular. I'm pretty sure we don't have any test cases for those. Regards Robin

[Git][archlinux/packaging/packages/python-pymupdf][main] upgpkg: 1.24.4-1: New upstream release

2024-05-16 Thread Robin Candau (@antiz)
Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / python-pymupdf Commits: b35844c2 by Robin Candau at 2024-05-16T21:05:11+02:00 upgpkg: 1.24.4-1: New upstream release https://github.com/pymupdf/PyMuPDF/releases/tag/1.24.4 - - - - - 2 changed files: - .SRCINFO

[Git][archlinux/packaging/packages/python-pymupdf] Pushed new tag 1.24.4-1

2024-05-16 Thread Robin Candau (@antiz)
Robin Candau pushed new tag 1.24.4-1 at Arch Linux / Packaging / Packages / python-pymupdf -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-pymupdf/-/tree/1.24.4-1 You're receiving

[jira] [Updated] (HBASE-28599) RowTooBigException is thrown when duplicate increment RPC call is attempted

2024-05-16 Thread Robin Infant A (Jira)
[ https://issues.apache.org/jira/browse/HBASE-28599?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robin Infant A updated HBASE-28599: --- Environment: hbase 2.5.5 > RowTooBigException is thrown when duplicate increment RPC c

[jira] [Created] (HBASE-28599) RowTooBigException is thrown when duplicate increment RPC call is attempted

2024-05-16 Thread Robin Infant A (Jira)
Robin Infant A created HBASE-28599: -- Summary: RowTooBigException is thrown when duplicate increment RPC call is attempted Key: HBASE-28599 URL: https://issues.apache.org/jira/browse/HBASE-28599

[jira] [Created] (HBASE-28599) RowTooBigException is thrown when duplicate increment RPC call is attempted

2024-05-16 Thread Robin Infant A (Jira)
Robin Infant A created HBASE-28599: -- Summary: RowTooBigException is thrown when duplicate increment RPC call is attempted Key: HBASE-28599 URL: https://issues.apache.org/jira/browse/HBASE-28599

[Git][archlinux/packaging/packages/nfoview] Pushed new tag 2.0.1-4

2024-05-16 Thread Robin Candau (@antiz)
Robin Candau pushed new tag 2.0.1-4 at Arch Linux / Packaging / Packages / nfoview -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/nfoview/-/tree/2.0.1-4 You're receiving this email because

[Git][archlinux/packaging/packages/nfoview][main] upgpkg: 2.0.1-4: Update pkgdesc

2024-05-16 Thread Robin Candau (@antiz)
Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / nfoview Commits: b0f5a9b0 by Robin Candau at 2024-05-16T11:42:16+02:00 upgpkg: 2.0.1-4: Update pkgdesc - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: = .SRCINFO

[Git][archlinux/packaging/packages/nfoview][main] Update pkgdesc

2024-05-16 Thread Robin Candau (@antiz)
Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / nfoview Commits: 8c207343 by Robin Candau at 2024-05-16T11:41:12+02:00 Update pkgdesc - - - - - 1 changed file: - PKGBUILD Changes: = PKGBUILD

Re: [PATCH 1/5] RISC-V: Remove float vector eqne pattern

2024-05-15 Thread Robin Dapp
Hi Demin, are you still going to continue with this? Regards Robin

Re: [PATCH] RISC-V: Do not allow v0 as dest when merging [PR115068].

2024-05-15 Thread Robin Dapp
> I saw vwadd/vwsub.wx have same issue. Could you change them and add test too ? Yes, will do. At first I didn't manage to reproduce it because we seem to be lacking a combine-opt pattern for it. I'm going to post it separately. Regards Robin

[Git][archlinux/packaging/packages/ansible-lint][main] upgpkg: 24.5.0-1: New upstream release

2024-05-15 Thread Robin Candau (@antiz)
Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / ansible-lint Commits: 0116e132 by Robin Candau at 2024-05-15T20:29:36+02:00 upgpkg: 24.5.0-1: New upstream release https://github.com/ansible/ansible-lint/releases/tag/v24.5.0 - - - - - 3 changed files: - .SRCINFO

[Git][archlinux/packaging/packages/ansible-lint] Pushed new tag 24.5.0-1

2024-05-15 Thread Robin Candau (@antiz)
Robin Candau pushed new tag 24.5.0-1 at Arch Linux / Packaging / Packages / ansible-lint -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/ansible-lint/-/tree/24.5.0-1 You're receiving

[Git][archlinux/packaging/packages/glances][main] upgpkg: 4.0.4-1: New upstream release

2024-05-15 Thread Robin Candau (@antiz)
Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / glances Commits: 69ce9ecc by Robin Candau at 2024-05-15T17:46:22+02:00 upgpkg: 4.0.4-1: New upstream release - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes

[Git][archlinux/packaging/packages/glances] Pushed new tag 4.0.4-1

2024-05-15 Thread Robin Candau (@antiz)
Robin Candau pushed new tag 4.0.4-1 at Arch Linux / Packaging / Packages / glances -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/glances/-/tree/4.0.4-1 You're receiving this email because

[Git][archlinux/packaging/packages/hugo][main] upgpkg: 0.126.1-1: New upstream release

2024-05-15 Thread Robin Candau (@antiz)
Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / hugo Commits: 736414bc by Robin Candau at 2024-05-15T17:37:30+02:00 upgpkg: 0.126.1-1: New upstream release https://github.com/gohugoio/hugo/releases/tag/v0.126.1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD

[Git][archlinux/packaging/packages/hugo] Pushed new tag 0.126.1-1

2024-05-15 Thread Robin Candau (@antiz)
Robin Candau pushed new tag 0.126.1-1 at Arch Linux / Packaging / Packages / hugo -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/hugo/-/tree/0.126.1-1 You're receiving this email because

Re: [Geoserver-users] Install community extensions?

2024-05-15 Thread Kristian Nils Robin Morin via Geoserver-users
mer. 15 mai 2024 à 15:44, Kristian Nils Robin Morin via Geoserver-users > a écrit : > >> I am trying to install the community extension ogcapi-features using for >> >> geoserver: >> image: docker.osgeo.org/geoserver:2.25.0 >> >> environment:

[Geoserver-users] Install community extensions?

2024-05-15 Thread Kristian Nils Robin Morin via Geoserver-users
I am trying to install the community extension ogcapi-features using for geoserver: image: docker.osgeo.org/geoserver:2.25.0 environment: - INSTALL_EXTENSIONS=true - SKIP_DEMO_DATA=true - STABLE_EXTENSIONS=h2,pyramid,css, sqlserver, monitor -

Re: pre-releases (for systemd & co) in core-testing

2024-05-15 Thread Robin Candau
, Robin Candau / Antiz OpenPGP_0xFDC3040B92ACA748.asc Description: OpenPGP public key OpenPGP_signature.asc Description: OpenPGP digital signature

Re: No output for lm3s6965-ek:qemu-protected

2024-05-14 Thread Robin Randhawa
? Cheers, Robin On Tue, 14 May 2024 at 18:48, Alan C. Assis wrote: > Hi Robin, > > Thank you very much for further investigation! > > I tried to build here and found a different issue: > > CC: wchar/lib_mbsnrtowcs.c MODULECC: chardev.c > CC: proxies/PROXY_dup2.c LD: str

[Git][archlinux/packaging/packages/jenkins][main] upgpkg: 2.458-1: New upstream release

2024-05-14 Thread Robin Candau (@antiz)
Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / jenkins Commits: eeaaa763 by Robin Candau at 2024-05-14T19:54:56+02:00 upgpkg: 2.458-1: New upstream release - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes

[Git][archlinux/packaging/packages/jenkins] Pushed new tag 2.458-1

2024-05-14 Thread Robin Candau (@antiz)
Robin Candau pushed new tag 2.458-1 at Arch Linux / Packaging / Packages / jenkins -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/jenkins/-/tree/2.458-1 You're receiving this email because

[Git][archlinux/packaging/packages/python-ansible-compat] Pushed new tag 24.5.1-1

2024-05-14 Thread Robin Candau (@antiz)
Robin Candau pushed new tag 24.5.1-1 at Arch Linux / Packaging / Packages / python-ansible-compat -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-ansible-compat/-/tree/24.5.1-1 You're

[Git][archlinux/packaging/packages/python-ansible-compat][main] 2 commits: upgpkg: 4.1.11-1: New upstream release

2024-05-14 Thread Robin Candau (@antiz)
Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / python-ansible-compat Commits: db7c9585 by Robin Candau at 2024-05-08T21:00:37+02:00 upgpkg: 4.1.11-1: New upstream release https://github.com/ansible/ansible-compat/releases/tag/v4.1.11 - - - - - 66abb1c0 by Robin

[Git][archlinux/packaging/packages/hugo][main] upgpkg: 0.126.0-1: New upstream release

2024-05-14 Thread Robin Candau (@antiz)
Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / hugo Commits: 6df9bcdc by Robin Candau at 2024-05-14T19:40:26+02:00 upgpkg: 0.126.0-1: New upstream release https://github.com/gohugoio/hugo/releases/tag/v0.126.0 - - - - - 2 changed files: - .SRCINFO - PKGBUILD

[Git][archlinux/packaging/packages/hugo] Pushed new tag 0.126.0-1

2024-05-14 Thread Robin Candau (@antiz)
Robin Candau pushed new tag 0.126.0-1 at Arch Linux / Packaging / Packages / hugo -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/hugo/-/tree/0.126.0-1 You're receiving this email because

Re: No output for lm3s6965-ek:qemu-protected

2024-05-14 Thread Robin Randhawa
. Cheers, Robin On Mon, 13 May 2024 at 22:35, Alan C. Assis wrote: > Hi Robin, > > Did you test previous release versions? It could be useful to know in which > version the issue was introduced. > > After that we could use git bisect to pinpoint the commit that introduced >

[Git][archlinux/packaging/packages/fastfetch][main] upgpkg: 2.12.0-1: New upstream release

2024-05-14 Thread Robin Candau (@antiz)
Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / fastfetch Commits: d7cdcf7a by Robin Candau at 2024-05-14T11:52:20+02:00 upgpkg: 2.12.0-1: New upstream release https://github.com/fastfetch-cli/fastfetch/releases/tag/2.12.0 - - - - - 2 changed files: - .SRCINFO

[Git][archlinux/packaging/packages/fastfetch] Pushed new tag 2.12.0-1

2024-05-14 Thread Robin Candau (@antiz)
Robin Candau pushed new tag 2.12.0-1 at Arch Linux / Packaging / Packages / fastfetch -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/fastfetch/-/tree/2.12.0-1 You're receiving this email

[ccp4bb] PDRA in serial crystallography at Diamond Light Source

2024-05-14 Thread Owen, Robin (DLSLtd,RAL,LSCI)
/vacancy/pdra-serial-and-microfocus-macromolecular-crystallography-554610.html Please feel free to contact me if you have any questions. Apologies but the deadline is soon: 19/5.. All the best, Robin Dr Robin Owen Principal Beamline Scientist I24, Microfocus Macromolecular Crystallography Diamond

[Git][archlinux/packaging/packages/glances][main] upgpkg: 4.0.2-1: New upstream release

2024-05-14 Thread Robin Candau (@antiz)
Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / glances Commits: 813444e6 by Robin Candau at 2024-05-14T09:06:13+02:00 upgpkg: 4.0.2-1: New upstream release https://github.com/nicolargo/glances/releases/tag/v4.0.2 - - - - - 2 changed files: - .SRCINFO - PKGBUILD

[Git][archlinux/packaging/packages/glances] Pushed new tag 4.0.2-1

2024-05-14 Thread Robin Candau (@antiz)
Robin Candau pushed new tag 4.0.2-1 at Arch Linux / Packaging / Packages / glances -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/glances/-/tree/4.0.2-1 You're receiving this email because

Re: [PATCH v1 2/3] RISC-V: Implement vectorizable early exit with vcond_mask_len

2024-05-13 Thread Robin Dapp
all we want to do is to select between two masks why do we need a large Pmode mode? > +rtx ops[] = {operands[0], operands[1], operands[1], cmp, reg, > operands[4]}; So that's basically a mask-move with length? Can't this be done differently? If not, please describe, maybe this is already the shortest way. Regards Robin

No output for lm3s6965-ek:qemu-protected

2024-05-13 Thread Robin Randhawa
assume this is unexpected ? If not, I'd appreciate any insights. Thanks, Robin

[PATCH] RISC-V: Do not allow v0 as dest when merging [PR115068].

2024-05-13 Thread Robin Dapp
Hi, this patch splits the vfw...wf pattern so we do not emit e.g. vfwadd.wf v0,v8,fa5,v0.t anymore. Regtested on rv64gcv_zvfh. Regards Robin gcc/ChangeLog: PR target/115068 * config/riscv/vector.md: Split vfw.wf pattern. gcc/testsuite/ChangeLog: * gcc.target/riscv

[Git][archlinux/packaging/packages/glances][main] upgpkg: 4.0.1-1: New upstream release

2024-05-13 Thread Robin Candau (@antiz)
Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / glances Commits: a72ddcc8 by Robin Candau at 2024-05-13T20:16:19+02:00 upgpkg: 4.0.1-1: New upstream release https://github.com/nicolargo/glances/blob/develop/NEWS.rst#version-401 - - - - - 2 changed files

[Git][archlinux/packaging/packages/glances] Pushed new tag 4.0.1-1

2024-05-13 Thread Robin Candau (@antiz)
Robin Candau pushed new tag 4.0.1-1 at Arch Linux / Packaging / Packages / glances -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/glances/-/tree/4.0.1-1 You're receiving this email because

Re: [PATCH v1 3/3] RISC-V: Enable vectorizable early exit test

2024-05-13 Thread Robin Dapp
} I believe this should be riscv_v_ok. riscv_v only checks if we can compile. OK with that changed after 2/3 is in. Regards Robin

Re: [PATCH] internal-fn: Do not force vcond operand to reg.

2024-05-13 Thread Robin Dapp
oes that work on sub-threads?). Regards Robin gcc/ChangeLog: PR middle-end/113474 * internal-fn.cc (expand_vec_cond_mask_optab_fn): Remove force_regs. gcc/testsuite/ChangeLog: * gcc.target/riscv/rvv/autovec/pr113474.c: New test. --- gcc/internal-fn

[gentoo-commits] repo/gentoo:master commit in: dev-util/kup/

2024-05-13 Thread Robin H. Johnson
commit: cfc0ffd447137608965f49cf6c5f2a7a975a7e63 Author: Robin H. Johnson gentoo org> AuthorDate: Mon May 13 12:15:36 2024 + Commit: Robin H. Johnson gentoo org> CommitDate: Mon May 13 12:16:26 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf

Re: [Geoserver-users] Unable to create new grid set

2024-05-13 Thread Kristian Nils Robin Morin via Geoserver-users
n EPSG:4326 ?? >> > > Or possibly epsg:4326 when GeoServer was expecting just 4326. > > Ian > >> >> Russ >> >> On 10 May 2024, at 13:20, Kristian Nils Robin Morin via Geoserver-users < >> geoserver-users@lists.sourceforge.net> wrote:

Re: [PATCH] internal-fn: Do not force vcond operand to reg.

2024-05-13 Thread Robin Dapp
y emit the right variant via expand_operands without forcing to a reg and don't even need to fwprop so I wanted to imitate that. Regards Robin

[Git][archlinux/packaging/packages/glances][main] upgpkg: 4.0.0-1: New upstream release

2024-05-12 Thread Robin Candau (@antiz)
Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / glances Commits: fd401a43 by Robin Candau at 2024-05-12T15:45:07+02:00 upgpkg: 4.0.0-1: New upstream release - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes

[Git][archlinux/packaging/packages/glances] Pushed new tag 4.0.0-1

2024-05-12 Thread Robin Candau (@antiz)
Robin Candau pushed new tag 4.0.0-1 at Arch Linux / Packaging / Packages / glances -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/glances/-/tree/4.0.0-1 You're receiving this email because

[Git][archlinux/packaging/packages/wpaperd][main] upgpkg: 1.0.1-3: Add the missing wpaperctl bin + missing man pages + missing shell completions

2024-05-12 Thread Robin Candau (@antiz)
Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / wpaperd Commits: 0ee62772 by Robin Candau at 2024-05-12T13:11:06+02:00 upgpkg: 1.0.1-3: Add the missing wpaperctl bin + missing man pages + missing shell completions - - - - - 2 changed files: - .SRCINFO - PKGBUILD

[Git][archlinux/packaging/packages/wpaperd] Pushed new tag 1.0.1-3

2024-05-12 Thread Robin Candau (@antiz)
Robin Candau pushed new tag 1.0.1-3 at Arch Linux / Packaging / Packages / wpaperd -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/wpaperd/-/tree/1.0.1-3 You're receiving this email because

[Git][archlinux/packaging/packages/zathura-pdf-mupdf][main] upgpkg: 0.4.1-21: Rebuild against mupdf 1.24.2

2024-05-12 Thread Robin Candau (@antiz)
Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / zathura-pdf-mupdf Commits: ebdd667f by Robin Candau at 2024-05-12T12:04:30+02:00 upgpkg: 0.4.1-21: Rebuild against mupdf 1.24.2 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes

[Git][archlinux/packaging/packages/zathura-pdf-mupdf] Pushed new tag 0.4.1-21

2024-05-12 Thread Robin Candau (@antiz)
Robin Candau pushed new tag 0.4.1-21 at Arch Linux / Packaging / Packages / zathura-pdf-mupdf -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/zathura-pdf-mupdf/-/tree/0.4.1-21 You're receiving

[Git][archlinux/packaging/packages/python-pymupdf] Pushed new tag 1.24.3-2

2024-05-12 Thread Robin Candau (@antiz)
Robin Candau pushed new tag 1.24.3-2 at Arch Linux / Packaging / Packages / python-pymupdf -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-pymupdf/-/tree/1.24.3-2 You're receiving

[Git][archlinux/packaging/packages/python-pymupdf][main] upgpkg: 1.24.3-2: Rebuild against mupdf 1.24.2

2024-05-12 Thread Robin Candau (@antiz)
Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / python-pymupdf Commits: 9d69b751 by Robin Candau at 2024-05-12T12:03:21+02:00 upgpkg: 1.24.3-2: Rebuild against mupdf 1.24.2 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes

[Git][archlinux/packaging/packages/mupdf][main] upgpkg: 1.24.2-1: New upstream release

2024-05-12 Thread Robin Candau (@antiz)
Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / mupdf Commits: b370ba90 by Robin Candau at 2024-05-12T11:56:25+02:00 upgpkg: 1.24.2-1: New upstream release https://github.com/ArtifexSoftware/mupdf/releases/tag/1.24.2 - - - - - 2 changed files: - .SRCINFO

[Git][archlinux/packaging/packages/mupdf] Pushed new tag 1.24.2-1

2024-05-12 Thread Robin Candau (@antiz)
Robin Candau pushed new tag 1.24.2-1 at Arch Linux / Packaging / Packages / mupdf -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/mupdf/-/tree/1.24.2-1 You're receiving this email because

RE: [VOTE] Release Apache Answer (Incubating) v1.3.1-RC2

2024-05-10 Thread robin ren
[x] +1 approve I checked the following list: [x] Source code distributions have correct names matching the current release. [x] All files have license headers if necessary. [x] No unlicensed compiled archives bundled in source archive. On 2024/05/09 06:27:03 Shuailing LI wrote: > Hello, > > This

[PATCH] internal-fn: Do not force vcond operand to reg.

2024-05-10 Thread Robin Dapp
): Only force op1 to reg if necessary. gcc/testsuite/ChangeLog: * gcc.target/riscv/rvv/autovec/pr113474.c: New test. Regards Robin --- gcc/internal-fn.cc | 3 ++- .../gcc.target/riscv/rvv/autovec/pr113474.c | 13 + 2 files

[Git][archlinux/packaging/packages/dino] Pushed new tag 0.4.3-6

2024-05-10 Thread Robin Candau (@antiz)
Robin Candau pushed new tag 0.4.3-6 at Arch Linux / Packaging / Packages / dino -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/dino/-/tree/0.4.3-6 You're receiving this email because of your

[Git][archlinux/packaging/packages/dino][main] upgpkg: 0.4.3-6: icu 75 rebuild

2024-05-10 Thread Robin Candau (@antiz)
Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / dino Commits: a2527066 by Robin Candau at 2024-05-10T15:10:41+02:00 upgpkg: 0.4.3-6: icu 75 rebuild https://archlinux.org/todo/icu-75/ - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes

[Git][archlinux/packaging/packages/dino][main] upgpkg: 0.4.3-5: Switch license to SPDX identifier + switch libsoup dep to...

2024-05-10 Thread Robin Candau (@antiz)
Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / dino Commits: a0607fb9 by Robin Candau at 2024-05-10T15:05:36+02:00 upgpkg: 0.4.3-5: Switch license to SPDX identifier + switch libsoup dep to libsoup3 + Add a temporary patch to fix build with new vala + ignore

[Git][archlinux/packaging/packages/dino] Pushed new tag 0.4.3-5

2024-05-10 Thread Robin Candau (@antiz)
Robin Candau pushed new tag 0.4.3-5 at Arch Linux / Packaging / Packages / dino -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/dino/-/tree/0.4.3-5 You're receiving this email because of your

[Geoserver-users] Unable to create new grid set

2024-05-10 Thread Kristian Nils Robin Morin via Geoserver-users
I am using working to configure the image docker.osgeo.org/geoserver:2.25.0 to be run in production and I need to add a new grid set to geoserver. But whatever CRS i am trying to use I get an error. WARN [web.wicket] - Unknown CRS identifier EPSG:EPSG:4326 gs_test |

[Git][archlinux/packaging/packages/python-pymupdf][main] upgpkg: 1.24.3-1: New upstream release

2024-05-10 Thread Robin Candau (@antiz)
Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / python-pymupdf Commits: 535acefd by Robin Candau at 2024-05-10T10:03:09+02:00 upgpkg: 1.24.3-1: New upstream release https://github.com/pymupdf/PyMuPDF/releases/tag/1.24.3 - - - - - 3 changed files: - .SRCINFO

[Git][archlinux/packaging/packages/python-pymupdf] Pushed new tag 1.24.3-1

2024-05-10 Thread Robin Candau (@antiz)
Robin Candau pushed new tag 1.24.3-1 at Arch Linux / Packaging / Packages / python-pymupdf -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-pymupdf/-/tree/1.24.3-1 You're receiving

[Git][archlinux/packaging/packages/zathura-ps][main] upgpkg: 0.2.7-7: Rebuild against zathura 0.5.6 + Switch sources to GitHub

2024-05-09 Thread Robin Candau (@antiz)
Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / zathura-ps Commits: 495d631f by Robin Candau at 2024-05-09T21:18:59+02:00 upgpkg: 0.2.7-7: Rebuild against zathura 0.5.6 + Switch sources to GitHub - - - - - 3 changed files: - .SRCINFO - .nvchecker.toml - PKGBUILD

[Git][archlinux/packaging/packages/zathura-ps] Pushed new tag 0.2.7-7

2024-05-09 Thread Robin Candau (@antiz)
Robin Candau pushed new tag 0.2.7-7 at Arch Linux / Packaging / Packages / zathura-ps -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/zathura-ps/-/tree/0.2.7-7 You're receiving this email

[Git][archlinux/packaging/packages/zathura-pdf-poppler] Pushed new tag 0.3.2-5

2024-05-09 Thread Robin Candau (@antiz)
Robin Candau pushed new tag 0.3.2-5 at Arch Linux / Packaging / Packages / zathura-pdf-poppler -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/zathura-pdf-poppler/-/tree/0.3.2-5 You're

[Git][archlinux/packaging/packages/zathura-pdf-poppler][main] upgpkg: 0.3.2-5: Rebuild against zathura 0.5.6 + Switch sources to GitHub

2024-05-09 Thread Robin Candau (@antiz)
Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / zathura-pdf-poppler Commits: d03d1754 by Robin Candau at 2024-05-09T21:17:24+02:00 upgpkg: 0.3.2-5: Rebuild against zathura 0.5.6 + Switch sources to GitHub - - - - - 3 changed files: - .SRCINFO - .nvchecker.toml

[Git][archlinux/packaging/packages/zathura-pdf-mupdf][main] upgpkg: 0.4.1-20: Rebuild against zathura 0.5.6 + Switch sources to GitHub

2024-05-09 Thread Robin Candau (@antiz)
Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / zathura-pdf-mupdf Commits: f399fd3c by Robin Candau at 2024-05-09T21:15:59+02:00 upgpkg: 0.4.1-20: Rebuild against zathura 0.5.6 + Switch sources to GitHub - - - - - 3 changed files: - .SRCINFO - .nvchecker.toml

[Git][archlinux/packaging/packages/zathura-pdf-mupdf] Pushed new tag 0.4.1-20

2024-05-09 Thread Robin Candau (@antiz)
Robin Candau pushed new tag 0.4.1-20 at Arch Linux / Packaging / Packages / zathura-pdf-mupdf -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/zathura-pdf-mupdf/-/tree/0.4.1-20 You're receiving

[Git][archlinux/packaging/packages/zathura-djvu] Pushed new tag 0.2.9-7

2024-05-09 Thread Robin Candau (@antiz)
Robin Candau pushed new tag 0.2.9-7 at Arch Linux / Packaging / Packages / zathura-djvu -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/zathura-djvu/-/tree/0.2.9-7 You're receiving this email

[Git][archlinux/packaging/packages/zathura-djvu][main] upgpkg: 0.2.9-7: Rebuild against zathura 0.5.6 + Switch sources to GitHub

2024-05-09 Thread Robin Candau (@antiz)
Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / zathura-djvu Commits: ffc0d875 by Robin Candau at 2024-05-09T21:14:16+02:00 upgpkg: 0.2.9-7: Rebuild against zathura 0.5.6 + Switch sources to GitHub - - - - - 3 changed files: - .SRCINFO - .nvchecker.toml

[Git][archlinux/packaging/packages/zathura-cb] Pushed new tag 0.1.10-7

2024-05-09 Thread Robin Candau (@antiz)
Robin Candau pushed new tag 0.1.10-7 at Arch Linux / Packaging / Packages / zathura-cb -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/zathura-cb/-/tree/0.1.10-7 You're receiving this email

[Git][archlinux/packaging/packages/zathura-cb][main] upgpkg: 0.1.10-7: Rebuild against zathura 0.5.6 + Switch sources to GitHub

2024-05-09 Thread Robin Candau (@antiz)
Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / zathura-cb Commits: d0c35be3 by Robin Candau at 2024-05-09T21:12:37+02:00 upgpkg: 0.1.10-7: Rebuild against zathura 0.5.6 + Switch sources to GitHub - - - - - 3 changed files: - .SRCINFO - .nvchecker.toml - PKGBUILD

  1   2   3   4   5   6   7   8   9   10   >