-
https://gcc.gnu.org/onlinedocs/gcc-4.8.0/gfortran/RAND.html#RAND
-
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…
-
## 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 …
-
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) …
-
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…
-
# Summary
|New Failures|gcc|g++|gfortran|Previous Hash|
|---|---|---|---|---|
|linux: RVA23U64 profile lp64d medlow multilib |1/1|3/1|0/0|[739ce47f703d5ec45fda57302c186cfe1ec434fc](https://github.com…
-
# Summary
|New Failures|gcc|g++|gfortran|Previous Hash|
|---|---|---|---|---|
|linux: RVA23U64 profile lp64d medlow multilib |40/2|0/0|0/0|[dfb9f6e0ed358706ade9a007f8723c4e9ef538fc](https://github.co…
-
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…
-
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
…