Changeset 2058


Ignore:
Timestamp:
09/01/09 09:58:47 (15 years ago)
Author:
Eric.Larour
Message:

Swapped order of fblas and flapack, to avoid undefined symbols.

File:
1 edited

Legend:

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

    r2047 r2058  
    433433                        ;;
    434434                        *linux*)
    435                         BLASLAPACKLIB=-L"$BLASLAPACK_ROOT -lfblas -lflapack"
     435                        BLASLAPACKLIB=-L"$BLASLAPACK_ROOT -lflapack -lfblas "
    436436                        ;;
    437437                        *darwin9.6.0*)
    438                         BLASLAPACKLIB=-L"$BLASLAPACK_ROOT -lfblas -lflapack"
     438                        BLASLAPACKLIB=-L"$BLASLAPACK_ROOT -lflapack -lfblas "
    439439                        ;;
    440440                esac
Note: See TracChangeset for help on using the changeset viewer.