ufo-core icon indicating copy to clipboard operation
ufo-core copied to clipboard

Python 3.10 wrong ufo.pc

Open tfarago opened this issue 1 year ago • 2 comments

Requires.private: OpenCL, python must be replaced with Requires.private: OpenCL, python-3.10-embed when installing with meson. Probably wrong python in meson.build: pymod = import('python'), @gabs1234 do you have a quick idea?

tfarago avatar Jan 18 '24 11:01 tfarago

Can you give more context ? This is when you try to build ufo-core with meson ? so meson setup build ?

gabs1234 avatar Jan 19 '24 12:01 gabs1234

It's meson build && cd build && ninja install on Ubuntu 22.

tfarago avatar Jan 21 '24 13:01 tfarago