Skip to content

compiler="gcc" flag does not respect $CC variable, test fails on mac #159

Open
@raminammour

Description

@raminammour

Hey,

I managed to install and make the tests pass on mac except for the tests that reference compiler="gcc".

For devito to work I had to define env variables export CC=gcc-13 for example. gcc on mac points to clang by default and the support for openmp there seemed painful. This line fails unless I delete the compiler="gcc"flag. Weirdly enough, if I run the same test inside the REPL, instead of pkg mode, it passes!

So not sure what the way forward here is, but I thought it would be useful to let you know.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions