Skip to content

Commit 9a8a42c

Browse files
committed
Adding LEPSE
1 parent 7662c33 commit 9a8a42c

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

.CI/installLibraries.mos

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ for l in {
6464
{"iPSL", ""},
6565
{"KeyWordIO", "master"},
6666
{"LargeTestSuite", "master"},
67+
{"LEPSE", ""},
6768
{"LibRAS", "master"},
6869
{"MagLev", ""},
6970
{"MessagePack", "master"},

configs/conf.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -350,6 +350,17 @@
350350
"libraryVersion":"master",
351351
"libraryVersionNameForTests":"dev"
352352
},
353+
{
354+
"library":"LEPSE",
355+
"referenceFileExtension":"mat",
356+
"referenceFileNameDelimiter":".",
357+
"referenceFinalDot":"_res.",
358+
"referenceFiles":{
359+
"giturl":"https://github.com/AndrejFlorinskii/LEPSE-ref",
360+
"destination":"ReferenceFiles/LEPSE",
361+
"git-ref": "main"
362+
}
363+
},
353364
{
354365
"library":"LibRAS",
355366
"extraCustomCommands":["if not setCommandLineOptions(\"--std=3.3\") then exit(1); end if;"]

0 commit comments

Comments
 (0)