-
I am currently using Flutter to develop a Linux desktop application under WSL2. If I use the official recommended automatic installation method, some packages used by my application will not be able t…
-
Hi pythran, thank you for this project.
I'm having trouble compiling the [matrix multiplication example from the manual](https://pythran.readthedocs.io/en/latest/MANUAL.html#first-steps). Oddly, t…
-
Dear developers,
I have problems installing CRPropa on my system since the tests 17,18,19,20 related to python provides SegFault. I have followed the installing instructions and read few similar th…
-
**Describe the bug**
When running an "Extract Text" task, there is a DocumentConsumer error from elasticsearch : "unable to parse response body", and an exception in thread "java.lang.OutOfMemoryErro…
-
First, thank you so much for the amazing work you did coding the library in Julia!!!
I was looking for the equivalent of dprod in the Miranda/Fackler library and found row_kron. However, I have the…
-
Hello,
I tried _pythran_ for the first time, following the user manual. I installed it with `conda install pythran` and tried compiling `dprod.py`. I got an error
```bash
(base) [gauthe@gtppc68 …
-
Currently reachable pages on fortran-lang.org:
Sitemap
```
/index.html
/community/index.html
/compilers/index.html
/learn/index.html
/learn/best_practices.html
/learn/best_practices/allo…
-
As reported in [Debian Bug #1003520](https://bugs.debian.org/1003520), PDL-CSS fails to build with PDL 2.066:
```
make[3]: Entering directory '/build/libpdl-ccs-perl-1.23.16/CCS/Utils'
"/usr/bin/pe…
-
Using the example from the tutorial using pythran 0.10.0 from conda-forge on Apple M1:
```python
def dprod(arr0, arr1):
return sum([x*y for x,y in zip(arr0, arr1)])
```
I get:
```console
$ …
-
**Describe the bug**
Hi, i've an application with about 500k documents and i have many complex queries, so queries optimization with properly indexes is mandatory.
I don't know if i'm creating ind…