summaryrefslogtreecommitdiffstats
authorDon Pellegrino <don@drexel.edu>2010-03-28 08:12:34 (GMT)
committer Don Pellegrino <don@drexel.edu>2010-03-28 08:12:34 (GMT)
commit9e349d880ba01b369cd82e9a9b47057c26b123e8 (patch) (side-by-side diff)
tree9c232e1c247cf98d1fd4f54c804fa3bc46eb8233
parent31178bc4857388bf5d62bcc23cb406803b19f6b5 (diff)
downloadexp007-9e349d880ba01b369cd82e9a9b47057c26b123e8.zip
exp007-9e349d880ba01b369cd82e9a9b47057c26b123e8.tar.gz
exp007-9e349d880ba01b369cd82e9a9b47057c26b123e8.tar.bz2
Added script for setting environment variables in preparation for
configure on a Debian system.
-rw-r--r--doc/env-debian.sh14
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/env-debian.sh b/doc/env-debian.sh
new file mode 100644
index 0000000..5bb5085
--- a/dev/null
+++ b/doc/env-debian.sh
@@ -0,0 +1,14 @@
+#!/bin/bash
+
+# This script was developed against a Debian GNU/Linux Sid
+# distribution.
+
+echo "Setting CPPFLAGS."
+
+export CPPFLAGS="\
+-I/usr/include/mpi \
+-I/usr/include/ncbi \
+-I/usr/include/petsc \
+`xml2-config --cflags`"
+
+echo CPPFLAGS=$CPPFLAGS

Valid XHTML 1.0 Strict

Copyright © 2009 Don Pellegrino All Rights Reserved.