Opened 12 years ago
Closed 12 years ago
#185 closed defect (fixed)
HDF4 should be optional for compilation of rasdaman
Reported by: | Owned by: | Alireza | |
---|---|---|---|
Priority: | blocker | Milestone: | |
Component: | raslib | Version: | |
Keywords: | Cc: | ||
Complexity: | Medium |
Description
It appears that HDF4 is now mandatory to compile, please make optional again since on modern distributions it has to be compiled by hand and conflicts with hdf5
Configuring with option: —without-hdf4
gives this error:
configure: error: libdf.a not found! Please install.
Change History (4)
comment:1 by , 12 years ago
comment:2 by , 12 years ago
Owner: | set to |
---|---|
Status: | new → assigned |
comment:3 by , 12 years ago
Alireza has this been fixed?
Please test:
- uninstall hdf from your machine
- make clean
- ./configure but don't specify —with-hdf4
comment:4 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Issue was introduced by commit:
commit 6354516dcf52370aecc45e11f805f20f2cd3675f
Author: Alireza Rezaei Mahdiraji <a.rezaeim@…>
Date: Wed Jul 25 11:45:54 2012 +0200
Reverting it allows compilation with the aforementioned configure command