fox
fox copied to clipboard
A Fortran XML library
LoongArch is a new architecture which is similar to the RISC-V. Add the config information at `config.guess` and `config.sub` to support it. Also, same as commit 6f60cf1, `config.guess` and `config.sub`...
Using the black formatter I noticed that the following file has python2 syntax and should be updated to python3 since python2 is no longer supported. wkml/rgb2wkml.py I think it's mostly...
Dear all, I am trying to install Fox on Ubuntu 18.04 but I am faced with this error: ``` mkdir -p objs/lib objs/finclude (cd fsys; make VPATH=/fsys) make[1]: Entering directory...
Report of errors from make check with gfortran 4.8.0... Part of my reply to Francisco: I think the errors you see when doing "make check" with gfortran 4.8.0 are because...
This should fix #57...
It would be nice if FoX's autoconf stuff was updated to support newer architectures, e.g. aarch64 and ppc64le. I don't really know much about autoconf, but would hope that it's...
There is a bug introduced in recent versions of gfortran (6.4.1, 7.3.1 ). These versions raise an internal compiler error when compiling FoX. I made a bug report to gcc...
Greetings fox developers. We have begun to use fox in our CESM model development. We need the ability to build outside the source tree and submit the following change to...
Attempting to compile with pgi 20.4 I get this error from a call in my code: call destroy(sdoc) where sdoc is type(Node) any ideas?
Having merged @MatthewHambley's changes to enable compilation with the Cray Fortran compiler, it would seem sensible to have the continuous integration system test the build with this and other compilers...