Opened 8 years ago
Closed 8 years ago
#51865 closed defect (duplicate)
gnudatalanguage @0.9.5_11 Configuration error - build failure
Reported by: | majoc-at-astro (majoc-at-astro) | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.3.4 |
Keywords: | Cc: | tenomoto (Takeshi Enomoto), gnw3 | |
Port: | gnudatalanguage |
Description
Port hdf5 @1.10.0_1+cxx+fortran+gcc5+hl present and active, but Cmake fails to see it. Please see attached logfile for XCode 7.2.1 on OS X 10.10; XCode 7.3.1 on OS X 10.11 produces identical results.
Do let me know, please, if you require further information.
Attachments (1)
Change History (4)
Changed 8 years ago by majoc-at-astro (majoc-at-astro)
Attachment: | gnudatalanguage.log.2016-07-18_05.58.00 added |
---|
comment:1 Changed 8 years ago by gnw3
Cc: | gnwiii@… added |
---|
comment:2 Changed 8 years ago by gnw3
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
comment:3 Changed 8 years ago by tenomoto (Takeshi Enomoto)
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Cc Me!