Search Criteria
Package Details: 3dslicer 5.6.2-4
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.000440 |
First Submitted: | 2015-01-21 08:58 (UTC) |
Last Updated: | 2024-12-24 15:18 (UTC) |
Dependencies (43)
- bzip2 (bzip2-gitAUR)
- curl (curl-http3-ngtcp2AUR, curl-gitAUR, curl-c-aresAUR)
- fftw
- gcc13-libs
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR)
- 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
- libxrender
- openssl (openssl-gitAUR, openssl-staticAUR)
- qt5-base (qt5-base-gitAUR, qt5-base-headlessAUR)
- qt5-declarative (qt5-declarative-gitAUR)
- qt5-location
- qt5-multimedia
- qt5-script (qt5-script-gitAUR)
- qt5-svg (qt5-svg-gitAUR)
- qt5-tools
- qt5-webchannel
- qt5-webengine
- qt5-x11extras
- qt5-xmlpatterns (qt5-xmlpatterns-gitAUR)
- rapidjson (rapidjson-gitAUR)
- sqlite (sqlite-fossilAUR)
- teemAUR (teem-svnAUR)
- util-linux-libs (util-linux-libs-aesAUR, util-linux-libs-selinuxAUR)
- xz (xz-gitAUR)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat)
- cmake (cmake-gitAUR) (make)
- gcc13 (make)
- gendesk (make)
- git (git-gitAUR, git-glAUR) (make)
- subversion (make)
Required by (1)
- python-nipype (optional)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 Next › Last »
Jerzy97 commented on 2021-11-02 10:24 (UTC)
I am also unable to build 3d Slicer. It cannot find the functions pthread_* during build.
Let me know if I can help by sharing Error files.
Kyuunex commented on 2021-09-30 16:26 (UTC)
does not build
mickhowe commented on 2021-09-18 23:31 (UTC)
-> Downloading 3dslicer.svg... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 ==> ERROR: Failure while downloading https://github.com/Slicer/Slicer/raw/v4.11/Resources/3DSlicerLogo-app-icon.svg Aborting... Please put it back
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.« First ‹ Previous 1 2 3 4 5 6 Next › Last »