Package Details: gdcm 3.0.23-1

Git Clone URL: https://aur.archlinux.org/gdcm.git (read-only, click to copy)
Package Base: gdcm
Description: C++ library for DICOM medical files
Upstream URL: https://github.com/malaterre/GDCM
Keywords: DICOM Python
Licenses: BSD
Provides: libgdcmDSED.so, libgdcmMEXD.so, libgdcmMSFF.so
Submitter: giniu
Maintainer: FabioLolix
Last Packager: FabioLolix
Votes: 30
Popularity: 0.90
First Submitted: 2013-01-10 11:55 (UTC)
Last Updated: 2024-03-09 14:16 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5

giniu commented on 2014-01-22 18:19 (UTC)

This comes from /usr/lib/vtk-5.10/VTKConfig.cmake - it means, that gdcm should be built using same Java as VTK, and it always means OpenJDK. I will add OpenJDK into build dependencies. Also, I'm having problems with gcdm picking OpenJPEG2 instead of OpenJPEG and failing, that's why for now I will disable system installed OpenJPEG. If someone has fixes for those issues, I'd be happy to incorporate them.

giniu commented on 2014-01-20 09:14 (UTC)

Wanted to let you know that I'm working on this, but I'm having same troubles building as ahuillet, I will still try building it using official jdk, but if all tries fail, I will change dependency on java from generic one to openjdk.

snuo commented on 2013-12-13 02:55 (UTC)

The latest builds fine by updating the checksum and version. pkgname=gdcm pkgver=2.4.1 md5sums=('1120f9a5ebcef7df6933ca83545f514d')

ahuillet commented on 2013-08-09 14:18 (UTC)

Build fails here, with: make[2]: *** No rule to make target `/usr/lib64/jvm/java-7-openjdk/jre/lib/amd64/libjawt.so', needed by `bin/libvtkgdcmJava.so'. Stop. make[1]: *** [Utilities/VTK/CMakeFiles/vtkgdcmJava.dir/all] Error 2 This is with jdk7 (not openjdk). For some reason cmake still picks /usr/lib64/jvm/java-7-openjdk even though that directory doesn't exist.

Adelie commented on 2013-07-19 16:54 (UTC)

using -DGDCM_USE_VTK:BOOL=ON seems to throw build errors even though it install vtk as a dep: /tmp/yaourt-tmp-dave/aur-gdcm/src/gdcm-2.2.3/Utilities/VTK/vtkgdcm.i:359: Error: Unable to find 'vtkObjectBase.h' /tmp/yaourt-tmp-dave/aur-gdcm/src/gdcm-2.2.3/Utilities/VTK/vtkgdcm.i:375: Error: Unable to find 'vtkObject.h' ... ...

giniu commented on 2013-05-21 19:29 (UTC)

Thanks for letting me know, I will look into it.

SMOG commented on 2013-05-21 17:09 (UTC)

You should add this line in PKGBUILD in the section build(), after the 'cmake \' line: -DOPENJPEG_INCLUDE_DIR=/usr/include/openjpeg-1.5 \ This fixes the problem I've reported a few hours ago...

SMOG commented on 2013-05-21 16:02 (UTC)

I get an error during build(): CMake Error at /usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:97 (message): Could NOT find OpenJPEG (missing: OPENJPEG_INCLUDE_DIR) Call Stack (most recent call first): /usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:291 (_FPHSA_FAILURE_MESSAGE) CMake/FindOpenJPEG.cmake:39 (find_package_handle_standard_args) CMakeLists.txt:321 (FIND_PACKAGE) I've tried to install 'openjpeg' package (by adding it to gdcm depends in PKGBUILD) but the problem remains... do anyone have any hint?