aboutsummaryrefslogtreecommitdiff
path: root/math/scilab/Makefile
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2018-07-04 08:37:36 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2018-07-04 08:37:36 +0000
commit4ecd5cdf96522eb6a667e408439e8423beee78ef (patch)
tree56ba1988b05fdb8f24ac7e956b692cf4988f1028 /math/scilab/Makefile
parentb53a0db6c5a097399a6c808b5c3b397cd694738d (diff)
downloadports-4ecd5cdf96522eb6a667e408439e8423beee78ef.tar.gz
ports-4ecd5cdf96522eb6a667e408439e8423beee78ef.zip
- Switch to new test framework
Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=473870
Diffstat (limited to 'math/scilab/Makefile')
-rw-r--r--math/scilab/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/math/scilab/Makefile b/math/scilab/Makefile
index 2acfec4d2646..6b54973da835 100644
--- a/math/scilab/Makefile
+++ b/math/scilab/Makefile
@@ -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
@@ -169,8 +170,4 @@ post-install:
@# 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>