science/simgrid: Update 3.27 -> 3.28
This commit is contained in:
parent
967708f2b8
commit
dcf5a97fbc
3 changed files with 10 additions and 8 deletions
|
@ -1,6 +1,5 @@
|
|||
PORTNAME= SimGrid
|
||||
DISTVERSION= 3.27
|
||||
PORTREVISION= 1
|
||||
DISTVERSION= 3.28
|
||||
CATEGORIES= science
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
|
@ -27,7 +26,7 @@ USE_GITLAB= yes
|
|||
GL_SITE= https://framagit.org/
|
||||
GL_ACCOUNT= simgrid
|
||||
GL_PROJECT= simgrid
|
||||
GL_COMMIT= a585144d870def9053b47ed0f5cd92ac337038a5
|
||||
GL_COMMIT= 04e3ca46dcefdd19f2f1fee3e75c27fb2f7fc2ec
|
||||
|
||||
CMAKE_OFF= enable_python
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1618015312
|
||||
SHA256 (simgrid-simgrid-a585144d870def9053b47ed0f5cd92ac337038a5_GL0.tar.gz) = cb370457929ae2293d098c3a09e37e91f1ea15c2e1fa8270bc1b9594c4a05185
|
||||
SIZE (simgrid-simgrid-a585144d870def9053b47ed0f5cd92ac337038a5_GL0.tar.gz) = 3916452
|
||||
TIMESTAMP = 1629095814
|
||||
SHA256 (simgrid-simgrid-04e3ca46dcefdd19f2f1fee3e75c27fb2f7fc2ec_GL0.tar.gz) = 39409ef34e9aaa2262102f76c4d6ee31eb67d04bd5057584bd3340e3f0559a95
|
||||
SIZE (simgrid-simgrid-04e3ca46dcefdd19f2f1fee3e75c27fb2f7fc2ec_GL0.tar.gz) = 4193649
|
||||
|
|
|
@ -19,9 +19,11 @@ include/simgrid/exec.h
|
|||
include/simgrid/forward.h
|
||||
include/simgrid/host.h
|
||||
include/simgrid/instr.h
|
||||
include/simgrid/kernel/Timer.hpp
|
||||
include/simgrid/kernel/future.hpp
|
||||
include/simgrid/kernel/resource/Action.hpp
|
||||
include/simgrid/kernel/resource/Model.hpp
|
||||
include/simgrid/kernel/resource/NetworkModelIntf.hpp
|
||||
include/simgrid/kernel/resource/Resource.hpp
|
||||
include/simgrid/kernel/routing/ClusterZone.hpp
|
||||
include/simgrid/kernel/routing/DijkstraZone.hpp
|
||||
|
@ -33,6 +35,7 @@ include/simgrid/kernel/routing/FullZone.hpp
|
|||
include/simgrid/kernel/routing/NetPoint.hpp
|
||||
include/simgrid/kernel/routing/NetZoneImpl.hpp
|
||||
include/simgrid/kernel/routing/RoutedZone.hpp
|
||||
include/simgrid/kernel/routing/StarZone.hpp
|
||||
include/simgrid/kernel/routing/TorusZone.hpp
|
||||
include/simgrid/kernel/routing/VivaldiZone.hpp
|
||||
include/simgrid/kernel/routing/WifiZone.hpp
|
||||
|
@ -40,6 +43,7 @@ include/simgrid/link.h
|
|||
include/simgrid/mailbox.h
|
||||
include/simgrid/modelchecker.h
|
||||
include/simgrid/mutex.h
|
||||
include/simgrid/plugins/ProducerConsumer.hpp
|
||||
include/simgrid/plugins/dvfs.h
|
||||
include/simgrid/plugins/energy.h
|
||||
include/simgrid/plugins/file_system.h
|
||||
|
@ -111,14 +115,13 @@ include/xbt/replay.hpp
|
|||
include/xbt/signal.hpp
|
||||
include/xbt/str.h
|
||||
include/xbt/string.hpp
|
||||
include/xbt/synchro.h
|
||||
include/xbt/sysdep.h
|
||||
include/xbt/system_error.hpp
|
||||
include/xbt/utility.hpp
|
||||
include/xbt/virtu.h
|
||||
include/xbt/xbt_os_time.h
|
||||
lib/libsimgrid.so
|
||||
lib/libsimgrid.so.3.27
|
||||
lib/libsimgrid.so.3.28
|
||||
lib/simgrid/smpimain
|
||||
lib/simgrid/smpireplaymain
|
||||
libdata/pkgconfig/simgrid.pc
|
||||
|
|
Loading…
Reference in a new issue