Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Aug 2017 17:21:42 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r447843 - in head/math/dynare: . files
Message-ID:  <201708121721.v7CHLgsH087484@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Sat Aug 12 17:21:42 2017
New Revision: 447843
URL: https://svnweb.freebsd.org/changeset/ports/447843

Log:
  math/dynare: Add missing dependencies
  
  - Regenerated patches with "make makepatch" to avoid portlint warnings
  - Added LICENSE
  - Added missing library dependencies
  
  PR:		221316
  Submitted by:	Fernando Apesteguia <fernando.apesteguia@gmail.com> (maintainer)

Deleted:
  head/math/dynare/files/patch-configure
  head/math/dynare/files/patch-journal.cweb
  head/math/dynare/files/patch-parser-exception.h
Modified:
  head/math/dynare/Makefile
  head/math/dynare/files/patch-Makefile.in

Modified: head/math/dynare/Makefile
==============================================================================
--- head/math/dynare/Makefile	Sat Aug 12 16:02:13 2017	(r447842)
+++ head/math/dynare/Makefile	Sat Aug 12 17:21:42 2017	(r447843)
@@ -3,17 +3,29 @@
 
 PORTNAME=	dynare
 PORTVERSION=	4.4.3
-PORTREVISION=	9
+PORTREVISION=	10
 CATEGORIES=	math
 MASTER_SITES=	http://www.dynare.org/release/source/
 
 MAINTAINER=	fernando.apesteguia@gmail.com
 COMMENT=	Software platform for handling a wide class of economic models
 
+LICENSE=	GPLv3
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 BUILD_DEPENDS=	${LOCALBASE}/include/boost/unordered_set.hpp:devel/boost-libs \
 		ctangle:devel/cweb
 LIB_DEPENDS=	libumfpack.so:math/suitesparse \
-		libmatio.so:math/matio
+		libmatio.so:math/matio \
+		libhdf5.so:science/hdf5 \
+		libopenblas.so:math/openblas \
+		libopenblasp.so:math/openblas \
+		libfftw3_threads.so:math/fftw3 \
+		libfftw3.so:math/fftw3 \
+		libfftw3f_threads.so:math/fftw3-float \
+		libfftw3f.so:math/fftw3-float \
+		liblapack.so:math/lapack \
+		libblas.so:math/blas
 
 WRKSRC=		${WRKDIR}/${DISTNAME}
 GNU_CONFIGURE=	yes

Modified: head/math/dynare/files/patch-Makefile.in
==============================================================================
--- head/math/dynare/files/patch-Makefile.in	Sat Aug 12 16:02:13 2017	(r447842)
+++ head/math/dynare/files/patch-Makefile.in	Sat Aug 12 17:21:42 2017	(r447843)
@@ -1,6 +1,6 @@
 --- Makefile.in.orig	2014-07-31 12:30:46 UTC
 +++ Makefile.in
-@@ -827,9 +827,9 @@
+@@ -827,9 +827,9 @@ dist-hook:
  install-exec-local:
  	$(MKDIR_P) $(DESTDIR)$(pkglibdir)/contrib/ms-sbvar/TZcode
  	cp -r examples $(DESTDIR)$(pkglibdir)



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