From 867c9f6a069dff67a3eb7ebc668cfce9c2f0ad17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anders=20Sandstr=C3=B6m?= Date: Fri, 13 Sep 2024 09:07:12 +0200 Subject: [PATCH 1/2] Depend on ecmc 9 --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GNUmakefile b/GNUmakefile index 77a3aea..317b7a9 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -16,7 +16,7 @@ OPT_CXXFLAGS_YES = -O3 # dependencies ECmasterECMC_VERSION = v1.1.0 -ecmc_VERSION = 9.5.0 +ecmc_VERSION = 9 BASE_DIR = . SRC_DIR = $(BASE_DIR)/src From 7b35cb0f5c12e3812b3b5b5978f48e603ab3b729 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anders=20Sandstr=C3=B6m?= Date: Fri, 13 Sep 2024 09:31:51 +0200 Subject: [PATCH 2/2] depend on ecmc 9.6 --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GNUmakefile b/GNUmakefile index 317b7a9..19453e3 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -16,7 +16,7 @@ OPT_CXXFLAGS_YES = -O3 # dependencies ECmasterECMC_VERSION = v1.1.0 -ecmc_VERSION = 9 +ecmc_VERSION = 9.6 BASE_DIR = . SRC_DIR = $(BASE_DIR)/src