diff options
author | Brendan Fabeny <bf@FreeBSD.org> | 2011-11-22 11:14:10 +0000 |
---|---|---|
committer | Brendan Fabeny <bf@FreeBSD.org> | 2011-11-22 11:14:10 +0000 |
commit | 004a7c5ac21475f760354371ae4f8fca5e556acb (patch) | |
tree | 47b9539be8bb171263921a641d850025fee218cc /french/aster | |
parent | bcfacab8772c0f3bf72412386eb13f58def6bef2 (diff) |
Notes
Diffstat (limited to 'french/aster')
-rw-r--r-- | french/aster/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/french/aster/Makefile b/french/aster/Makefile index 8c82382dab8b..c9748b590b47 100644 --- a/french/aster/Makefile +++ b/french/aster/Makefile @@ -83,7 +83,7 @@ PYTHON_VERSION= 2.6 # Avoid renaming .f into .F #F90FLAGS= -x f77-cpp-input ${FFLAGS} -.if exists(${LOCALBASE}/lib/libatlas_r.so) && !defined(WITH_BLAS) +.if exists(${LOCALBASE}/lib/libatlas.so) && !defined(WITH_BLAS) WITH_ATLAS= yes .endif .if defined(WITH_ATLAS) @@ -212,7 +212,7 @@ tcl_dir= ${LOCALBASE} hdf_dir= ${LOCALBASE} .if defined(WITH_ATLAS) lib_blas= ptf77blas -lib_atlas= atlas_r +lib_atlas= atlas .else lib_blas= blas lib_atlas= # empty |