Package Details: uranium 5.0.0-2

Git Clone URL: https://aur.archlinux.org/uranium.git (read-only, click to copy)
Package Base: uranium
Description: Python framework for building 3D printing related applications
Upstream URL: https://github.com/Ultimaker/Uranium
Licenses: LGPL
Submitter: jelly
Maintainer: None
Last Packager: jelly
Votes: 1
Popularity: 0.000016
First Submitted: 2022-09-01 19:33 (UTC)
Last Updated: 2022-09-01 19:33 (UTC)

Latest Comments

muflone commented on 2023-11-07 00:55 (UTC)

@michael.gruz please adopt the uranium package which has a better name and has no maintainer. this package will be merged into that

zombielinux commented on 2023-07-22 17:58 (UTC)

To fix building with Python 3.11, change the build section of the PKGBUILD to:

build() {
  cmake -S Uranium-${pkgver} -B build -G Ninja \
    -DCMAKE_BUILD_TYPE=None \
    -DCMAKE_INSTALL_PREFIX=/usr \
    -DPython_VERSION="3.11"

  cmake --build build
}