Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Jun 2021 10:05:48 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: cf292f18d4b5 - main - math/hmat-oss: Update 1.6.1 -> 1.7.0
Message-ID:  <202106071005.157A5maS087258@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=cf292f18d4b5a9fee8b241c4bbbcf51f9bab8c65

commit cf292f18d4b5a9fee8b241c4bbbcf51f9bab8c65
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2021-06-07 08:50:52 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2021-06-07 10:05:41 +0000

    math/hmat-oss: Update 1.6.1 -> 1.7.0
    
    Reported by:    portscout
---
 math/hmat-oss/Makefile  |  9 ++++++---
 math/hmat-oss/distinfo  |  6 +++---
 math/hmat-oss/pkg-plist | 22 +++++-----------------
 3 files changed, 14 insertions(+), 23 deletions(-)

diff --git a/math/hmat-oss/Makefile b/math/hmat-oss/Makefile
index 03b44a7ee351..d66fb606ce83 100644
--- a/math/hmat-oss/Makefile
+++ b/math/hmat-oss/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	hmat-oss
-DISTVERSION=	1.6.1
-PORTREVISION=	1
+DISTVERSION=	1.7.0
 CATEGORIES=	math
 
 MAINTAINER=	yuri@FreeBSD.org
@@ -12,12 +11,16 @@ LICENSE_FILE=	${WRKSRC}/LICENSE.md
 LIB_DEPENDS=	libopenblas.so:math/openblas
 
 USES=		cmake compiler:openmp
+USE_LDCONFIG=	yes
+
 USE_GITHUB=	yes
 GH_ACCOUNT=	jeromerobert
-USE_LDCONFIG=	yes
 
 CMAKE_ARGS=	-DBLAS_LIBRARIES:STRING=${LOCALBASE}/lib/libopenblas.so \
 		-DLAPACK_LIBRARIES:STRING=${LOCALBASE}/lib/libopenblas.so
+CMAKE_OFF=	HMAT_GIT_VERSION
+
+LDFLAGS+=	-lexecinfo
 
 .include <bsd.port.pre.mk>
 
diff --git a/math/hmat-oss/distinfo b/math/hmat-oss/distinfo
index ad9fdc83be6d..25d3d666c470 100644
--- a/math/hmat-oss/distinfo
+++ b/math/hmat-oss/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1580281963
-SHA256 (jeromerobert-hmat-oss-1.6.1_GH0.tar.gz) = 1517be8bde1c06bd8bc42d95926c72d787af95fc3d37439c911a7cea3243d2ca
-SIZE (jeromerobert-hmat-oss-1.6.1_GH0.tar.gz) = 185715
+TIMESTAMP = 1623002319
+SHA256 (jeromerobert-hmat-oss-1.7.0_GH0.tar.gz) = 137c221aa964afe880d0b06f6d9359561463a2a2a3f688075bbaf34847cddf99
+SIZE (jeromerobert-hmat-oss-1.7.0_GH0.tar.gz) = 195655
diff --git a/math/hmat-oss/pkg-plist b/math/hmat-oss/pkg-plist
index 0b669a927107..eb809b5cd6dd 100644
--- a/math/hmat-oss/pkg-plist
+++ b/math/hmat-oss/pkg-plist
@@ -1,22 +1,10 @@
-include/admissibility.hpp
-include/assembly.hpp
-include/cluster_tree.hpp
-include/clustering.hpp
-include/compression.hpp
-include/coordinates.hpp
-include/data_types.hpp
-include/default_engine.hpp
-include/full_matrix.hpp
-include/h_matrix.hpp
 include/hmat/config-oss.h
 include/hmat/config.h
 include/hmat/hmat.h
-include/hmat_cpp_interface.hpp
-include/tree.hpp
 lib/cmake/hmat/HMATConfig.cmake
 lib/cmake/hmat/HMATConfigVersion.cmake
-lib/cmake/hmat/HMATLibraryDepends-%%CMAKE_BUILD_TYPE%%.cmake
-lib/cmake/hmat/HMATLibraryDepends.cmake
-lib/libhmat-oss.so
-lib/libhmat-oss.so.1
-lib/libhmat-oss.so.1.6.1
+lib/cmake/hmat/HMATTargets-%%CMAKE_BUILD_TYPE%%.cmake
+lib/cmake/hmat/HMATTargets.cmake
+lib/libhmat.so
+lib/libhmat.so.1
+lib/libhmat.so.1.7.0



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