Search Criteria
Package Details: 3dslicer 5.8.1-1
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.000176 |
First Submitted: | 2015-01-21 08:58 (UTC) |
Last Updated: | 2025-03-03 06:08 (UTC) |
Dependencies (43)
- bzip2 (bzip2-gitAUR)
- curl (curl-gitAUR, curl-c-aresAUR)
- fftw
- gcc13-libs
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eac-binAUR, glibc-eacAUR)
- 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-staticAUR, openssl-gitAUR)
- 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 »
hottea commented on 2022-07-07 05:13 (UTC) (edited on 2022-07-07 05:16 (UTC) by hottea)
@techz Could you build it in a clean chroot as described in this wiki. The latest build works as expected. It seems 3dslicer did not work with the system libffi.
techz commented on 2022-07-07 02:50 (UTC) (edited on 2022-07-07 02:50 (UTC) by techz)
Not sure if this has been a issue in the past but I am currently getting a build error:
hottea commented on 2022-06-28 00:42 (UTC)
@entshuld I just update the PKGBUILD, you could re-try, and it should work.
hottea commented on 2022-06-24 13:50 (UTC) (edited on 2022-06-24 13:52 (UTC) by hottea)
@entshuld
I have 3dslicer build successfully at 20220506, and publish at ArchLinuxCN, which is a third-party repo, see also the wiki.
You could also build 3dslicer-git, which is also available at ArchLinuxCN. I could confirm that this builds successfully at 20220624 (today).
You could the comments at https://aur.archlinux.org/packages/teem, I build teem with different svn revision and apply patch.
entshuld commented on 2022-06-24 09:18 (UTC)
@hottea I do have teem installed
I ran a diff on the PKGBUILD on your personal repo and the one here, and there was no difference, which makes me think that I will have the same error. I have noticed that you refer users to your personal repository instead of AUR. Is there a reason for that? (this is understandable if one is not the maintainer oof the package, because one is forced to offer an alternative)
hottea commented on 2022-06-21 02:06 (UTC)
@entshuld You could build teem. Or just install 3dslicer from here.
entshuld commented on 2022-06-20 17:24 (UTC)
I am unable to install:
hottea commented on 2022-05-28 10:25 (UTC)
@Smoerrebroed You need to patch source where
std::unique_ptr
is used, as @bartus mentioned. See also https://gcc.gnu.org/gcc-11/porting_to.html#header-dep-changesSmoerrebroed commented on 2022-05-28 05:32 (UTC) (edited on 2022-05-28 05:35 (UTC) by Smoerrebroed)
After replacing
teem
withteem-svn
:bartus commented on 2022-04-04 10:22 (UTC) (edited on 2022-04-04 10:23 (UTC) by bartus)
cmake
call needs-DSlicer_USE_GIT_PROTOCOL=OFF
in order to prime the git submodules after the anonymousgit
protocol was dropped by Github.Otherwise, you get a build error:
checkout: https://github.com/Slicer/Slicer/issues/6297
« First ‹ Previous 1 2 3 4 5 6 Next › Last »