From 18075553ffe57be314b9f4804a56055acfdb3b48 Mon Sep 17 00:00:00 2001 From: Mohammad Akhlaghi Date: Thu, 4 Jul 2019 18:29:40 +0100 Subject: C and Fortran compiler environment set in high-level.mk Until now, we weren't explicitly setting the C and Fortran compiler environment variables (`CC' and `F77'). As a result, if the user's system had already set them, there would be a problem (and the system's compilers would be used). With this commit, we are explicitly setting these two environment variables at the start of `high-level.mk'. This bug was found after a discussion with Elham Saremi. --- .file-metadata | Bin 6236 -> 6236 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to '.file-metadata') diff --git a/.file-metadata b/.file-metadata index 0411382..551ee79 100644 Binary files a/.file-metadata and b/.file-metadata differ -- cgit v1.2.1