-
https://gcc.gnu.org/onlinedocs/gcc-4.8.0/gfortran/RAND.html#RAND
-
It seems that gfortran (5.3.0) can ocassionally throw multiline warnings, such as:
```
read_control.f90:8488.5:
89 continue
1
read_control.f90:8472.71:
read(inputline,*,end=89,e…
-
gcc/gfortran 10 has landed in Fedora Rawhide with some stricter type checking for fortran codes. The ncl package now fails to build with:
```
c1fm1b.f:35:33:
33 | 52 CALL DC1F2KB(IDO,L1,…
-
e.g. on ubuntu
```
sudo apt-get install gfortran
```
js850 updated
7 years ago
-
## Description
For aarch64 platform, I have built `LAPACK` from source.
## Steps
Following [steps](https://github.com/Reference-LAPACK/lapack?tab=readme-ov-file#installation)" were used …
-
Hello,
I am attempting to run SNOPT using the trial libraries. However, when calling SNOPT, the following error occurs.
LoadError: could not load library "/Users/lab_home/Documents/SNOPT/libsno…
-
Is it necessary to have gfortran version 7.2.0 to use pybdsf without import error? My installation was done smoothly. However while I run pybdsf it is showing the following error.
/bdsf/_cbdsm.cpy…
-
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.…
-
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
…
-
### 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) …