Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Apr 2019 08:42:56 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r500297 - head/math/ambit
Message-ID:  <201904280842.x3S8guW3068404@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Sun Apr 28 08:42:56 2019
New Revision: 500297
URL: https://svnweb.freebsd.org/changeset/ports/500297

Log:
  math/ambit: Update 0.2-37 -> 0.3
  
  Reported by:	portscout

Modified:
  head/math/ambit/Makefile
  head/math/ambit/distinfo

Modified: head/math/ambit/Makefile
==============================================================================
--- head/math/ambit/Makefile	Sun Apr 28 08:40:12 2019	(r500296)
+++ head/math/ambit/Makefile	Sun Apr 28 08:42:56 2019	(r500297)
@@ -2,9 +2,7 @@
 
 PORTNAME=	ambit
 DISTVERSIONPREFIX=	v
-DISTVERSION=	0.2-37
-DISTVERSIONSUFFIX=	-g9c7049a
-PORTREVISION=	6
+DISTVERSION=	0.3
 CATEGORIES=	math
 PKGNAMESUFFIX=	-tensor # avoid clash with shells/ambit
 
@@ -15,16 +13,17 @@ LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	libhdf5.so:science/hdf5 \
+		libomp.so:devel/openmp \
+		libopenblas.so:math/openblas \
 		libsz.so:science/szip
 
 USES=		cmake compiler:c++11-lang
-USE_GCC=	yes
 USE_GITHUB=	yes
 GH_ACCOUNT=	jturney
 
 # some declared cmake options do nothing: see https://github.com/jturney/ambit/issues/25 and the patch
 CMAKE_ARGS+=	-DSHARED_ONLY:BOOL=ON
-CMAKE_ARGS+=	-DENABLE_OPENMP:BOOL=ON # bug#223678: find_package(OpenMP) doesn't find the openmp package
+CMAKE_ARGS+=	-DENABLE_OPENMP:BOOL=ON
 CMAKE_ARGS+=	-DENABLE_TESTS:BOOL=OFF # https://github.com/jturney/ambit/issues/24
 
 .include <bsd.port.mk>

Modified: head/math/ambit/distinfo
==============================================================================
--- head/math/ambit/distinfo	Sun Apr 28 08:40:12 2019	(r500296)
+++ head/math/ambit/distinfo	Sun Apr 28 08:42:56 2019	(r500297)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1510519038
-SHA256 (jturney-ambit-v0.2-37-g9c7049a_GH0.tar.gz) = a7c56697f538c4c6ea7ceebfbd50f6f372eff04e38f171ccb63457c7f31fa23b
-SIZE (jturney-ambit-v0.2-37-g9c7049a_GH0.tar.gz) = 328416
+TIMESTAMP = 1556435749
+SHA256 (jturney-ambit-v0.3_GH0.tar.gz) = 6dbaa3ce6e21472e6f2294016cd97369f939a19581a890b22a9e77c18fbf1728
+SIZE (jturney-ambit-v0.3_GH0.tar.gz) = 335953



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