Package Details: 3dslicer 5.6.2-4

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)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 Next › Last »

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 maintainer

https://aur.archlinux.org/packages/teem/#comment-792288

Perhaps consider packaging the svn version of the teem for AUR as it had cmake configuration rewritten in 2019 ( teem:1.10.0 is from 2012 )

https://sourceforge.net/p/teem/code/6355/

hottea commented on 2020-10-25 08:17 (UTC) (edited on 2020-10-25 08:18 (UTC) by hottea)

Hi, I could now build 3dslicer from the source, see also the PKGBUILD. You could install it from Arch Linux Chinese Community Repository.

GuSec commented on 2020-09-14 22:31 (UTC) (edited on 2020-09-14 22:39 (UTC) by GuSec)

Two issues:

  • Symlinking /opt/3dslicer/Slicer is fragile to execution directory (only full path works from my home dir). Solution: Do what zotero does; wrap by symlink to path-resolving script, e.g.
#!/usr/bin/bash
exec "$(dirname "$(readlink -f "$0")")" "$@"
  • XDG desktop file fails due to icon suffix (.png), check with desktop-file-validate /usr/share/applications/3dslicer.desktop, thus not displaying the application. Solution: Drop file suffix in .desktop (icons found by stem alone).

I also suggest /usr/share as an install prefix rather than /opt, if possible.

hottea commented on 2019-11-19 01:14 (UTC)

@gdolle It's really hard to build 3dslicer from source. It would compile python 2.7 from source and bundle with 3dslicer.

gdolle commented on 2019-11-18 13:52 (UTC) (edited on 2019-11-18 13:53 (UTC) by gdolle)

I agree with @hottea, this should be named 3dslicer-bin (existing now). Maybe change this PKGBUILD to follow build from source instructions https://www.slicer.org/wiki/Documentation/Nightly/Developers/Build_Instructions#Linux

net147 commented on 2019-11-17 23:49 (UTC)

Fails to download https://www.slicer.org/slicerWiki/images/7/71/3DSlicerLogo-DesktopIcon-128x128.png with 404 Not Found.

ng0177 commented on 2019-09-30 10:50 (UTC)

My NVIDIA graphics card is not used i.e. turning of a volume blurs the model. Any advice?

hottea commented on 2019-05-28 14:09 (UTC)

emm, it seems that you create this package with official binary file. Why not 3dslicer-bin?