Merge pull request #2833 from martin-frbg/issue2830
authorMartin Kroeker <martin@ruby.chemie.uni-freiburg.de>
Mon, 14 Sep 2020 05:24:23 +0000 (07:24 +0200)
committerGitHub <noreply@github.com>
Mon, 14 Sep 2020 05:24:23 +0000 (07:24 +0200)
Make building the tests for individual data types conditional on the respective BUILD option

f_check

diff --git a/f_check b/f_check
index dd4d347..f894aa9 100644 (file)
--- a/f_check
+++ b/f_check
@@ -69,7 +69,7 @@ if ($compiler eq "") {
            $bu       = "_";
        }
 
-       if ($data =~ /GNU/) {
+       if ($data =~ /GNU/ || $data =~ /GCC/ ) {
 
            $data =~ /(\d+)\.(\d+).(\d+)/;
            $major = $1;