yuri@FreeBSD

Results 1164 comments of yuri@FreeBSD

This wasn't obvious. Thanks! You can make the "Selected Atoms" menu item enabled when 2+ atoms are selected, and disabled when 0 or 1 atoms are selected. It doesn't show...

Hi @wasade , Cython appears to build modules fine. The file ```/usr/local/lib/python3.9/site-packages/skbio/metadata/_intersection.cpython-39.so``` is installed. This import succeeds: ``` from skbio.metadata._intersection import IntervalTree ``` It only fails from tests. Version: 0.5.9...

No, it installs successfully. It is built using "build" and installed using "installer" packages. The problem seems to be only in tests.

FYI: NULL isn't recommended in C++. On BSDs it is evaluated to 0.

Hi @darrenstrash Thanks for your offer. The port already exists. [commit info](https://cgit.freebsd.org/ports/commit/?id=1c4c1f36f6b4c8715744e94afc243ec96431f8c4) [FreshPorts record](https://www.freshports.org/math/kamis/) I couldn't find how to run the testsuit. Yuri

> Just to check: In the commit info, are those the only changes that you had to make from our git repo to your port? This commit contains all changes...

To be clear: Calf is currently completely broken (unbuildable) on systems with clang as a major compiler because of the above issue. clang and gcc generally don't mix, so if...

> where did you hear or seen such things? [Here](https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=260364#c5).

@JohannesLorenz In the FreeBSD port audio/calf-lv2 we have this post-install script that makes the absolute symlink relative: ``` post-install: # fix absolute symbolic link to be relative @${RM} ${STAGEDIR}${PREFIX}/lib/lv2/calf.lv2/calf.so @${RLN}...