Package Details: ants-git 2.4.2.r31.g74afcc56-1

Git Clone URL: https://aur.archlinux.org/ants-git.git (read-only, click to copy)
Package Base: ants-git
Description: Advanced Normalization Tools (ANTs) computes high-dimensional \ mappings to capture the statistics of brain structure and function
Upstream URL: http://www.picsl.upenn.edu/ANTS/
Keywords: medical-imaging registration segmentation
Licenses: Apache
Conflicts: ants
Provides: ants
Submitter: kai
Maintainer: liamtimms
Last Packager: liamtimms
Votes: 1
Popularity: 0.000000
First Submitted: 2017-03-23 08:51 (UTC)
Last Updated: 2022-12-09 16:21 (UTC)

Dependencies (9)

Required by (1)

Sources (2)

Latest Comments

1 2 Next › Last »

ajschadler12 commented on 2025-08-23 00:14 (UTC)

@will4n

have you built ants on your own? if so, do you know if you can force it to use the system vtk, instead of building its own?

will4n commented on 2025-08-21 13:55 (UTC)

currently also need nlohmann-json openxr openvr on top of what @ajschadler12 annotated.

pacman -S anari-sdk python-mpi4py adios2 libharu cgns eigen{ viskores fast_float\
 nlohmann-json openxr openvr

ajschadler12 commented on 2025-07-28 17:00 (UTC)

Getting cmake errors stating the following packages are missing. Please add as makedepends

anari-sdk, python-mpi4py, adios2, libharu, cgns, eigen, viskores, andfast_float

keiichiiownsu12 commented on 2023-02-09 17:35 (UTC)

@liamtimms This happened while using the ants-git package. I can try both builds potentially later in the week.

liamtimms commented on 2023-02-06 00:12 (UTC)

@keiichiiownsu12 I wonder if maybe you were using ants and not ants-git and then hitting that VTK dependency issues instead of the Boost issue. It's true I have all of those dependencies on my system because they were pulled by paraview (which, IIRC, is also doing it's own vtk build).

If you confirm that, I can add them to both and then switch this back to doing a full super build. I keep trying to move ants and ants-git over to using system vtk and itk, but there's been a lot of instability in that approach, unfortunately (plus AUR itk packaging is a mess right now).

liamtimms commented on 2023-02-05 23:59 (UTC)

@keiichiiownsu12 actually, it looks like this build is actually currently borked because Arch has moved to Boost 1.81.0 and this build is looking for exact version "1.80.0". Can you test the normal ants package instead of ants-git?

keiichiiownsu12 commented on 2023-02-05 22:22 (UTC)

@liamtimms that is interesting. I have made no modifications to the original PKGBUILD. Build was attempted from an AUR helper (paru) and makepkg. I'll look on my end why the build isn't detecting system VTK.

liamtimms commented on 2023-02-05 16:09 (UTC)

@keiichiiownsu12 the current PKGBUILD here has -DUSE_SYSTEM_VTK=ON, is it still trying to make an internal VTK build despite that? or did you modify the PKGBUILD yourself?

keiichiiownsu12 commented on 2023-02-04 19:23 (UTC) (edited on 2023-02-04 19:24 (UTC) by keiichiiownsu12)

@liamtimms these were pulled from cmake missing-module errors during the VTK superbuild step. that is, dependencies for the internal VTK build that ANTS uses.

liamtimms commented on 2023-01-23 17:10 (UTC)

@keiichiiownsu12, where are you pulling that list from?