Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Aug 2021 05:46:45 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 9f9deb9a52fa - main - math/stanmath: Minor changes
Message-ID:  <202108280546.17S5kj8E023608@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=9f9deb9a52fae2abdf914279569d52002d248abc

commit 9f9deb9a52fae2abdf914279569d52002d248abc
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2021-08-28 05:46:10 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2021-08-28 05:46:41 +0000

    math/stanmath: Minor changes
---
 math/stanmath/Makefile | 4 ++--
 1 file 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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202108280546.17S5kj8E023608>