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) (side-by-side diff)
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 @@
-#!/bin/bash
-
-# Coffee is a workstation running Debian Sid. A custom build of PETSc
-# is needed since the current Debian package of PETSc does not include
-# HDF5 support. Debian Bug #566920
-# [http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=566920] has been
-# submitted requesting this feature.
-
-echo "Setting custom PETSc."
-
-export PETSC_ARCH=linux-gnu-c-debug
-
-export PETSC_DIR=/home/don/Apps/Installers/petsc-3.0.0-p10
-
-echo "Setting CPPFLAGS."
-
-export CPPFLAGS="\
--I$PETSC_DIR/include \
--I$PETSC_DIR/$PETSC_ARCH/include \
--I/usr/include/mpi \
--I/usr/include/ncbi"
-
-echo CPPFLAGS=$CPPFLAGS
-
-echo "Setting LDFLAGS."
-
-export LDFLAGS="\
--L$PETSC_DIR/$PETSC_ARCH/lib"
-
-echo LDFLAGS=$LDFLAGS
-
-echo "Setting LD_LIBRARY_PATH."
-
-export LD_LIBRARY_PATH=\
-$LD_LIBRARY_PATH:\
-$PETSC_DIR/$PETSC_ARCH/lib
-
-echo LD_LIBRARY_PATH=$LD_LIBRARY_PATH

Valid XHTML 1.0 Strict

Copyright © 2009 Don Pellegrino All Rights Reserved.