source:
issm/oecreview/Archive/24307-24683/ISSM-24349-24350.diff
Last change on this file was 24684, checked in by , 5 years ago | |
---|---|
File size: 1.0 KB |
-
../trunk-jpl/m4/issm_options.m4
1489 1489 AC_MSG_RESULT($HAVE_BLASLAPACK) 1490 1490 1491 1491 dnl blas-lapack headers and libraries 1492 if test "x$HAVE_BLASLAPACK" = ="xyes"; then1492 if test "x$HAVE_BLASLAPACK" = "xyes"; then 1493 1493 BLASLAPACKINCL="" 1494 1494 case "${host_os}" in 1495 1495 *cygwin*) … … 1497 1497 ;; 1498 1498 *linux*) 1499 1499 BLASLAPACKLIB="-L${BLASLAPACK_ROOT}/lib" 1500 if "x${BLASLAPACK_ROOT}" == "x${PETSC_ROOT}"; then1500 if test "x${BLASLAPACK_ROOT}" = "x${PETSC_ROOT}"; then 1501 1501 BLASLAPACKLIB+=" -lflapack -lfblas" 1502 1502 else 1503 1503 BLASLAPACKLIB+=" -llapack -lblas" … … 1505 1505 ;; 1506 1506 *darwin*) 1507 1507 BLASLAPACKLIB="-L${BLASLAPACK_ROOT}/lib" 1508 if "x${BLASLAPACK_ROOT}" == "x${PETSC_ROOT}"; then1508 if test "x${BLASLAPACK_ROOT}" = "x${PETSC_ROOT}"; then 1509 1509 BLASLAPACKLIB+=" -lflapack -lfblas" 1510 1510 else 1511 1511 BLASLAPACKLIB+=" -llapack -lblas"
Note:
See TracBrowser
for help on using the repository browser.