Last change
on this file since 22755 was 22755, checked in by Mathieu Morlighem, 7 years ago |
CHG: added 21724-22754
|
File size:
558 bytes
|
Rev | Line | |
---|
[22755] | 1 | Index: ../trunk-jpl/m4/issm_options.m4
|
---|
| 2 | ===================================================================
|
---|
| 3 | --- ../trunk-jpl/m4/issm_options.m4 (revision 22551)
|
---|
| 4 | +++ ../trunk-jpl/m4/issm_options.m4 (revision 22552)
|
---|
| 5 | @@ -1315,6 +1315,7 @@
|
---|
| 6 | AC_MSG_CHECKING([for scalapack])
|
---|
| 7 | if test "x$SCALAPACK_ROOT" = "xno" && test "x$SCALAPACKLIB" = "xno"; then
|
---|
| 8 | HAVE_SCALAPACK=no
|
---|
| 9 | + SCALAPACKLIB=
|
---|
| 10 | else if test "x$SCALAPACK_ROOT" != "xno"; then
|
---|
| 11 | if ! test -d "$SCALAPACK_ROOT"; then
|
---|
| 12 | AC_MSG_ERROR([scalapack directory provided ($SCALAPACK_ROOT) does not exist]);
|
---|
Note:
See
TracBrowser
for help on using the repository browser.