Date: Wed, 4 Jul 2018 08:37:37 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r473870 - head/math/scilab Message-ID: <201807040837.w648bbkg054340@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Wed Jul 4 08:37:36 2018 New Revision: 473870 URL: https://svnweb.freebsd.org/changeset/ports/473870 Log: - Switch to new test framework Approved by: portmgr blanket Modified: head/math/scilab/Makefile Modified: head/math/scilab/Makefile ============================================================================== --- head/math/scilab/Makefile Wed Jul 4 05:25:22 2018 (r473869) +++ head/math/scilab/Makefile Wed Jul 4 08:37:36 2018 (r473870) @@ -38,6 +38,7 @@ CONFIGURE_ARGS= --with-gfortran \ -disable-static-system-lib CONFIGURE_ENV= BLAS_LIBS="${BLASLIB}" LAPACK_LIBS="${LAPACKLIB}" INSTALL_TARGET= install-strip +TEST_TARGET= check # XXX: tests fail MAKE_JOBS_UNSAFE= yes @@ -168,9 +169,5 @@ post-install: @# Remove empty dirs in DATADIR/modules - they will be removed by the @# toolbox uninstaller otherwise if 3rd party toolboxes are used @${FIND} ${STAGEDIR}${DATADIR}/modules -type d -empty -delete - -check test regression-test: build - @(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${_MAKE_JOBS} \ - ${MAKE_ARGS} check) .include <bsd.port.post.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201807040837.w648bbkg054340>