GeoscienceAustralia / wagl

Python library for standardising satellite imagery into an Analysis Ready Data (ARD) form
Apache License 2.0
30 stars 7 forks source link

Fortran compilers #210

Open sixy6e opened 6 years ago

sixy6e commented 6 years ago

Compiling with the GCC suite v5.2.0 seems fine. Anything from the v4 series causes segfaults. GCC v6 series needs to be tested and if it too segfaults, then we need to dig into the Fortran code. The segfaults appear to be happening during the cast shadow routine.

sixy6e commented 6 years ago

I can confirm that gcc/6.2.0 segfaults as well.