From dd86b4a0e1dd4beb30570c145ddfe907729ed17b Mon Sep 17 00:00:00 2001 From: Emil Rozbicki Date: Thu, 4 Feb 2021 21:32:15 +0100 Subject: [PATCH] Use GS repos for mac build --- distribution/macos/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/distribution/macos/Makefile b/distribution/macos/Makefile index e120cad955..051257f3eb 100644 --- a/distribution/macos/Makefile +++ b/distribution/macos/Makefile @@ -11,14 +11,14 @@ SHELL := bash .SUFFIXES: CellProfiler: - git clone https://github.com/emilroz/CellProfiler + git clone https://github.com/glencoesoftware/CellProfiler cd $@ && git checkout compat-4-0 .PHONY: dependencies dependencies: CellProfiler - git clone https://github.com/emilroz/core.git + git clone https://github.com/glencoesoftware/core.git cd core && git checkout compat-4-0 pip3 install --editable "core[test]" --upgrade