Rev | Line | |
---|
[24684] | 1 | Index: ../trunk-jpl/m4/issm_options.m4
|
---|
| 2 | ===================================================================
|
---|
| 3 | --- ../trunk-jpl/m4/issm_options.m4 (revision 24349)
|
---|
| 4 | +++ ../trunk-jpl/m4/issm_options.m4 (revision 24350)
|
---|
| 5 | @@ -1489,7 +1489,7 @@
|
---|
| 6 | AC_MSG_RESULT($HAVE_BLASLAPACK)
|
---|
| 7 |
|
---|
| 8 | dnl blas-lapack headers and libraries
|
---|
| 9 | - if test "x$HAVE_BLASLAPACK" == "xyes"; then
|
---|
| 10 | + if test "x$HAVE_BLASLAPACK" = "xyes"; then
|
---|
| 11 | BLASLAPACKINCL=""
|
---|
| 12 | case "${host_os}" in
|
---|
| 13 | *cygwin*)
|
---|
| 14 | @@ -1497,7 +1497,7 @@
|
---|
| 15 | ;;
|
---|
| 16 | *linux*)
|
---|
| 17 | BLASLAPACKLIB="-L${BLASLAPACK_ROOT}/lib"
|
---|
| 18 | - if "x${BLASLAPACK_ROOT}" == "x${PETSC_ROOT}"; then
|
---|
| 19 | + if test "x${BLASLAPACK_ROOT}" = "x${PETSC_ROOT}"; then
|
---|
| 20 | BLASLAPACKLIB+=" -lflapack -lfblas"
|
---|
| 21 | else
|
---|
| 22 | BLASLAPACKLIB+=" -llapack -lblas"
|
---|
| 23 | @@ -1505,7 +1505,7 @@
|
---|
| 24 | ;;
|
---|
| 25 | *darwin*)
|
---|
| 26 | BLASLAPACKLIB="-L${BLASLAPACK_ROOT}/lib"
|
---|
| 27 | - if "x${BLASLAPACK_ROOT}" == "x${PETSC_ROOT}"; then
|
---|
| 28 | + if test "x${BLASLAPACK_ROOT}" = "x${PETSC_ROOT}"; then
|
---|
| 29 | BLASLAPACKLIB+=" -lflapack -lfblas"
|
---|
| 30 | else
|
---|
| 31 | BLASLAPACKLIB+=" -llapack -lblas"
|
---|
Note:
See
TracBrowser
for help on using the repository browser.