aboutsummaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2021-08-28 05:46:10 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2021-08-28 05:46:41 +0000
commit9f9deb9a52fae2abdf914279569d52002d248abc (patch)
treeeada9a5ecba4c4a2acdf0f56c2312dd4a7fc0710 /math
parent19d3a5b611407b4b7f99479c80c0d28b78a83440 (diff)
downloadports-9f9deb9a52fae2abdf914279569d52002d248abc.tar.gz
ports-9f9deb9a52fae2abdf914279569d52002d248abc.zip
math/stanmath: Minor changes
Diffstat (limited to 'math')
-rw-r--r--math/stanmath/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/stanmath/Makefile b/math/stanmath/Makefile
index f1943a28517c..7ab572e4b6d1 100644
--- a/math/stanmath/Makefile
+++ b/math/stanmath/Makefile
@@ -13,7 +13,7 @@ RUN_DEPENDS= ${LOCALBASE}/include/boost/math/constants/constants.hpp:devel/boost
${LOCALBASE}/include/tbb/task_arena.h:devel/onetbb # compiler define -DTBB_INTERFACE_NEW chooses oneTBB as opposed to TBB
TEST_DEPENDS= gmake:devel/gmake
-USES= eigen:3,run, python:test shebangfix
+USES= eigen:3,run python:test shebangfix
USE_GITHUB= yes
GH_ACCOUNT= stan-dev
@@ -29,7 +29,7 @@ NO_ARCH= yes
do-install:
@cd ${WRKSRC} && ${COPYTREE_SHARE} stan ${STAGEDIR}${PREFIX}/include
-do-test: # fail to compile: https://github.com/stan-dev/math/issues/2571
+do-test: # fails to compile: https://github.com/stan-dev/math/issues/2571
@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ./runTests.py test/unit test/prob
.include <bsd.port.mk>