From 9a8a42c3890b440423e8c542af2a25a74d8ad7a0 Mon Sep 17 00:00:00 2001 From: AnHeuermann <38031952+AnHeuermann@users.noreply.github.com> Date: Tue, 14 Oct 2025 17:28:21 +0200 Subject: [PATCH 1/2] Adding LEPSE --- .CI/installLibraries.mos | 1 + configs/conf.json | 11 +++++++++++ 2 files changed, 12 insertions(+) diff --git a/.CI/installLibraries.mos b/.CI/installLibraries.mos index 0b4dd41..86db9c5 100644 --- a/.CI/installLibraries.mos +++ b/.CI/installLibraries.mos @@ -64,6 +64,7 @@ for l in { {"iPSL", ""}, {"KeyWordIO", "master"}, {"LargeTestSuite", "master"}, + {"LEPSE", ""}, {"LibRAS", "master"}, {"MagLev", ""}, {"MessagePack", "master"}, diff --git a/configs/conf.json b/configs/conf.json index 9761a94..ac546d1 100644 --- a/configs/conf.json +++ b/configs/conf.json @@ -350,6 +350,17 @@ "libraryVersion":"master", "libraryVersionNameForTests":"dev" }, + { + "library":"LEPSE", + "referenceFileExtension":"mat", + "referenceFileNameDelimiter":".", + "referenceFinalDot":"_res.", + "referenceFiles":{ + "giturl":"https://github.com/AndrejFlorinskii/LEPSE-ref", + "destination":"ReferenceFiles/LEPSE", + "git-ref": "main" + } + }, { "library":"LibRAS", "extraCustomCommands":["if not setCommandLineOptions(\"--std=3.3\") then exit(1); end if;"] From 681f347291c1e1dbb125ecb57d0b9e6cc460b50e Mon Sep 17 00:00:00 2001 From: AnHeuermann <38031952+AnHeuermann@users.noreply.github.com> Date: Wed, 15 Oct 2025 09:34:54 +0200 Subject: [PATCH 2/2] Only test main --- .CI/installLibraries.mos | 2 +- configs/conf.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.CI/installLibraries.mos b/.CI/installLibraries.mos index 86db9c5..0028b32 100644 --- a/.CI/installLibraries.mos +++ b/.CI/installLibraries.mos @@ -64,7 +64,7 @@ for l in { {"iPSL", ""}, {"KeyWordIO", "master"}, {"LargeTestSuite", "master"}, - {"LEPSE", ""}, + {"LEPSE", "main"}, {"LibRAS", "master"}, {"MagLev", ""}, {"MessagePack", "master"}, diff --git a/configs/conf.json b/configs/conf.json index ac546d1..592e771 100644 --- a/configs/conf.json +++ b/configs/conf.json @@ -352,6 +352,7 @@ }, { "library":"LEPSE", + "libraryVersion":"main", "referenceFileExtension":"mat", "referenceFileNameDelimiter":".", "referenceFinalDot":"_res.",