Search Criteria
Package Details: libjodycode 4.1.1-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/libjodycode.git (read-only, click to copy) |
|---|---|
| Package Base: | libjodycode |
| Description: | Shared code used by several utilities written by Jody Bruchon |
| Upstream URL: | https://codeberg.org/jbruchon/libjodycode |
| Licenses: | MIT |
| Submitter: | katt |
| Maintainer: | katt |
| Last Packager: | katt |
| Votes: | 8 |
| Popularity: | 0.105565 |
| First Submitted: | 2023-04-10 16:06 (UTC) |
| Last Updated: | 2025-10-27 18:50 (UTC) |
Latest Comments
jbruchon commented on 2023-05-12 13:16 (UTC)
@katt I just pushed v2.0.1 for you :-)
katt commented on 2023-05-12 11:39 (UTC)
@jbruchon I would greatly appreciate a point release for this. :)
jbruchon commented on 2023-05-11 19:03 (UTC) (edited on 2023-05-11 19:05 (UTC) by jbruchon)
Could you add the commits from May 10 that fix the Makefile for non-i386/x86_64 builds? There is some SIMD code that enables AVX2 and triggers errors when either cross-compiling or compiling on a non-x86 architecture machine. In particular, everything from v2.0 through this commit: https://github.com/jbruchon/libjodycode/commit/e832964dc2d733576379806a016b24880207f883
If needed, I'll issue a v2.0.1 release. Let me know?
katt commented on 2023-04-22 09:36 (UTC)
@IncredibleLaser Can't reproduce, I build both this and jdupes with lto enabled.
IncredibleLaser commented on 2023-04-21 14:20 (UTC)
There's an interesting bug for me with this PKGBUILD. I can build it fine with LTO enabled, however then jdupes won't build for me, getting linker errors.
options=(!lto)needs to be added to this package (and probably jdupes as well, I have only tried it with the option enabled so far).