source: cmt/tags/v1r0/HDF5/v1r165p0/cmt/requirements @ 121

Last change on this file since 121 was 121, checked in by garnier, 17 years ago

ajout de la version sous les packages Interfaces

  • Property svn:executable set to *
File size: 738 bytes
Line 
1package HDF5
2version v1r165p0
3
4build_strategy no_prototypes
5include_path none
6
7macro HDF5_native_version "1.6.5"
8
9macro HDF5_home "/usr/local/HDF5/$(HDF5_native_version)" WIN32 "C:\usr\local\HDF5\$(HDF5_native_version)"
10
11macro HDF5_cflags "-I${HDF5_home}/include"
12macro HDF5_cppflags "$(HDF5_cflags)"
13
14macro HDF5_linkopts "-L${HDF5_home}/lib -lhdf5" WIN32 "${HDF5_home}\lib\hdf5.lib"
15
16path_remove LD_LIBRARY_PATH "${HDF5_home}/lib" WIN32 ""
17path_append LD_LIBRARY_PATH "${HDF5_home}/lib" WIN32 ""
18path_remove DYLD_LIBRARY_PATH "" Darwin "${HDF5_home}/lib"
19path_append DYLD_LIBRARY_PATH "" Darwin "${HDF5_home}/lib"
20path_remove PATH "${HDF5_home}/bin" WIN32 "${HDF5_home}\bin"
21path_append PATH "${HDF5_home}/bin" WIN32 "${HDF5_home}\bin"
22
Note: See TracBrowser for help on using the repository browser.