diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-05-05 09:45:36 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-05-05 09:45:36 +0000 |
commit | 4a4ec28d37b64039d4eff0f34ad66b543767d758 (patch) | |
tree | 96cc94ba02edcc043c52eb3f26adbc632bbe44d8 /math/libflame | |
parent | a5d24d4bb4a43375b4bbb7f8bc673f8c557f06b4 (diff) | |
download | ports-4a4ec28d37b64039d4eff0f34ad66b543767d758.tar.gz ports-4a4ec28d37b64039d4eff0f34ad66b543767d758.zip |
Notes
Diffstat (limited to 'math/libflame')
-rw-r--r-- | math/libflame/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/math/libflame/Makefile b/math/libflame/Makefile index 3bcbfe988305..e2f374398940 100644 --- a/math/libflame/Makefile +++ b/math/libflame/Makefile @@ -86,7 +86,7 @@ WITH_BLAS= gotoblas CONFIGURE_ARGS+= --disable-goto-interfaces .for b in M K N .if defined(${b}_BLOCKSIZE) -CONFIGURE_ARGS+= --enable-default-${b:L}-blocksize=${${b}_BLOCKSIZE} +CONFIGURE_ARGS+= --enable-default-${b:tl}-blocksize=${${b}_BLOCKSIZE} .endif .endfor .endif @@ -295,7 +295,7 @@ post-configure: do-build: .for o in SHARED STATIC .if ${PORT_OPTIONS:M${o}} - @${PRINTF} "\n\n\n===> Building ${o:L} library:\n\n\n\n" + @${PRINTF} "\n\n\n===> Building ${o:tl} library:\n\n\n\n" @cd ${WRKSRC}${o:S|^|_|:M*STATIC}; ${SETENV} ${MAKE_ENV} ${GMAKE} \ ${_MAKE_JOBS} ${MAKE_ARGS} libs .endif @@ -331,7 +331,7 @@ check regression-test test: build install-headers .for o in SHARED STATIC .if ${PORT_OPTIONS:M${o}} - @${PRINTF} "\n\n\n===> Testing ${o:L} library:\n\n\n\n" + @${PRINTF} "\n\n\n===> Testing ${o:tl} library:\n\n\n\n" @cd ${WRKSRC}${o:S|^|_|:M*STATIC}/test; ${SETENV} ${MAKE_ENV} \ ${GMAKE} ${_MAKE_JOBS} ${MAKE_ARGS} \ LIBBLAS="-L${LOCALBASE}/lib ${BLAS} -lm" \ |