Search Criteria
Package Details: 3dslicer 5.6.2-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/3dslicer.git (read-only, click to copy) |
---|---|
Package Base: | 3dslicer |
Description: | A free, open source and multi-platform software package widely used for medical, biomedical, and related imaging research |
Upstream URL: | https://www.slicer.org |
Licenses: | BSD-3-Clause |
Submitter: | tmladek |
Maintainer: | hottea (lilac) |
Last Packager: | lilac |
Votes: | 20 |
Popularity: | 0.000827 |
First Submitted: | 2015-01-21 08:58 (UTC) |
Last Updated: | 2024-05-20 21:23 (UTC) |
Dependencies (44)
- bzip2 (bzip2-gitAUR)
- curl (curl-quiche-gitAUR, curl-http3-ngtcp2AUR, curl-gitAUR, curl-c-aresAUR)
- dcmtkAUR (dcmtk-gitAUR)
- fftw
- gcc13-libs
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- hwloc
- libarchive (libarchive-gitAUR)
- libffi (libffi-gitAUR)
- libglvnd (libglvnd-gitAUR)
- libice
- libnsl (libnsl-gitAUR)
- libpng (libpng-gitAUR, libpng-apngAUR)
- libsm
- libtirpc
- libx11 (libx11-gitAUR)
- libxcrypt (libxcrypt-gitAUR)
- libxcursor
- libxext (libxext-gitAUR)
- libxfixes
- Show 24 more dependencies...
Required by (1)
- python-nipype (optional)
Latest Comments
« First ‹ Previous 1 2 3 4 5 Next › Last »
bartus commented on 2021-06-21 17:20 (UTC) (edited on 2021-06-21 17:38 (UTC) by bartus)
Here's a quick solution with cmakes
ExternalProject_Add(PATCH_COMMAND)
Apply with:
git am -s < <(curl -s http://ix.io/3qFH)
hottea commented on 2021-06-21 09:39 (UTC) (edited on 2021-06-21 09:39 (UTC) by hottea)
@bartus the 1st issue should be reported to the upstream. Replace the compiler to gcc10 did not fix it yet. 3dslicer builds a python distribution and some python packages, there might be the same gcc version issue.
bartus commented on 2021-06-20 17:23 (UTC) (edited on 2021-06-21 17:20 (UTC) by bartus)
Two things:
1st. Wont build against current
gcc:11
version, need to pingcc:10
or patch sources with missing<limits>
header. Error is triggered inITK/GDCM
subproject.https://gcc.gnu.org/gcc-11/porting_to.html#header-dep-changes
2nd. Please remove
${pkgver}
formsources
array, as it create redundant clone for3dslicer
repo each time version is updated.hottea commented on 2021-02-26 09:00 (UTC)
@bartus You could simply install this pkg from Arch Linux Chinese Community Repository. I also maintain pkg
teem
there with cmake fix. So, if you'd like to build 3dslicer from source, you also need the teem pkg from ArchLiuxCN repo. You could check all pkg build log in ArchLinuxCN repo here.bartus commented on 2021-02-26 08:04 (UTC) (edited on 2021-02-26 08:30 (UTC) by bartus)
Won't build after f921426afaf3 against modified
teems
package #792288 (cmake issue):Without modifying
teems
got this error.hottea commented on 2021-02-18 07:31 (UTC)
@bartus sorry, but pkg teem is not maintained by me.
bartus commented on 2021-02-18 07:22 (UTC) (edited on 2021-02-18 07:30 (UTC) by bartus)
teem
package cmake configuration is broken, already posted a patch to the maintainerhttps://aur.archlinux.org/packages/teem/#comment-792288
Perhaps consider packaging the
svn
version of theteem
forAUR
as it had cmake configuration rewritten in 2019 (teem:1.10.0
is from 2012 )https://sourceforge.net/p/teem/code/6355/
« First ‹ Previous 1 2 3 4 5 Next › Last »