yuri@FreeBSD

Results 1164 comments of yuri@FreeBSD

These are failures on arm64 due to bugs in the C++ code.

> You will need to set Python_EXECUTABLE [...] This works, thanks. > But that makes me wonder how are you building OTIO right now? Aren't are you going through the...

So this appears to be a bug that it doesn't install the python files when ```PYTHON=ON```. On the other hand, using ```setup.py``` is a more suitable way for FreeBSD ports...

Some projects install python files with a cmake option, some others don't. This can be confusing for users. IMO both ways to install python files should work to avoid confusion...

> If you want to have the C++ libraries build as shared libraries and have the Python extension link against these, then you will have to invoke cmake manually. Ideally...

@amanusk Thank you for working on the FreeBSD support! It works. I've updated the port. https://www.freshports.org/sysutils/s-tui/

> The only thing I had to patch taking code from the FreeBSD branch was the CPU name detection in helper_functions.py. Please also submit your patch for the port https://bugs.freebsd.org/bugzilla/...

>Linux build was tested using gcc. gcc also fails: ``` /disk-samsung/freebsd-ports/archivers/compressonator/work/compressonator-4.2.5185/cmp_core/shaders/bcn_common_api.h:47:1: error: unknown type name 'CMP_STATIC' CMP_STATIC CGU_FLOAT cmp_fabs(CMP_IN CGU_FLOAT x) ^ ``` > This definition INC_cmp_math_vec4 seems to be...

FreeBSD 13 is very compatible, but for example GPU isn't available. This is the first time I build this project in an attempt to create a port.