mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-21 08:42:23 +00:00
science/agrum: Fix warning messages of 'make describe'
PR: 235729 Submitted by: Yasuhiro KIMURA <yasu@utahime.org>
This commit is contained in:
parent
3b33945231
commit
0e185babc2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=492898
@ -10,12 +10,13 @@ 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
|
||||
|
||||
@ -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}
|
||||
|
@ -8,6 +8,6 @@ following tasks:
|
||||
* learning graphical models,
|
||||
* elicitation of graphical models,
|
||||
* inference within graphical models,
|
||||
* planification.
|
||||
* planification.
|
||||
|
||||
WWW: https://agrum.gitlab.io/
|
||||
|
Loading…
Reference in New Issue
Block a user