opencog / pln

Probabilistic Logic Network (PLN) implemented on top of the Unified Rule Engine (URE). https://wiki.opencog.org/w/Probabilistic_logic_networks
Other
15 stars 19 forks source link

Link the Python wrapper with `--no-as-needed` #44

Closed ntoxeg closed 3 years ago

ntoxeg commented 3 years ago

Fixes #43.

ngeiswei commented 3 years ago

@ntoxeg, is this fix complementary to https://github.com/opencog/atomspace/pull/2813, or contradictory? (in other words, should I merge?)

ngeiswei commented 3 years ago

I saw that @linas merged a similar PR https://github.com/opencog/spacetime/pull/9, thus I assume it is complementary and merge, please reverse if wrong.

ntoxeg commented 3 years ago

This is the actual fix, the opencog/atomspace#2813 change should be reverted as it doesn’t fix anything.