Package Details: python-monai 1.3.2-1

Git Clone URL: https://aur.archlinux.org/python-monai.git (read-only, click to copy)
Package Base: python-monai
Description: AI Toolkit for Healthcare Imaging
Upstream URL: https://monai.io
Licenses: Apache-2.0
Submitter: hottea
Maintainer: hottea (lilac)
Last Packager: lilac
Votes: 2
Popularity: 0.000000
First Submitted: 2021-12-09 03:13 (UTC)
Last Updated: 2024-06-26 20:52 (UTC)

Latest Comments

hottea commented on 2024-06-25 01:46 (UTC)

build this pkg in a clean chroot env, as described here. I got no error building with gcc 14.

pallegro commented on 2024-06-24 22:23 (UTC) (edited on 2024-06-24 22:24 (UTC) by pallegro)

For me the build failed due to using gcc 14. Fixed by copying the following from pytorch's prepare function:

export CC=/usr/bin/gcc-13
export CXX=/usr/bin/g++-13
export CUDAHOSTCXX="${NVCC_CCBIN}"
export CUDA_HOST_COMPILER="${CUDAHOSTCXX}"