Skip to content

Commit ce727e8

Browse files
committed
Updated MaBoSS version
1 parent 2354b24 commit ce727e8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

addons/PhysiBoSS/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
set(MABOSS_VERSION v2.5.6)
1+
set(MABOSS_VERSION v2.6.5.3)
22

33
function(create_physiboss_target MAX_NODES)
44
set(TARGET_NAME PhysiBoSS_${MAX_NODES}n)

addons/PhysiBoSS/setup_libmaboss.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
# Assume Windows
2121
mb_file = ""
2222
url = ""
23-
maboss_version = "v2.5.6"
23+
maboss_version = "v2.6.5.3"
2424
if os_type.lower() == 'darwin':
2525
if "ARM64" in platform.uname().version:
2626
mb_file = "libMaBoSS-macos-arm64.tar.gz"

0 commit comments

Comments
 (0)