Re: Mir blas keeps giving an error

2025-08-12 Thread Marc via Digitalmars-d-learn
On Tuesday, 12 August 2025 at 10:05:59 UTC, Serg Gini wrote: On Tuesday, 12 August 2025 at 09:44:07 UTC, Nice. I've checked your repos - you probably also could be interested in projects: - Mojo lang, where tensors are integrated into the language https://docs.modular.com/max/api/c/tensor/ -

Re: Mir blas keeps giving an error

2025-08-12 Thread Serg Gini via Digitalmars-d-learn
On Tuesday, 12 August 2025 at 09:44:07 UTC, Marc wrote: I have updated the examples by adding a subconfiguration of mi-blas. Now it works. Nice. I've checked your repos - you probably also could be interested in projects: - Mojo lang, where tensors are integrated into the language https://doc

Re: Mir blas keeps giving an error

2025-08-12 Thread Marc via Digitalmars-d-learn
I have updated the examples by adding a subconfiguration of mi-blas. Now it works.

Re: Mir blas keeps giving an error

2025-08-12 Thread Marc via Digitalmars-d-learn
On Tuesday, 12 August 2025 at 07:13:58 UTC, Serg Gini wrote: BLAS can be a tricky-to-install library. Please provide your OS, dub.json/sdl and check that BLAS is installed. The examples dub.sdl is available here: https://github.com/istmarc/mir-examples/blob/main/dub.sdl . I've Archlinux inst

Re: Mir blas keeps giving an error

2025-08-12 Thread Serg Gini via Digitalmars-d-learn
On Tuesday, 12 August 2025 at 03:24:33 UTC, Marc wrote: Using mir-blas is fundamental for implementing linear models in D. However it keeps giving an error, other mir libraries work fine. I get the following error ```shell /usr/bin/ld: -f may not be used without -shared clang: error: linker c

Mir blas keeps giving an error

2025-08-11 Thread Marc via Digitalmars-d-learn
Using mir-blas is fundamental for implementing linear models in D. However it keeps giving an error, other mir libraries work fine. I get the following error ```shell /usr/bin/ld: -f may not be used without -shared clang: error: linker command failed with exit code 1 (use -v to see invocation