From 61649b57d0ed2a7330e60cea9be32f7441c1eed1 Mon Sep 17 00:00:00 2001 From: sjplimp Date: Thu, 24 Sep 2015 22:52:20 +0000 Subject: [PATCH] git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@14075 f3b2605a-c512-4ea7-a41b-209d697bcdaa --- doc/Manual.html.html | 4 ++-- lib/h5md/Makefile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/Manual.html.html b/doc/Manual.html.html index e8212f752f..0b3c58812c 100644 --- a/doc/Manual.html.html +++ b/doc/Manual.html.html @@ -3,7 +3,7 @@ LAMMPS Users Manual - + @@ -21,7 +21,7 @@

LAMMPS Documentation

-

11 Sep 2015 version +

24 Sep 2015 version

Version info:

diff --git a/lib/h5md/Makefile b/lib/h5md/Makefile index c0666ae6ac..085d21ff69 100644 --- a/lib/h5md/Makefile +++ b/lib/h5md/Makefile @@ -4,7 +4,7 @@ CC=h5cc # -DH5_NO_DEPRECATED_SYMBOLS is required here to ensure we are using # the v1.8 API when HDF5 is configured to default to using the v1.6 API. -CFLAGS=-D_DEFAULT_SOURCE -O2 -DH5_NO_DEPRECATED_SYMBOLS -Wall +CFLAGS=-D_DEFAULT_SOURCE -O2 -DH5_NO_DEPRECATED_SYMBOLS -Wall -fPIC HDF5_PATH=/usr INC=-I include AR=ar