aboutsummaryrefslogtreecommitdiff
path: root/devel/simde/Makefile
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2020-08-28 20:22:42 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2020-08-28 20:22:42 +0000
commita8c49326c1788907c0f02f4bf9d48dbf98d2e854 (patch)
treebddc4271344683ee396c15760da31108e6dec79c /devel/simde/Makefile
parent3558d60b908bf111c236439c1362a67641baa353 (diff)
downloadports-a8c49326c1788907c0f02f4bf9d48dbf98d2e854.tar.gz
ports-a8c49326c1788907c0f02f4bf9d48dbf98d2e854.zip
devel/simde: Update 0.5.0 -> 0.6.0
Reported by: portscout
Notes
Notes: svn path=/head/; revision=546821
Diffstat (limited to 'devel/simde/Makefile')
-rw-r--r--devel/simde/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/devel/simde/Makefile b/devel/simde/Makefile
index 07d38cde3c94..58ae4f71923c 100644
--- a/devel/simde/Makefile
+++ b/devel/simde/Makefile
@@ -2,7 +2,7 @@
PORTNAME= simde
DISTVERSIONPREFIX= v
-DISTVERSION= 0.5.0
+DISTVERSION= 0.6.0
CATEGORIES= devel
MAINTAINER= yuri@FreeBSD.org
@@ -16,14 +16,14 @@ USE_GITHUB= yes
GH_ACCOUNT= simd-everywhere
GH_TUPLE= nemequ:munit:fbbdf1467eb0d04a6ee465def2e529e4c87f2118:nemequ_munit/test/munit
+MESON_ARGS= -Dtests=false
+
NO_BUILD= yes
NO_ARCH= yes
do-test:
- cd ${WRKSRC}
- rm -rf _build
- ${SETENV} ${CONFIGURE_ENV} ${CONFIGURE_CMD} ${CONFIGURE_ARGS} -Dbuild_tests=true
- cd ${BUILD_WRKSRC}
- ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} ${ALL_TARGET} test
+ @${RM} -r ${BUILD_WRKSRC}/*
+ @cd ${CONFIGURE_WRKSRC} && ${SETENV} ${CONFIGURE_ENV} ${CONFIGURE_CMD} ${CONFIGURE_ARGS:S/Dtests=false/Dtests=true/}
+ @cd ${BUILD_WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} ${TEST_TARGET}
.include <bsd.port.mk>