From eea73a7fc4cd4d586e7ff257974f3b20fb458eff Mon Sep 17 00:00:00 2001 From: Charles BIENVENUE Date: Fri, 7 Nov 2025 19:18:39 +0000 Subject: Issue with make llvm=1 in PyGan/ solved. --- Utilib/src/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Utilib') diff --git a/Utilib/src/Makefile b/Utilib/src/Makefile index e56d213..6993827 100644 --- a/Utilib/src/Makefile +++ b/Utilib/src/Makefile @@ -130,6 +130,9 @@ else FFLAGS += -mmlir -fdynamic-heap-array ifeq ($(OS),Darwin) LFLAGS += -lclang_rt.osx + ifeq ($(openmp),1) + LFLAGS += -L/opt/homebrew/opt/libomp/lib -L/usr/local/opt/libomp/lib -lomp + endif endif else lib = ../lib/$(DIRNAME) -- cgit v1.2.3