#51865: gnudatalanguage @0.9.5_11 Configuration error - build failure ------------------------------+-------------------------------- Reporter: majoc@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.4 Resolution: | Keywords: Port: gnudatalanguage | ------------------------------+-------------------------------- Comment (by gnwiii@…): Other packages are also having problems detecting hdf5 using CMake -- the proper approach is to build hdf5 using CMake, but a workaround is to add {{{-DHDF5_HL_LIBRARIES}}} to the configure arguments: {{{ *** 85,90 **** --- 89,95 ---- -DHDF5DIR=${prefix} \ -DHDF=ON \ -DHDFDIR=${prefix} \ + -DHDF5_HL_LIBRARIES=${prefix}/lib/libhdf5_hl.dylib \ -DJASPERDIR=${prefix} \ -DJPEGDIR=${prefix} \ -DLIBPROJ4=ON \ }}} As a side note, gdl-0.9.6v2.tgz is the current version. and builds with the above change and checksums: {{{ checksums ${gdlsrc} \ md5 6e97c4b005c1850e4b844fd3b8d96098 \ sha1 075da4a58ea6dcdc1a99986b9d601de2af14e1ff \ rmd160 a9216338b8fd89938078172bc57ac387616a0c0f }}} -- Ticket URL: <https://trac.macports.org/ticket/51865#comment:2> MacPorts <https://www.macports.org/> Ports system for OS X