Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dóra Kocsis
dynare
Commits
86db8d80
Commit
86db8d80
authored
Mar 23, 2013
by
Sébastien Villemot
Browse files
Add configure test for UMFPACK
parent
1db892ef
Changes
1
Hide whitespace changes
Inline
Side-by-side
mex/build/octave/configure.ac
View file @
86db8d80
dnl Process this file with autoconf to produce a configure script.
dnl Copyright (C) 2009-201
2
Dynare Team
dnl Copyright (C) 2009-201
3
Dynare Team
dnl
dnl This file is part of Dynare.
dnl
...
...
@@ -68,6 +68,9 @@ AM_CONDITIONAL([HAVE_MATIO], [test "x$has_matio" = "xyes"])
AX_SLICOT([octave])
AM_CONDITIONAL([HAVE_SLICOT], [test "x$has_slicot" = "xyes"])
# Check for UMFPACK, needed by bytecode
AC_CHECK_LIB([umfpack], [umfpack_dl_defaults], [], [AC_MSG_ERROR([Can't find UMFPACK])])
AM_CONDITIONAL([DO_SOMETHING], [test "x$MKOCTFILE" != "x"])
if test "x$MKOCTFILE" != "x"; then
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment