opencog / cogutil

Very low-level C++ programming utilities used by several components

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Refactor get_python_lib from AtomSpace/OpenCog into CMAKE macro

ferrouswheel opened this issue · comments

commented

Both AtomSpace and OpenCog have a duplicate of scripts/get_python_lib.py for finding the correct python install path, introduced by opencog/atomspace#2220 and opencog/opencog#3535

This should be rewritten as a Cmake macro and added to cogutil's FindPython.

Per request here: opencog/opencog#3535 (comment)