Date: Mon, 24 Nov 2025 04:08:46 +0000 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: 60b02e6c0bd7 - main - math/hmat-oss: update 1.1=?utf-8?Q?0.0 =E2=86=92?= 1.11.0 Message-ID: <6923da4e.338cf.6dc37c90@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=60b02e6c0bd7b3748186f52f6adf537e97a50d5c commit 60b02e6c0bd7b3748186f52f6adf537e97a50d5c Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2025-11-23 20:14:45 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2025-11-24 04:08:42 +0000 math/hmat-oss: update 1.10.0 → 1.11.0 Reported by: portscout --- math/hmat-oss/Makefile | 5 +++-- math/hmat-oss/distinfo | 6 +++--- math/hmat-oss/files/patch-CMakeLists.txt | 14 -------------- 3 files changed, 6 insertions(+), 19 deletions(-) diff --git a/math/hmat-oss/Makefile b/math/hmat-oss/Makefile index 044ccdb3589b..2bd76abb45d2 100644 --- a/math/hmat-oss/Makefile +++ b/math/hmat-oss/Makefile @@ -1,6 +1,5 @@ PORTNAME= hmat-oss -DISTVERSION= 1.10.0 -PORTREVISION= 2 +DISTVERSION= 1.11.0 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org @@ -34,4 +33,6 @@ do-test: ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} ${ALL_TARGET} && \ ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} test +# tests as of 1.11.0: 100% tests passed, 0 tests failed out of 4 + .include <bsd.port.mk> diff --git a/math/hmat-oss/distinfo b/math/hmat-oss/distinfo index 74b49f00d9ac..ce2331158524 100644 --- a/math/hmat-oss/distinfo +++ b/math/hmat-oss/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1720985959 -SHA256 (jeromerobert-hmat-oss-1.10.0_GH0.tar.gz) = 357969e54d4d213cbab9c0eb4ca944a160d519b0790c8300431b4acc151387e5 -SIZE (jeromerobert-hmat-oss-1.10.0_GH0.tar.gz) = 203181 +TIMESTAMP = 1763928784 +SHA256 (jeromerobert-hmat-oss-1.11.0_GH0.tar.gz) = 111f5cf45eeb70ba5e377c970af118b914029d07088dc15f1c6e81afe470e26a +SIZE (jeromerobert-hmat-oss-1.11.0_GH0.tar.gz) = 205678 diff --git a/math/hmat-oss/files/patch-CMakeLists.txt b/math/hmat-oss/files/patch-CMakeLists.txt deleted file mode 100644 index 250754940b7a..000000000000 --- a/math/hmat-oss/files/patch-CMakeLists.txt +++ /dev/null @@ -1,14 +0,0 @@ ---- CMakeLists.txt.orig 2022-10-05 15:44:52 UTC -+++ CMakeLists.txt -@@ -255,9 +255,9 @@ include(CheckCCompilerFlag) - include(CheckCXXCompilerFlag) - - function(hmat_set_compiler_flags _TARGET_NAME) -- check_cxx_compiler_flag("-Werror -Wall" HAVE_COMPILER_WARNING_FLAGS) -+ check_cxx_compiler_flag("-Wall" HAVE_COMPILER_WARNING_FLAGS) - if(HAVE_COMPILER_WARNING_FLAGS) -- target_compile_options(${_TARGET_NAME} PRIVATE -Werror -Wall) -+ target_compile_options(${_TARGET_NAME} PRIVATE -Wall) - foreach(flag -Wno-sign-compare;-Wno-undefined-var-template;-Wno-unused-parameter) - string(REPLACE "-" "_" varname ${flag}) - check_cxx_compiler_flag("${flag}" CXX${varname})home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6923da4e.338cf.6dc37c90>
