@liamtimms This should be reported to upstream, not here.
Search Criteria
Package Details: 3dslicer-bin 5.6.2-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/3dslicer-bin.git (read-only, click to copy) |
---|---|
Package Base: | 3dslicer-bin |
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 |
Conflicts: | 3dslicer |
Provides: | 3dslicer |
Submitter: | hottea |
Maintainer: | hottea |
Last Packager: | hottea |
Votes: | 6 |
Popularity: | 0.075796 |
First Submitted: | 2019-06-14 14:24 (UTC) |
Last Updated: | 2024-05-12 14:39 (UTC) |
Dependencies (3)
- dbus (dbus-gitAUR, dbus-selinuxAUR)
- glib2 (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR)
- gendesk (make)
Required by (1)
- python-nipype (requires 3dslicer) (optional)
Sources (2)
Latest Comments
« First ‹ Previous 1 2
hottea commented on 2021-03-16 00:56 (UTC)
liamtimms commented on 2021-03-15 20:38 (UTC) (edited on 2021-03-15 20:39 (UTC) by liamtimms)
On the newest version I am hitting an issue with extensions. Extension Manager says:
"Extensions install directory does NOT exist: /opt/3dslicer/NA-MIC/Extensions-29738
Check that 3D Slicer is properly installed."
I don't think this happened with the previous versions. Not sure what changed in this new release.
gdolle commented on 2021-02-02 19:48 (UTC)
The svg logo URL does not work anymore
logion commented on 2020-10-12 09:43 (UTC) (edited on 2020-10-12 09:43 (UTC) by logion)
Note for the 4.11 release I needed to update the checksum for the 3dslicer archive in the PKGBUILD:
sha512sum 3dslicer-4.11.20200930.tar.gz
0928f138c6c6b002a959c70eccad61c321ffc77289bf7813c20e265bea337119e55550cc1af6afd564877766e2e7b4d8332e673d894a251fef6144a2f27387a4 3dslicer-4.11.20200930.tar.gz
hottea commented on 2019-11-18 01:36 (UTC)
@net147 You could install it from the ArchLinux CN repo, check here.
net147 commented on 2019-11-17 23:47 (UTC) (edited on 2019-11-17 23:48 (UTC) by net147)
Fails to download https://www.slicer.org/w/images/9/9f/3DSlicerLogo-HorizontalF.svg with 404 Not Found.
Pinned Comments
hottea commented on 2024-02-27 00:45 (UTC)
This pkg is build by upstream with
Slicer_STORE_SETTINGS_IN_APPLICATION_HOME_DIR=ON
, we just repack the binary. The settings and extensions files are stored in the application home dir (aka/opt/
here). If you need to modify the settings or install extensions, try 3dslicer, which is built from the source withSlicer_STORE_SETTINGS_IN_APPLICATION_HOME_DIR=OFF
, so ordinary user could save their application settings and extensions files in user home dir.