From 8165bcd383877c0ea5349d01ec860d351c08d03f Mon Sep 17 00:00:00 2001 From: Rajath Kumar M P Date: Mon, 18 Jan 2016 23:30:08 +0530 Subject: [PATCH] Added Note --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ab5706c1..aae48903 100644 --- a/setup.py +++ b/setup.py @@ -107,7 +107,7 @@ elif sys.platform == 'darwin': if gccpath: os.environ['CC'] = gccpath[0].split(os.sep)[-1] else: - raise('Cannot find gcc in /usr/local/bin. gprMax requires gcc to be installed - easily done through the Homebrew package manager (http://brew.sh).') + raise('Cannot find gcc in /usr/local/bin. gprMax requires gcc to be installed - easily done through the Homebrew package manager (http://brew.sh). Note: gcc won't be installed with OpenMP support at first, reinstall gcc using brew without multilib support') compile_args = ['-O3', '-fopenmp', '-w'] linker_args = ['-fopenmp'] # Linux