summaryrefslogtreecommitdiffstats
Unidiff
-rw-r--r--.gitignore3
-rwxr-xr-xautogen.sh2
-rw-r--r--configure.ac8
-rw-r--r--doc/build-cobalt.txt42
-rw-r--r--doc/env-cobalt.sh56
5 files changed, 65 insertions, 46 deletions
diff --git a/configure.ac b/configure.ac
index f1ecdf9..aa1d3df 100644
--- a/configure.ac
+++ b/configure.ac
@@ -57,6 +57,11 @@ AC_SEARCH_LIBS([H5TBmake_table],[hdf5_hl],[],
57# MODULE: PETSc #57# MODULE: PETSc #
58#################58#################
5959
60AC_SEARCH_LIBS([pthread_atfork],[pthread])
61
62AC_SEARCH_LIBS([PetscInitialize],[petsc],[],
63[AC_MSG_ERROR("The Portable Extensible Toolkit for Scientific Computation (PETSc) is needed to build the system.")])
64
60# The AC_SEARCH_LIBS other-libraries list is not particularly useful.65# The AC_SEARCH_LIBS other-libraries list is not particularly useful.
61# Autoconf determines if the other-libraries are necessary however in66# Autoconf determines if the other-libraries are necessary however in
62# the cases where they are indeed necessary they are not actually67# the cases where they are indeed necessary they are not actually
@@ -65,11 +70,10 @@ AC_SEARCH_LIBS([H5TBmake_table],[hdf5_hl],[],
65# These are the dependencies. Random functions are selected from70# These are the dependencies. Random functions are selected from
66# these libraries from the list of otherwise undefined references at71# these libraries from the list of otherwise undefined references at
67# link time.72# link time.
68AC_SEARCH_LIBS([PetscInitialize],[petsc])
69AC_SEARCH_LIBS([VecNorm],[petscvec])73AC_SEARCH_LIBS([VecNorm],[petscvec])
7074
71# MatCreateSeqAIJ is acutally used in the code for this project.75# MatCreateSeqAIJ is acutally used in the code for this project.
72AC_SEARCH_LIBS([MatCreateSeqAIJ],[petscmat],[],76AC_SEARCH_LIBS([MatCreateSeqAIJ],[petscmat],[],
73[AC_MSG_ERROR("The Portable Extensible Tookit for Scientific Computation PETSc is needed to build the system.")])77[AC_MSG_ERROR("The Portable Extensible Toolkit for Scientific Computation (PETSc) is needed to build the system.")])
7478
75AC_OUTPUT79AC_OUTPUT

Valid XHTML 1.0 Strict

Copyright © 2009 Don Pellegrino All Rights Reserved.