summaryrefslogtreecommitdiffstats
authorDon Pellegrino <don@drexel.edu>2010-03-28 08:11:59 (GMT)
committer Don Pellegrino <don@drexel.edu>2010-03-28 08:11:59 (GMT)
commit31178bc4857388bf5d62bcc23cb406803b19f6b5 (patch) (unidiff)
treec5613176ea3efcd7d873e0501481209e468650b9
parent2a4a485af4e3276f8cb99085b68b89f02b24a890 (diff)
downloadexp007-31178bc4857388bf5d62bcc23cb406803b19f6b5.zip
exp007-31178bc4857388bf5d62bcc23cb406803b19f6b5.tar.gz
exp007-31178bc4857388bf5d62bcc23cb406803b19f6b5.tar.bz2
Replaced with more generic env-debian.sh which should work on any
Debian system.
-rw-r--r--doc/env-coffee.sh38
1 files changed, 0 insertions, 38 deletions
diff --git a/doc/env-coffee.sh b/doc/env-coffee.sh
deleted file mode 100644
index 2ebc13f..0000000
--- a/doc/env-coffee.sh
+++ b/dev/null
@@ -1,38 +0,0 @@
1#!/bin/bash
2
3# Coffee is a workstation running Debian Sid. A custom build of PETSc
4# is needed since the current Debian package of PETSc does not include
5# HDF5 support. Debian Bug #566920
6# [http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=566920] has been
7# submitted requesting this feature.
8
9echo "Setting custom PETSc."
10
11export PETSC_ARCH=linux-gnu-c-debug
12
13export PETSC_DIR=/home/don/Apps/Installers/petsc-3.0.0-p10
14
15echo "Setting CPPFLAGS."
16
17export CPPFLAGS="\
18-I$PETSC_DIR/include \
19-I$PETSC_DIR/$PETSC_ARCH/include \
20-I/usr/include/mpi \
21-I/usr/include/ncbi"
22
23echo CPPFLAGS=$CPPFLAGS
24
25echo "Setting LDFLAGS."
26
27export LDFLAGS="\
28-L$PETSC_DIR/$PETSC_ARCH/lib"
29
30echo LDFLAGS=$LDFLAGS
31
32echo "Setting LD_LIBRARY_PATH."
33
34export LD_LIBRARY_PATH=\
35$LD_LIBRARY_PATH:\
36$PETSC_DIR/$PETSC_ARCH/lib
37
38echo LD_LIBRARY_PATH=$LD_LIBRARY_PATH

Valid XHTML 1.0 Strict

Copyright © 2009 Don Pellegrino All Rights Reserved.