-
Currently the standard says that *any* value writing with exponents `|exp|>99` shall be written:
(sec. 10.6.1.2.2 of Fortran 03 standard)
> 99 < |exp| < 1000 +-z1z2z3
This is just horrible…
-
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://…
-
### Describe your issue.
When I run `python dev.py build --with-accelerate` on macOS Sequoia using homebrew gfortran I see several linker warnings about ignoring duplicate libraries. [Here is the bui…
-
### Bug Description
When compiling with gfortran in debug mode, syntax errors will be reported for subroutines that call the HDF-EOS2 'gdrdfld' function with inconsistent buffer types.
For exa…
-
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…
-
```
What steps will reproduce the problem?
1. use OPEN or INQUIRE statement in .f program
2. compile (no problems) and run the program
3.
What is the expected output? What do you see instead?
fortran…
-
If installing in a virtual machine things like curl and git may are missing. Also build essentials and so on are probably missing.
```bash
# brew page suggests https://docs.brew.sh/Homebrew-on-Lin…
-
## Manually built currently:
- [x] gfortran (on x86_64, to add -fPIC), custom built on Alpine
- [x] zlib (might not need manual build) We might be able to use the zlib-static package instead, and set…
-
Dear Developers/Users
Our group is exploring the quantum mobile software in VM mode using a virtual box.
From the quantum mobile website, I found that there are several pre-installed tools such a…
-
I have a fresh installation of Linuxmint 22, which is based on Ubuntu 24.04.
I ran the following, as per the build instructions:
```
sudo apt install libopencv-dev build-essential v4l2loopback-…