Search Criteria
Package Details: freesurfer-bin 6.0.0-2
Git Clone URL: | https://aur.archlinux.org/freesurfer-bin.git (read-only, click to copy) |
---|---|
Package Base: | freesurfer-bin |
Description: | An open source software suite for processing and analyzing (human) brain MRI images. (Precompiled binary version) |
Upstream URL: | https://surfer.nmr.mgh.harvard.edu/ |
Licenses: | custom |
Conflicts: | freesurfer |
Provides: | freesurfer |
Submitter: | fishburn |
Maintainer: | None |
Last Packager: | fishburn |
Votes: | 3 |
Popularity: | 0.000000 |
First Submitted: | 2017-11-26 00:33 (UTC) |
Last Updated: | 2018-02-27 22:49 (UTC) |
Dependencies (10)
Required by (2)
- fsl-palm (optional)
- python-nipype (requires freesurfer) (optional)
Latest Comments
ssshania commented on 2023-02-03 14:27 (UTC)
Hi @keiichiiownsu12, I saw your comments on building freesurfer v7.7.3 from the source. Do you get any luck with it? I tried to build it from the source but got some linking issues that I couldn't solve.
keiichiiownsu12 commented on 2022-05-20 23:52 (UTC)
@Roosted7, I was wondering if you could rename this package to "freesurfer-stable-bin". I would like to fork your repo and submit a package for freesurfer 7.2.0. (probably as freesurfer-latest-bin or something like that).
liamtimms commented on 2021-04-12 21:08 (UTC)
Hi @Roosted7, any chance of an update to this package? Freesurfer has evolved significantly since 2018.
keiichiiownsu12 commented on 2020-02-14 02:46 (UTC) (edited on 2020-02-14 02:47 (UTC) by keiichiiownsu12)
freeview is returning [0]PETSC errors after a recent update, though none of its dependencies were affected. Qdec still seems to work though.
Has anyone encountered a similar problem recently?
output is as follows
keiichiiownsu12 commented on 2020-01-03 04:54 (UTC)
@liamtimms well, doing so would give me a reason to both learn and practice the arch-build system. I'll give building from source a try on my own first and will get in touch with you if it works out
liamtimms commented on 2020-01-03 04:48 (UTC) (edited on 2020-01-03 04:49 (UTC) by liamtimms)
@keiichiiownsu12 I would be interested in a git version but building Freesurfer is a bit involved and requires downloading of large separate binaries anyway. Feel free to email me if you want to collaborate on this.
keiichiiownsu12 commented on 2019-10-08 22:54 (UTC)
Just curious, would anyone be interested in a git-version of freesurfer? I'm thinking I might try and compile the latest dev-build myself; if I'm successful, might be able to post it as an AUR package
keiichiiownsu12 commented on 2019-09-23 21:27 (UTC) (edited on 2019-09-23 21:28 (UTC) by keiichiiownsu12)
curious if anyone knows where freeview.bin sources its icon from? I'm trying to create a .desktop file for freeview and would like to use the same icon for it
dfk commented on 2018-02-19 19:04 (UTC)
makepkg fails for me with an ext4 formatted filesystem: I get a ton of "cp: failed to clone ... from ...: operation not permitted" which I think has to do with the "cp reflink=always" (is that a btrfs only thing?). Changing that to "reflink=auto" works and (I think) will still allow reflinks when possible.
also you might consider setting pkgext to .tar since compressing such a large package seems like a waste of time to me.