Search Criteria
Package Details: gdcm 3.0.8-1
Git Clone URL: | https://aur.archlinux.org/gdcm.git (read-only, click to copy) |
---|---|
Package Base: | gdcm |
Description: | a C++ library for DICOM medical files |
Upstream URL: | http://gdcm.sourceforge.net |
Keywords: | DICOM Python |
Licenses: | |
Submitter: | giniu |
Maintainer: | tfmoraes |
Last Packager: | tfmoraes |
Votes: | 27 |
Popularity: | 0.012779 |
First Submitted: | 2013-01-10 11:55 |
Last Updated: | 2020-10-09 21:30 |
Dependencies (15)
- vtk (vtk-visit, vtk-raytracing-git, vtk-git, vtk9)
- cmake (cmake-git) (make)
- glew (glew-libepoxy, glew-git, glew-egl-glx) (make)
- hdf5 (hdf5-git, hdf5-openmpi-java, hdf5-java, hdf5-openmpi) (make)
- libogg (libogg-git) (make)
- libtheora (libtheora-ptalarbvorm, libtheora-git) (make)
- netcdf (netcdf-openmpi) (make)
- openjpeg2 (openjpeg-git) (make)
- openmpi (openmpi-git, openmpi3, openmpi-gcc8, openmpi-gcc9, openmpi-cuda) (make)
- proj (proj-configure-git, proj-git) (make)
- python (python-dbg) (make)
- qt5-base (qt5-base-git, qt5-base-fractional-fix, qt5-base-headless) (make)
- swig (swig-git) (make)
- vtk (vtk-visit, vtk-raytracing-git, vtk-git, vtk9) (make)
- python (python-dbg) (optional) – python bindings
Latest Comments
1 2 3 4 5 Next › Last »
tfmoraes commented on 2020-12-26 20:15
@geosam what is the error? Are you using the last version of CMake?
geosam commented on 2020-12-26 14:36
-DGDCM_BUILD_SHARED_LIBS:BOOL=ON \
gives error in the compilation. Please disable it.
liamtimms commented on 2020-12-11 17:57
FYI to anyone using this now: building GDCM is currently broken with the current version of cmake (3.19.1). This should be fixed in the next cmake update according to https://bugs.gentoo.org/759271
tfmoraes commented on 2020-05-30 21:01
thanks @bartus. I applied your patch.
bartus commented on 2020-05-30 07:12
@tfmoraes: When building with
APPLICATIONS
some extramakedepends
has to be included (tested in chroot withextra-x86_64-build
)tfmoraes commented on 2020-05-29 15:49
Now it's compiling with applications.
hottea commented on 2019-05-03 04:04
any suggestion to build gdcm with
-DGDCM_BUILD_APPLICATIONS:BOOL=ON
?bastelfreak commented on 2017-07-29 22:28
Hi,
I'm unable to build this PKGBUILD in a clean archlinux:
-- Checking for module 'libopenjp2'
-- No package 'libopenjp2' found
CMake Error at /usr/share/cmake-3.8/Modules/FindPackageHandleStandardArgs.cmake:137 (message):
Could NOT find OpenJPEG: Found unsuitable version "", but required is at
least "2.0.0" (found )
Call Stack (most recent call first):
/usr/share/cmake-3.8/Modules/FindPackageHandleStandardArgs.cmake:375 (_FPHSA_FAILURE_MESSAGE)
CMake/FindOpenJPEG.cmake:26 (find_package_handle_standard_args)
CMakeLists.txt:370 (find_package)
I guess there is a makedepend missing? The full buildlog is available at https://ci.virtapi.org/job/Arch_Package_gdcm/13/console
crmullins commented on 2017-07-01 19:31
Indeed, @femtomatic has the correct fix. PKGBUILD is updated. Thanks all.
femtomatic commented on 2017-07-01 16:00
Hi, the conflict can be resolved by adding -DGDCM_USE_SYSTEM_OPENJPEG:BOOL=ON to the cmake options.
I posted a corrected PKGBUILD here:
https://pastebin.com/FVH0R4QC