From c51d559601371ac79e7157c0b35752b6141cac40 Mon Sep 17 00:00:00 2001 From: Don Pellegrino Date: Sun, 24 Jan 2010 06:02:34 +0000 Subject: Added notes for doing a build on NCSA Cobalt. Using the Intel C Compiler built HDF5 library adds a number of dependencies. --- diff --git a/doc/build-cobalt.txt b/doc/build-cobalt.txt new file mode 100644 index 0000000..91b356b --- a/dev/null +++ b/doc/build-cobalt.txt @@ -0,0 +1,24 @@ +Building on NCSA Cobalt. + +-- Soft +.soft + +@remove +hdf4 +@remove +hdf4-4.2.1 +@remove +hdf5 +@remove +hdf5-1.6.5 + +@remove +intel-compilers +@remove +intel-compilers10.0 +@remove +intel-compilers10.1 +@remove +intel-c-10.1.017-f-10.1.017 +@remove +intel-c-11.1.064-f-11.1.064 + +...defaults... + ++phdf5-1.8.4 + +-- Configure +export CPPFLAGS="-I$HDF5_HOME/include -I$NCBI_DIR/include" +export LDFLAGS="-L/usr/apps/hdf/szip/lib -L$HDF5_HOME/lib -L$NCBI_DIR/lib -L/usr/local/intel/10.1.017/lib" +export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/apps/hdf/szip/lib -- cgit v0.8.3.1-22-g547a