Changeset 15294
- Timestamp:
- 06/20/13 19:26:38 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/m4/issm_options.m4
r15292 r15294 825 825 ;; 826 826 *linux*) 827 BLASLAPACKLIB=-L"$BLASLAPACK_ROOT -lflapack -lfblas "827 BLASLAPACKLIB=-L"$BLASLAPACK_ROOT/lib -lflapack -lfblas " 828 828 ;; 829 829 *darwin*) 830 BLASLAPACKLIB=-L"$BLASLAPACK_ROOT -lflapack -lfblas "830 BLASLAPACKLIB=-L"$BLASLAPACK_ROOT/lib -lflapack -lfblas " 831 831 ;; 832 832 esac
Note:
See TracChangeset
for help on using the changeset viewer.