opencog / asmoses

MOSES Machine Learning: Meta-Optimizing Semantic Evolutionary Search for the AtomSpace (https://github.com/opencog/atomspace)
https://wiki.opencog.org/w/Meta-Optimizing_Semantic_Evolutionary_Search
Other
38 stars 29 forks source link

Use OpenCogGccOptions.cmake #65

Closed linas closed 2 years ago

linas commented 4 years ago

Remove boilerplate

linas commented 4 years ago

Hmm. Source does not build with the latest compilers. This pull req changes -std=gnu++0x to std=gnu++11 which results in a compile error ... apparently, the new compiler is more strict.

linas commented 4 years ago

Please fix and merge, when possible.

ngeiswei commented 2 years ago

I believe this was fixed in another PR.