~njansson/dolfin/hpc

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Anders Logg
  • Date: 2007-05-15 11:34:42 UTC
  • Revision ID: logg@simula.no-20070515113442-za5ypvtyo9a7miz1
Update README and COPYING files: GPL --> LGPL

Show diffs side-by-side

added added

removed removed

Lines of Context:
101
101
    exit 1
102
102
fi
103
103
 
 
104
# Check for Boost
104
105
AX_BOOST_BASE([1.33])
105
106
 
106
107
# Check for Glib
114
115
    echo "Missing GTS"
115
116
fi
116
117
 
 
118
# Check for UFC
117
119
PKG_CHECK_MODULES(UFC, ufc-1)
118
120
 
119
121
# Check for umfpack
142
144
        fi
143
145
    fi
144
146
fi
 
147
 
145
148
# Check for umfpack header files if umfpack and amd libraries have been found
146
149
if test $have_umfpack_and_amd_lib = yes; then
147
150
    if test x$UMFPACK_INCLUDE_DIR != x; then
196
199
 
197
200
fi
198
201
 
 
202
# Check for NumPy
199
203
if test x$enable_pydolfin = xyes; then
200
204
    echo "checking for NumPy..."
201
205
    NUMPY_CFLAGS=`python numpy.conf`
232
236
fi
233
237
 
234
238
# Handle option --enable-debug-ublas
235
 
 
 
239
# FIXME: Not handled
236
240
 
237
241
# Add compiler specific flags
238
242
case "${ax_cv_cxx_compiler_vendor}" in