[petsc-dev] hdf5.py is messed up

Sean Farley sean at mcs.anl.gov
Thu Jan 19 10:59:00 CST 2012


>
> looks like 1.8.8 also requires your patch... [for the test build I ran on
> 10.5 mac.]


Hmmm, I'm trying to see what is different about this and my machine.
Satish, could you build with cmake instead of ./configure? For reference
here are the options I use (obviously, you'll have to change some of these):

-DHDF5_BUILD_FORTRAN:BOOL=ON
-DHDF5_ENABLE_PARALLEL:BOOL=ON
-DHDF5_ENABLE_Z_LIB_SUPPORT:BOOL=ON \
-DZLIB_INCLUDE_DIR:STRING="/opt/local/include" \
-DZLIB_LIBRARY:STRING="/opt/local/lib/libz.dylib" \
-DHDF5_ENABLE_SZ_LIB_SUPPORT:BOOL=ON \
-DSZLIB_INCLUDE_DIR:STRING="/opt/local/include" \
-DSZLIB_LIBRARY:STRING="/opt/local/lib/libsz.dylib" \
-DBUILD_SHARED_LIBS:BOOL=ON \
-DHDF5_BUILD_TOOLS:BOOL=ON \
-DHDF5_BUILD_WITH_INSTALL_NAME=ON \
-DHDF5_BUILD_HL_LIB:BOOL=ON
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mcs.anl.gov/pipermail/petsc-dev/attachments/20120119/e8128e6b/attachment.html>


More information about the petsc-dev mailing list