svn commit: r492898 - head/science/agrum

Yuri Victorovich yuri at FreeBSD.org
Thu Feb 14 03:45:08 UTC 2019


Author: yuri
Date: Thu Feb 14 03:45:07 2019
New Revision: 492898
URL: https://svnweb.freebsd.org/changeset/ports/492898

Log:
  science/agrum: Fix warning messages of 'make describe'
  
  PR:		235729
  Submitted by:	Yasuhiro KIMURA <yasu at utahime.org>

Modified:
  head/science/agrum/Makefile
  head/science/agrum/pkg-descr

Modified: head/science/agrum/Makefile
==============================================================================
--- head/science/agrum/Makefile	Thu Feb 14 02:22:48 2019	(r492897)
+++ head/science/agrum/Makefile	Thu Feb 14 03:45:07 2019	(r492898)
@@ -10,12 +10,13 @@ COMMENT=	Graphical modeler for Bayesian networks, infl
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=		cmake compiler:c++14-lang
+USES=		cmake
 USE_GITLAB=	yes
+USE_LDCONFIG=	yes
+
 GL_ACCOUNT=	agrumery
 GL_PROJECT=	aGrUM
 GL_COMMIT=	a9e534f9e862ef47c4563d2f7bb17d0869d04093
-USE_LDCONFIG=	yes
 
 CMAKE_OFF=	USE_SWIG
 
@@ -36,6 +37,7 @@ PYTHON_PLIST_SUB=	PYTHON_VER_MAJ=${PYTHON_VER:R}
 
 # use clang from ports because cmake can't find OpenMP with base clang, see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223678
 BUILD_DEPENDS+=	clang${LLVM_DEFAULT}:devel/llvm${LLVM_DEFAULT}
+RUN_DEPENDS+=	clang${LLVM_DEFAULT}:devel/llvm${LLVM_DEFAULT}
 CPP=		clang-cpp${LLVM_DEFAULT}
 CC=		clang${LLVM_DEFAULT}
 CXX=		clang++${LLVM_DEFAULT}

Modified: head/science/agrum/pkg-descr
==============================================================================
--- head/science/agrum/pkg-descr	Thu Feb 14 02:22:48 2019	(r492897)
+++ head/science/agrum/pkg-descr	Thu Feb 14 03:45:07 2019	(r492898)
@@ -8,6 +8,6 @@ following tasks:
 * learning graphical models,
 * elicitation of graphical models,
 * inference within graphical models,
-* planification. 
+* planification.
 
 WWW: https://agrum.gitlab.io/


More information about the svn-ports-head mailing list