Date: Sun, 9 Dec 2018 21:27:54 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r487090 - head/math/qposases Message-ID: <201812092127.wB9LRs4F021782@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Sun Dec 9 21:27:53 2018 New Revision: 487090 URL: https://svnweb.freebsd.org/changeset/ports/487090 Log: math/qposases: Cosmetic changes Modified: head/math/qposases/Makefile Modified: head/math/qposases/Makefile ============================================================================== --- head/math/qposases/Makefile Sun Dec 9 21:26:06 2018 (r487089) +++ head/math/qposases/Makefile Sun Dec 9 21:27:53 2018 (r487090) @@ -23,7 +23,7 @@ CMAKE_OFF= QPOASES_BUILD_EXAMPLES LDFLAGS+= ${LOCALBASE}/lib/libopenblas.so -EXAMPLES= example1 example1a example1b example2 example4 example5 exampleLP qrecipe # there are some other examples. but they need additional files/packages to run +EXAMPLES= example1 example1a example1b example2 example4 example5 exampleLP qrecipe # there are some other examples, but they need additional files/packages to run post-patch: @truncate -s 0 ${WRKSRC}/src/BLASReplacement.cpp ${WRKSRC}/src/LAPACKReplacement.cpp @@ -32,6 +32,9 @@ do-test: @cd ${BUILD_WRKSRC} && \ ${SETENV} ${CONFIGURE_ENV} ${CMAKE_BIN} ${CMAKE_ARGS} -DQPOASES_BUILD_EXAMPLES:BOOL=ON ${CMAKE_SOURCE_PATH} && \ ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} ${ALL_TARGET} && \ - for e in ${EXAMPLES}; do ${ECHO} "=== Running example $${e} ===" && ${BUILD_WRKSRC}/bin/$${e}; done + for e in ${EXAMPLES}; do \ + ${ECHO} "=== Running example $${e} ===" && \ + ${BUILD_WRKSRC}/bin/$${e}; \ + done .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812092127.wB9LRs4F021782>