Changeset 15294


Ignore:
Timestamp:
06/20/13 19:26:38 (12 years ago)
Author:
glperez
Message:

CHG: Fixed BLAS lib directory issue.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/m4/issm_options.m4

    r15292 r15294  
    825825                        ;;
    826826                        *linux*)
    827                         BLASLAPACKLIB=-L"$BLASLAPACK_ROOT -lflapack -lfblas "
     827                        BLASLAPACKLIB=-L"$BLASLAPACK_ROOT/lib -lflapack -lfblas "
    828828                        ;;
    829829                        *darwin*)
    830                         BLASLAPACKLIB=-L"$BLASLAPACK_ROOT -lflapack -lfblas "
     830                        BLASLAPACKLIB=-L"$BLASLAPACK_ROOT/lib -lflapack -lfblas "
    831831                        ;;
    832832                esac
Note: See TracChangeset for help on using the changeset viewer.