Skip to content

Commit

Permalink
stc: new wrap
Browse files Browse the repository at this point in the history
  • Loading branch information
mochaaP committed Jan 13, 2025
1 parent 1386cea commit cc02ac8
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 0 deletions.
22 changes: 22 additions & 0 deletions ci_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -1087,6 +1087,28 @@
"postgresql"
]
},
"stc": {
"build_options": [
"stc:checkscoped=enabled",
"stc:tests=enabled",
"stc:examples=enabled"
],
"alpine_packages": [
"flex"
],
"brew_packages": [
"flex"
],
"choco_packages": [
"winflexbison3"
],
"msys_packages": [
"base::flex: ninja"
],
"test_options": [
"--timeout-multiplier=2"
]
},
"sqlitecpp": {
"_comment": "required to not use the default sqlite3 in MacOS to avoid compilation errors/tests failures, also add pkgconfig path to find sqlite3(keg-only)",
"build_options": [
Expand Down
11 changes: 11 additions & 0 deletions releases.json
Original file line number Diff line number Diff line change
Expand Up @@ -3537,6 +3537,17 @@
"0.64-1"
]
},
"stc": {
"dependency_names": [
"stc"
],
"program_names": [
"checkscoped"
],
"versions": [
"5.0-1"
]
},
"stduuid": {
"dependency_names": [
"stduuid"
Expand Down
9 changes: 9 additions & 0 deletions subprojects/stc.wrap
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[wrap-file]
directory = STC-f25fef381b4ed5aa58c1a8cacb47855378368223
source_url = https://github.com/stclib/STC/archive/f25fef381b4ed5aa58c1a8cacb47855378368223/v5.0.tar.gz
source_filename = v5.0.tar.gz
source_hash = 08923c5420ea590b2324ebf53a5be883cc280fc4d78bb370517ee433e0e47b70

[provide]
dependency_names = stc
program_names = checkscoped

0 comments on commit cc02ac8

Please sign in to comment.