yuri@FreeBSD

Results 1742 issues of yuri@FreeBSD

``` +%%DATADIR%%/libmusikcore.so ``` Shared libraries are normally installed into ```lib/```.

bug
linux

```BUILD_SHARED_LIBS``` is a standard cmake variable: https://cmake.org/cmake/help/v3.0/variable/BUILD_SHARED_LIBS.html

Submodule https://github.com/smacke/subsync-data/tree/cb3c89741db871d095d4da067a065bcf0821f1c6 is a broken URL.

bug

There is the cmake option ```tabulate_BUILD_TESTS``` but it isn't clear how to run tests. It's best to have a ```test``` target so that tests could be easily run.

[Here](https://github.com/ispc/ispc/blob/main/cmake/FindLLVM.cmake#L36) the cmake script first looks for the LLVM package, and then for the llvm-config executable. When multiple LLVM versions are installed the above 2 ways of finding LLVM could...

Bugs
Building Compiler

Build fails: ``` /wrkdirs/usr/ports/devel/ispc/work/ispc-1.18.0/ispcrt/tests/mock_tests/ispcrt_mock_main.cpp:979:33: error: no matching constructor for initialization of 'ispcrt::SharedVector' (aka 'vector') ispcrt::SharedVector v(16, sma); ^ ~~~~~~~ /usr/include/c++/v1/vector:519:5: note: candidate constructor not viable: no known conversion from 'ispcrt::SharedMemoryAllocator'...

Bugs
GPU

The FreeBSD port has this notice in it: ``` DEPRECATED= Uses deprecated version of python EXPIRATION_DATE= 2020-08-15 ``` The port is going to be removed because of this.

We can have many python versions installed on FreeBSD at the same time. Each one needs its own bindings package, which all need to be built separately. Thank you, Yuri

When the application is built from the port it starts like this: ![image](https://user-images.githubusercontent.com/271906/180120003-b43d6b99-9802-4cf4-a961-01b7759c3614.png) and exits. The instructions say: > Grab the minimal amount of data to get started: cargo run...

Data can be pre-downloaded and installed into a read-only location by the package, and can also be downloaded in the runtime into the user's home directory. Currently the application doesn't...