Skip to content

Commit

Permalink
- Link with -llapack even if we don't find sundials
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@15464 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Mar 4, 2013
1 parent a2156b9 commit 4a53786
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,8 @@ if ! test "$NO_SUNDIALS" = "yes"; then
else
FINAL_MESSAGES="$FINAL_MESSAGES\nSimulations may use sundials suite: No"
WITH_SUNDIALS="/* Without Sundials */"
SUNDIALS_LDFLAGS=""
# We need -llapack regardless if we use Sundials or not
SUNDIALS_LDFLAGS="-llapack"
fi

AC_CHECK_HEADERS(locale.h libintl.h,[],[AC_MSG_ERROR([gettext headers not found])])
Expand Down

0 comments on commit 4a53786

Please sign in to comment.