Search Criteria
Package Details: mono-simpleitk 2.3.0-4
Git Clone URL: | https://aur.archlinux.org/simpleitk.git (read-only, click to copy) |
---|---|
Package Base: | simpleitk |
Description: | A simplified layer built on top of ITK |
Upstream URL: | http://www.simpleitk.org/ |
Licenses: | Apache |
Submitter: | yan12125 |
Maintainer: | m-pilia |
Last Packager: | m-pilia |
Votes: | 1 |
Popularity: | 0.000004 |
First Submitted: | 2016-05-28 13:08 (UTC) |
Last Updated: | 2023-10-18 13:35 (UTC) |
Dependencies (18)
- mono (mono48AUR, mono-gitAUR)
- simpleitkAUR
- cmake (cmake-gitAUR) (make)
- eigen (eigen-gitAUR) (make)
- git (git-vfsAUR, git-run-command-patch-gitAUR, git-gitAUR, git-fcAUR) (make)
- java-environment (java-gcj-compatAUR, jdk12AUR, jdk9-openj9-binAUR, jdk10AUR, jdk10-openj9-binAUR, jdk7AUR, zulu-14-binAUR, amazon-corretto-15AUR, sapmachine-jdk-binAUR, amazon-corretto-16AUR, jdk8-graalvm-binAUR, jdk16-graalvm-binAUR, jdk16-adoptopenjdkAUR, jdk16-microsoft-openjdkAUR, jdk11-msopenjdk-binAUR, jdk8-armAUR, jdk17-jetbrainsAUR, liberica-jre-11-binAUR, jdk11-jetbrains-imfixAUR, java-openjdk-loom-ea-binAUR, jdk7-j9-binAUR, jdk7r1-j9-binAUR, jdk8-j9-binAUR, jdk11-j9-binAUR, jdk11-jbr-xdgAUR, jdk16-openjdkAUR, jdk13-openjdkAUR, jdk14-openjdkAUR, amazon-corretto-18AUR, bishengjdk-17AUR, jdk-armAUR, jdk11-openj9-binAUR, jdk-openj9-binAUR, jdk-jbr-xdgAUR, jdk18-openjdkAUR, jdk-android-studioAUR, amazon-corretto-19-binAUR, jdk19-graalvm-binAUR, liberica-jre-11-full-binAUR, jdk19-graalvm-ee-binAUR, jdk13-openjdk-binAUR, zulu-embedded-jdkAUR, jabba-binAUR, jdk15-openjdkAUR, liberica-jre-8-full-binAUR, jdk11-graalvm-binAUR, jdk19-openjdkAUR, jdk11-microsoft-openjdkAUR, jdk-openj9AUR, jdk11-graalvm-ee-binAUR, jdk17-jetbrains-imfixAUR, jdk11-openjdk-dcevmAUR, jdk12-openjdkAUR, jdk8-dragonwell-extendedAUR, jdk-jetbrainsAUR, jdk11-dragonwell-standard-binAUR, jdk11-jetbrains-binAUR, jdk20-graalvm-binAUR, jdk17-graalvm-binAUR, jdk8-graalvm-ee-binAUR, jdk8-aarch64AUR, jdk8-adoptopenjdkAUR, amazon-corretto-20-binAUR, zulu-15-binAUR, jdk21-jetbrains-binAUR, jdk21-jetbrains-imfixAUR, jdk17-openj9-binAUR, jdk20-openj9-binAUR, jdk-openjdk-xdgAUR, jdk-microsoft-openjdkAUR, jdk17-microsoft-openjdkAUR, zulu-13-binAUR, java-openjdk-binAUR, zulu-jdk-fx-binAUR, amazon-corretto-11AUR, amazon-corretto-8AUR, zulu-11-binAUR, zulu-21-binAUR, amazon-corretto-21-binAUR, amazon-corretto-17AUR, zulu-8-binAUR, zulu-17-binAUR, liberica-jdk-8-full-binAUR, liberica-jdk-full-binAUR, jdk8-dragonwell-extended-binAUR, jdk8-dragonwell-standard-binAUR, jdk11-dragonwell-extended-binAUR, jdk17-dragonwell-standard-binAUR, jdk8-temurinAUR, jdkAUR, jdk-ltsAUR, jdk17-graalvm-ee-binAUR, jdk20-graalvm-ee-binAUR, jdk21-graalvm-ee-binAUR, jdk11-temurinAUR, jdk17-temurinAUR, jdk-temurinAUR, liberica-jdk-11-binAUR, liberica-jdk-11-lite-binAUR, liberica-jdk-11-full-binAUR, liberica-jdk-17-full-binAUR, jdk21-graalvm-binAUR, jre-jetbrainsAUR, mandrel-binAUR, jdk11AUR, jdk8AUR, jdk17-zulu-prime-binAUR, jdk8-openj9-binAUR, jdk17-jetbrains-binAUR, java-openjdk-ea-binAUR, jdk-openjdk, jdk11-openjdk, jdk17-openjdk, jdk8-openjdk) (make)
- lua (make)
- mono (mono48AUR, mono-gitAUR) (make)
- openjpeg2 (openjpeg-gitAUR) (make)
- python-installer (python-installer-gitAUR) (make)
- python-numpy (python-numpy1.22AUR, python-numpy-flameAUR, python-numpy-mkl-binAUR, python-numpy-openblasAUR, python-numpy-mklAUR, python-numpy-gitAUR) (make)
- python-virtualenv (make)
- python-wheel (make)
- r (microsoft-r-openAUR, r352AUR, r-mklAUR) (make)
- ruby (make)
- swig (swig-gitAUR) (make)
- tcl (tcl84AUR, tcl-nothreadingAUR, tcl-fossilAUR) (make)
- tk (tk-fossilAUR) (make)
Latest Comments
1 2 Next › Last »
xiota commented on 2023-11-21 19:15 (UTC)
Is
\rm -rf build
necessary? User may want to resume a partial build or edit files to debug build issues.There are updated
cmake
commands so that cmake creates the build directory itself when needed. Somkdir -p build ; cd build
isn't needed.carlosal1015 commented on 2023-10-17 22:07 (UTC) (edited on 2023-10-17 22:07 (UTC) by carlosal1015)
Hi, I have the following message error:
when I compile in a clean chroot.
nvllsvm commented on 2023-10-13 19:45 (UTC)
Build fails for me because of my global pip configuration which sets
user = true
.The PKGBUILD should be updated to set the env var
PIP_USER=0
to ensure it is always unset.VorpalWay commented on 2023-10-04 16:27 (UTC)
There appear to be a missing dependency for this package:
Adding eigen as a makedepends fixes this (it is a header only library, so it shouldn't be needed as a runtime dependency).
m-pilia commented on 2021-04-05 11:19 (UTC)
I updated to version 2.0.2. I turned this into a split package, so that it is now possible to separately install the wrappers for different languages as separate packages.
Please note that SimpleITK 2 requires
insight-toolkit
to be built with the SimpleITKFilters module (-DModule_SimpleITKFilters:BOOL=ON
), that is currently not included in the configuration of theinsight-toolkit
AUR package. I alreadyasked
to add it, in the meantime it is necessary to edit the PKGBUILD file and add the flag to CMake when rebuildinginsight-toolkit
.yan12125 commented on 2018-02-08 09:18 (UTC)
Dropping as I don't use this anymore.
yan12125 commented on 2017-08-04 19:08 (UTC)
kdre commented on 2017-07-11 19:38 (UTC)
yan12125 commented on 2017-07-11 05:51 (UTC)
kdre commented on 2017-07-10 21:06 (UTC)
1 2 Next › Last »