science/simgrid: Update 3.23.2 -> 3.24
Reported by: repology
This commit is contained in:
parent
5e91787f44
commit
fe3feea811
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=518745
3 changed files with 9 additions and 7 deletions
|
@ -1,8 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= SimGrid
|
||||
DISTVERSION= 3.23.2
|
||||
PORTREVISION= 1
|
||||
DISTVERSION= 3.24
|
||||
CATEGORIES= science
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
|
@ -20,7 +19,7 @@ USE_GITLAB= yes
|
|||
GL_SITE= https://framagit.org/
|
||||
GL_ACCOUNT= simgrid
|
||||
GL_PROJECT= simgrid
|
||||
GL_COMMIT= 5c2fa73cd308b08d88910f5f28df80cdde7f2243
|
||||
GL_COMMIT= b2a3d0647da44e1e6d0eb44ebe1bd7182461023a
|
||||
SHEBANG_FILES= tools/simgrid_convert_TI_traces.py
|
||||
USE_LDCONFIG= yes
|
||||
INSTALL_TARGET= install/strip
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1564456714
|
||||
SHA256 (simgrid-simgrid-5c2fa73cd308b08d88910f5f28df80cdde7f2243_GL0.tar.gz) = 325ce3f37f4b0bd0322136035e5b0eced77103f5a217c5072dba9d8d878b97e7
|
||||
SIZE (simgrid-simgrid-5c2fa73cd308b08d88910f5f28df80cdde7f2243_GL0.tar.gz) = 4054749
|
||||
TIMESTAMP = 1575158161
|
||||
SHA256 (simgrid-simgrid-b2a3d0647da44e1e6d0eb44ebe1bd7182461023a_GL0.tar.gz) = 5978022ebf197264fc97a0bb7240df217bd547542d7a162fcd949375180880d0
|
||||
SIZE (simgrid-simgrid-b2a3d0647da44e1e6d0eb44ebe1bd7182461023a_GL0.tar.gz) = 4074162
|
||||
|
|
|
@ -10,6 +10,7 @@ include/simgrid/Exception.hpp
|
|||
include/simgrid/actor.h
|
||||
include/simgrid/barrier.h
|
||||
include/simgrid/chrono.hpp
|
||||
include/simgrid/cond.h
|
||||
include/simgrid/config.h
|
||||
include/simgrid/engine.h
|
||||
include/simgrid/forward.h
|
||||
|
@ -34,6 +35,7 @@ include/simgrid/kernel/routing/VivaldiZone.hpp
|
|||
include/simgrid/link.h
|
||||
include/simgrid/mailbox.h
|
||||
include/simgrid/modelchecker.h
|
||||
include/simgrid/mutex.h
|
||||
include/simgrid/msg.h
|
||||
include/simgrid/plugins/dvfs.h
|
||||
include/simgrid/plugins/energy.h
|
||||
|
@ -47,6 +49,7 @@ include/simgrid/s4u/Actor.hpp
|
|||
include/simgrid/s4u/Barrier.hpp
|
||||
include/simgrid/s4u/Comm.hpp
|
||||
include/simgrid/s4u/ConditionVariable.hpp
|
||||
include/simgrid/s4u/Disk.hpp
|
||||
include/simgrid/s4u/Engine.hpp
|
||||
include/simgrid/s4u/Exec.hpp
|
||||
include/simgrid/s4u/Host.hpp
|
||||
|
@ -114,7 +117,7 @@ include/xbt/utility.hpp
|
|||
include/xbt/virtu.h
|
||||
include/xbt/xbt_os_time.h
|
||||
lib/libsimgrid.so
|
||||
lib/libsimgrid.so.3.23.2
|
||||
lib/libsimgrid.so.3.24
|
||||
lib/simgrid/smpimain
|
||||
lib/simgrid/smpireplaymain
|
||||
libdata/pkgconfig/simgrid.pc
|
||||
|
|
Loading…
Reference in a new issue