-
e.g. on ubuntu
```
sudo apt-get install gfortran
```
js850 updated
7 years ago
-
# Summary
|New Failures|gcc|g++|gfortran|Previous Hash|
|---|---|---|---|---|
|newlib: RVA23U64 profile lp64d medlow multilib |4/2|0/0|0/0|[beec291225be9b5e7a60b6818cf80224c343811d](https://github.co…
-
I'm hoping someone here can help me out with this. I have a code under CMake that tries to run `f2py3` on a very exciting code:
```fortran
subroutine test
real x
end subroutine test
```
mainl…
-
As it currently stands, the gcc based MPI Fortran compiler will not compile the TensErLEED source code for the search because it contains implicit type conversions between REALs and INTEGERs.
This us…
-
https://gcc.gnu.org/onlinedocs/gcc-4.8.0/gfortran/RAND.html#RAND
-
There are several issues with the `-Mbackslash` option.
1. Currently, Flang's default behaviour is not compatible with that of gfortran and ifort (as explained in [Arm's own documentation](https://…
-
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.…
-
I discovered this when trying to integrate into [`espresso`](https://github.com/inlab-geo/espresso/pull/195). Everything was going fine locally (`gfortran-14`), then the `espresso` CI [failed](https:…
-
### 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) …