enable build and run on FreeBSD#11
Conversation
|
I was able to hide a number of warning by setting |
|
It turned out that setting |
|
Hi Enomoto-san, thanks for your interest in speedy.f90. I welcome any and all suggestions for improvements. I have tried your branch on a Linux system and it builds and runs as expected. I note your point on floating-point literals (#12). Indeed there are many implicit Float32 literals in the code which will be implicitly casted to Float64 when that is the working precision. For now though I would prefer not to implicitly convert untyped variables and literals to Float64 with |
|
Otherwise it looks like you've also implemented restart functionality (42b8171) which is great! Could you extract that commit and put it in a separate PR? |
I made small changes to make the shell scripts run on FreeBSD and hopefully other BSD flaours.
build.shandrun.shdo not use bash features. Replace/bin/bashwith/bin/sh.MAKEis commonly used for make binary. Replace it withMAKEFILE.source/gfortran.makefileuses GNU extension of Make. Detect BSD and prependgand set toMAKE.