svn commit: r473870 - head/math/scilab
Dmitry Marakasov
amdmi3 at FreeBSD.org
Wed Jul 4 08:37:37 UTC 2018
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>
More information about the svn-ports-head
mailing list