Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Jan 2024 08:26:12 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: 7e0583b28056 - main - math/stan: update 2.33.0 =?utf-8?Q?=E2=86=92?= 2.34.1
Message-ID:  <202401240826.40O8QCUX060740@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=7e0583b2805635a0e523eca7e61becd958a03aa1

commit 7e0583b2805635a0e523eca7e61becd958a03aa1
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-01-24 07:57:10 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-01-24 08:26:01 +0000

    math/stan: update 2.33.0 → 2.34.1
    
    Reported by:    portscout
---
 math/stan/Makefile | 10 +++++++---
 math/stan/distinfo |  8 +++++---
 2 files changed, 12 insertions(+), 6 deletions(-)

diff --git a/math/stan/Makefile b/math/stan/Makefile
index ce0c67bc8e23..4871d131208d 100644
--- a/math/stan/Makefile
+++ b/math/stan/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	stan
 DISTVERSIONPREFIX=	v
-DISTVERSION=	2.33.0
+DISTVERSION=	2.34.1
 CATEGORIES=	math
 
 MAINTAINER=	yuri@FreeBSD.org
@@ -17,16 +17,20 @@ USES=		eigen:3,run gmake python:test shebangfix
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	stan-dev
+GH_TUPLE=	stan-dev:math:c26bd83:stan_math/lib/stan_math
 
 SHEBANG_FILES=	runTests.py
 
+MAKE_ENV=	CXX_TYPE=clang
+
 NO_BUILD=	yes
 NO_ARCH=	yes
 
 do-install:
 	@cd ${WRKSRC}/src && ${COPYTREE_SHARE} stan ${STAGEDIR}${PREFIX}/include
 
-do-test: # fails to compile: https://github.com/stan-dev/stan/issues/3058
-	@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ./runTests.py src/test/unit
+# tests attempt to download some executable
+#do-test:
+#	@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ./runTests.py src/test/unit
 
 .include <bsd.port.mk>
diff --git a/math/stan/distinfo b/math/stan/distinfo
index 898bb8a153ae..36878853a4b9 100644
--- a/math/stan/distinfo
+++ b/math/stan/distinfo
@@ -1,3 +1,5 @@
-TIMESTAMP = 1693981413
-SHA256 (stan-dev-stan-v2.33.0_GH0.tar.gz) = eb35d40eafe090a19a800f19c66e79eacbd1532906fbe3940abd1e0b854dae4f
-SIZE (stan-dev-stan-v2.33.0_GH0.tar.gz) = 4372023
+TIMESTAMP = 1706078819
+SHA256 (stan-dev-stan-v2.34.1_GH0.tar.gz) = c38864706bbeb1ee1ad92d97cd0d8db24844bb01c4a431bd7f9d6e87fd0f0bd0
+SIZE (stan-dev-stan-v2.34.1_GH0.tar.gz) = 4377341
+SHA256 (stan-dev-math-c26bd83_GH0.tar.gz) = 4b02d9dcdd4f7d176f7fa12e60b0a9929b17158fc9e24858912c44f7eed566b1
+SIZE (stan-dev-math-c26bd83_GH0.tar.gz) = 30100879



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