Package Details: numbat 1.11.0-1

Git Clone URL: https://aur.archlinux.org/numbat.git (read-only, click to copy)
Package Base: numbat
Description: A statically typed programming language for scientific computations with first class support for physical dimensions and units
Upstream URL: https://github.com/sharkdp/numbat
Licenses: MIT, Apache-2.0
Provides: numbat
Submitter: joajfreitas
Maintainer: joajfreitas
Last Packager: joajfreitas
Votes: 2
Popularity: 0.025869
First Submitted: 2023-09-23 19:04 (UTC)
Last Updated: 2024-03-10 21:45 (UTC)

Dependencies (1)

Required by (0)

Sources (2)

Latest Comments

1 2 Next › Last »

sharkdp commented on 2024-02-14 07:55 (UTC)

@joajfreitas: Thank you for maintaining the numbat packages. The latest release of numbat also includes a .desktop file and a logo, in case you want to add that to the PKGBUILDs: See https://numbat.dev/doc/cli-installation.html#guidelines-for-package-maintainers for details.

joajfreitas commented on 2024-01-12 19:21 (UTC)

Added options=(!lto) to the PKGBUILD

MithicSpirit commented on 2024-01-11 19:21 (UTC)

I've found that this only occurs when lto is enabled. Adding options=(!lto) to the PKGBUILD fixes it for me.

hashworks commented on 2024-01-11 17:16 (UTC)

Yes:

active toolchain
----------------

stable-x86_64-unknown-linux-gnu (default)
rustc 1.75.0 (82e1608df 2023-12-21)

joajfreitas commented on 2024-01-11 15:58 (UTC)

What is your current rust toolchain? Are you using stable?

hashworks commented on 2024-01-11 14:06 (UTC)

Yes:

   Compiling numbat-exchange-rates v0.4.0 (/tmp/numbat/numbat-exchange-rates)
   Compiling numbat v1.9.0 (/tmp/numbat/numbat)
   Compiling numbat-cli v1.9.0 (/tmp/numbat/numbat-cli)
    Finished release [optimized] target(s) in 39.89s
cargo build --release  101.78s user 7.79s system 274% cpu 39.977 total

joajfreitas commented on 2024-01-10 22:10 (UTC)

Can you check if you are able to build the crate directly with cargo?

hashworks commented on 2024-01-10 18:10 (UTC)

Build fails for me in a chroot: https://fb.hash.works/4MPQIF/

MithicSpirit commented on 2023-11-13 04:00 (UTC)

I think that documentation should go in /usr/share/doc rather than /usr/doc (like pretty much every other package).

joajfreitas commented on 2023-09-24 15:15 (UTC) (edited on 2023-09-24 15:15 (UTC) by joajfreitas)

Replaced x86-64 with any architecture