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) (unidiff)
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 @@
1#!/bin/bash
2
3# This script was developed against a Debian GNU/Linux Sid
4# distribution.
5
6echo "Setting CPPFLAGS."
7
8export CPPFLAGS="\
9-I/usr/include/mpi \
10-I/usr/include/ncbi \
11-I/usr/include/petsc \
12`xml2-config --cflags`"
13
14echo CPPFLAGS=$CPPFLAGS

Valid XHTML 1.0 Strict

Copyright © 2009 Don Pellegrino All Rights Reserved.