Index: head/science/agrum/Makefile =================================================================== --- head/science/agrum/Makefile (revision 492897) +++ head/science/agrum/Makefile (revision 492898) @@ -1,43 +1,45 @@ # $FreeBSD$ PORTNAME= agrum DISTVERSION= 0.14.1 CATEGORIES= science math MAINTAINER= yuri@FreeBSD.org COMMENT= Graphical modeler for Bayesian networks, influence diagrams, etc 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 OPTIONS_DEFINE= ODBC OPENMP PYTHON OPTIONS_DEFAULT= OPENMP PYTHON OPTIONS_SUB= yes ODBC_CMAKE_BOOL= USE_NANODBC ODBC_USES= localbase:ldflags ODBC_LIB_DEPENDS= libodbc.so:databases/unixODBC OPENMP_CMAKE_BOOL= USE_OPENMP OPENMP_LIB_DEPENDS= libomp.so:devel/openmp PYTHON_CMAKE_BOOL= BUILD_PYTHON PYTHON_USES= python 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} .include Index: head/science/agrum/pkg-descr =================================================================== --- head/science/agrum/pkg-descr (revision 492897) +++ head/science/agrum/pkg-descr (revision 492898) @@ -1,13 +1,13 @@ aGrUM is a C++ library for graphical models. It is designed for easily building applications using graphical models such as Bayesian networks, influence diagrams, decision trees, GAI networks or Markov decision processes. aGrUM is written to provide the basic building blocks to perform the following tasks: * designing graphical models, * learning graphical models, * elicitation of graphical models, * inference within graphical models, -* planification. +* planification. WWW: https://agrum.gitlab.io/