Skip to content

Commit b93f7f7

Browse files
author
Benjamin Chrétien
committed
Revert "Fix for Boost dependencies"
This reverts commit 84299da. The error was in roboptim-core.
1 parent 716291f commit b93f7f7

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

src/roboptim/core/__init__.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,7 @@
1313
# plugin cannot access local symbols of roboptim-core. This is not ideal, but
1414
# at least plugins do not need to link with roboptim-core themselves. A better
1515
# solution may be implemented later on.
16-
# As for the Boost dependencies, we need them as well since we use an
17-
# OptimizationLogger (header only) which depends on extra Boost libraries.
18-
# TODO: avoid these Boost dependencies...
1916
from ctypes import CDLL, RTLD_GLOBAL
20-
CDLL("libboost_date_time.so", RTLD_GLOBAL)
21-
CDLL("libboost_system.so", RTLD_GLOBAL)
22-
CDLL("libboost_filesystem.so", RTLD_GLOBAL)
2317
CDLL("libroboptim-core.so", RTLD_GLOBAL)
2418

2519
from .wrap import *

0 commit comments

Comments
 (0)