diff options
author | Mădălin Ionel Patrașcu <madalinionel.patrascu@mdc-berlin.de> | 2021-02-23 12:00:21 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2021-03-01 22:40:41 +0100 |
commit | 35814292b6246a26bf938415919782d4de394a95 (patch) | |
tree | 48e4b086fe00ff41ecd079e325f99204a7bc608b /gnu/machine.scm | |
parent | 747f68bfb28ba0a4c68c44e1a990fa3e2522c9e1 (diff) |
import/cran: Fix detection of Fortran files.
This fixes a bug whereby the Guix importer considers files like .f.* to be
Fortran files.
The expression "\\.f(90|95)?" would match a lot of files containing ".f"
although they are not Fortran files. Instead we should only consider files
with this *suffix*.
* guix/import/cran.scm (directory-needs-fortran?): Only check for suffixes.
Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
Diffstat (limited to 'gnu/machine.scm')
0 files changed, 0 insertions, 0 deletions