mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-25 09:34:11 +00:00
science/agrum: Update 1.3.1 -> 1.5.2
This commit is contained in:
parent
9927395bcb
commit
c75da93b10
@ -1,5 +1,5 @@
|
||||
PORTNAME= agrum
|
||||
DISTVERSION= 1.3.1
|
||||
DISTVERSION= 1.5.2
|
||||
CATEGORIES= science math
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
@ -17,10 +17,11 @@ LLD_UNSAFE= yes
|
||||
USE_GITLAB= yes
|
||||
GL_ACCOUNT= agrumery
|
||||
GL_PROJECT= aGrUM
|
||||
GL_COMMIT= cd81e3c04da2cedf5c8d02c55dfeac87b9dc82b6
|
||||
GL_COMMIT= 9534f1a9e4855c9ec31883cb9b3acc88113a13e1
|
||||
|
||||
SHEBANG_FILES= act
|
||||
|
||||
CMAKE_ARGS= -DPython_EXECUTABLE=${PYTHON_CMD}
|
||||
CMAKE_OFF= USE_SWIG
|
||||
|
||||
PLIST_SUB+= VERSION=${PORTVERSION}
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1665020233
|
||||
SHA256 (agrumery-aGrUM-cd81e3c04da2cedf5c8d02c55dfeac87b9dc82b6_GL0.tar.gz) = 93426920fa54cee5253064d0ecf782ca1aef24504ccdc8ee83d61bb72acc792f
|
||||
SIZE (agrumery-aGrUM-cd81e3c04da2cedf5c8d02c55dfeac87b9dc82b6_GL0.tar.gz) = 21535479
|
||||
TIMESTAMP = 1673639040
|
||||
SHA256 (agrumery-aGrUM-9534f1a9e4855c9ec31883cb9b3acc88113a13e1_GL0.tar.gz) = 11972e148e57807b6ff84bdcb185d83c062961d5c4962d58a8dc0bfec69c5a3b
|
||||
SIZE (agrumery-aGrUM-9534f1a9e4855c9ec31883cb9b3acc88113a13e1_GL0.tar.gz) = 21982253
|
||||
|
@ -455,6 +455,8 @@ include/agrum/PRM/utils_prm.h
|
||||
include/agrum/PRM/utils_prm_tpl.h
|
||||
include/agrum/agrum.h
|
||||
include/agrum/config.h
|
||||
include/agrum/tools/core/AVLTree.h
|
||||
include/agrum/tools/core/AVLTree_tpl.h
|
||||
include/agrum/tools/core/IThreadNumberManager.h
|
||||
include/agrum/tools/core/approximations/IApproximationSchemeConfiguration.h
|
||||
include/agrum/tools/core/approximations/IApproximationSchemeConfiguration_inl.h
|
||||
@ -525,6 +527,8 @@ include/agrum/tools/core/sequence.h
|
||||
include/agrum/tools/core/sequence_tpl.h
|
||||
include/agrum/tools/core/set.h
|
||||
include/agrum/tools/core/set_tpl.h
|
||||
include/agrum/tools/core/sharedAVLTree.h
|
||||
include/agrum/tools/core/sharedAVLTree_tpl.h
|
||||
include/agrum/tools/core/signal/listener.h
|
||||
include/agrum/tools/core/signal/listener_inl.h
|
||||
include/agrum/tools/core/signal/signaler.h
|
||||
@ -543,8 +547,11 @@ include/agrum/tools/core/smallobjectallocator/fixedAllocator.h
|
||||
include/agrum/tools/core/smallobjectallocator/fixedAllocator_inl.h
|
||||
include/agrum/tools/core/smallobjectallocator/smallObjectAllocator.h
|
||||
include/agrum/tools/core/smallobjectallocator/smallObjectAllocator_inl.h
|
||||
include/agrum/tools/core/sortedPriorityQueue.h
|
||||
include/agrum/tools/core/sortedPriorityQueue_tpl.h
|
||||
include/agrum/tools/core/splay.h
|
||||
include/agrum/tools/core/splay_tpl.h
|
||||
include/agrum/tools/core/staticInitializer.h
|
||||
include/agrum/tools/core/threadData.h
|
||||
include/agrum/tools/core/threadExecutor.h
|
||||
include/agrum/tools/core/threadExecutorBase.h
|
||||
@ -677,6 +684,8 @@ include/agrum/tools/graphicalModels/variableNodeMap.h
|
||||
include/agrum/tools/graphicalModels/variableNodeMap_inl.h
|
||||
include/agrum/tools/graphs/DAG.h
|
||||
include/agrum/tools/graphs/DAG_inl.h
|
||||
include/agrum/tools/graphs/PDAG.h
|
||||
include/agrum/tools/graphs/PDAG_inl.h
|
||||
include/agrum/tools/graphs/algorithms/DAGCycleDetector.h
|
||||
include/agrum/tools/graphs/algorithms/DAGCycleDetector_inl.h
|
||||
include/agrum/tools/graphs/algorithms/binaryJoinTreeConverter.h
|
||||
|
Loading…
Reference in New Issue
Block a user