Just from source, cloned the repo and ran the two commands stated in the readme file. As mentioned earlier, I had to remove the references to the missing long double functions in math.c. Otherwise I didn't do anything else.
On Sat, Sep 1, 2018 at 9:05 PM Chavdar Ivanov <ci4ic4%gmail.com@localhost> wrote:
>
> As strange as this may seem, the github version compiles almost from the box. The required build system works straight, without any problems, using python3.6. The 'ninja -C build' link phase fails with missing references to the l(for long) versions of some 6-7 floating point functions, which I just took away from the math.c module. It appears we have all these functions, but not the l variants.
That sounds promising! Did you just build from source, or within
pkgsrc? If the latter, can you commit what you have to pkgsrc-wip?
--
Benny