-
No matter what I try it is impossible to compile Storage.f90, needed by List.f90:
```
chris@studio ~ % gfortran -std=f2018 projects/FITSWEBQLSE/src/UStorage.f90
projects/FITSWEBQLSE/src/UStorage.…
-
### Description
The original [issue](https://github.com/FluidNumerics/feq-parse/issues/20#issue-2099252637) appeared when building the project [feq-parse](https://github.com/FluidNumerics/feq-parse) …
-
Compilation of xtb with `-Wall -Wextra` gives a lot of warnings. Most of them are useless like unused variables and equality comparison of reals, but in some places they marks possible problems like
…
-
Hi,
I'm trying to run ED model , I am having problems with " Segmentation fault "
When I run this, I received this mensage:
root@alunos-desktop:/home/alunos/Documentos/ED2-master/ED/run# ./ed_2.1-op…
-
With gfortran 9.3, building coretran fails on Linux and macOS.
Here's a sample traceback on macOS:
```
[ 50%] Building Fortran object CMakeFiles/coretran.dir/sorting/m_select.f90.o
[ 51%] Buildi…
-
## **Description of the problem**
As of October 7th 2024, Python 3.13 was released.
However, `pyshtools` cannot be installed when using this `3.13`. I have checked my system and on `3.12` it insta…
-
Error message:
> (ISP) sph1r17@NOCS04167J-2 green_source % ./elemse
> dyld[2992]: Library not loaded: /usr/local/lib/libgfortran.4.dylib
> Referenced from: /Users/sph1r17/programs/ISP/isp/mti/g…
-
The interface is essentially unusable when using gfortran (Version 12.1.1), because it does not handle finalization properly (compiler bug). So on each assignment, or for temporary results from operat…
-
Here is my fortran.py
```
from lint import Linter
import os
class Fortran(Linter):
language = 'fotran'
cmd = ('gfortran',)
regex = r'^[^:]+:(?P\d+): (?P.*)$'
def run(self, cmd, code…
-
I have the following simple program that writes three lines to a file and then reads the same three lines using `string_type` UDDTIO:
```fortran
module test_mod
use stdlib_string_type
implic…