summaryrefslogtreecommitdiffstats
path: root/doc/env-debian.sh (plain)
blob: 5bb50850715c81001d636828bd79117b325dc4a8
1
2
3
4
5
6
7
8
9
10
11
12
13
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.