Arjen Markus
Arjen Markus
Thanks for the comments. I was not sure how I could introduce an include directory, so instead I simply copy the extra file in to the example directory. I had...
The test program was failing because it tried to read from the keyboard. Changed it to simply use a length of one million elements.
In the two cases of real arguments x0 and x1, how do you communicate that the determinant is negative, so that the roots are complex? What do you do with...
For Visual Studio you need direct.h, indeed. Op vr 16 jul. 2021 om 13:44 schreef Carlos Une ***@***.***>: > @LKedward , I think PR #507 > with .c file won't...
Just a comment: I noticed that fpm does allow more than one module in a file - and it seems to work: one of the source files I experimented with...
I just checked: Cygwin defines OSTYPE (to be "cygwin") whereas plain Windows does not define it - instead it uses OS. So the logic should take that non-existence into account....
Hm, MinGW poses another complication: if started as mingw64.exe you have a Linux-like environment under Windows that is compatible with plain Windows, whereas msys64.exe takes you closer to Linux. The...
In my Ftnunit unit test package I use a small batch file/shell script to repeatedly run the test executable in case of run-time failures. It relies on a small file...
Should this be of use, sometime ago I wrote a module to read pkg-config files, including substitution of macros. See the attached file: [pkgconfig.f90.txt](https://github.com/fortran-lang/fpm/files/6532003/pkgconfig.f90.txt)
Yes, it seems the dir command cannot handle forward slashes - this in contrast to "cd". Very awkward. Op vr 4 mrt. 2022 om 16:19 schreef Beliavsky ***@***.***>: > I...