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 a4cd834
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 0 deletions.
19 changes: 19 additions & 0 deletions ci_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -1087,6 +1087,25 @@
"postgresql"
]
},
"stc": {
"build_options": [
"stc:checkscoped=enabled",
"stc:tests=enabled",
"stc:examples=enabled"
],
"alpine_packages": [
"flex"
],
"brew_packages": [
"flex"
],
"choco_packages": [
"winflexbison3"
],
"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-d2bbb858692be160ae0ea7e80d110201f0ad1478
source_url = https://github.com/stclib/STC/archive/d2bbb858692be160ae0ea7e80d110201f0ad1478/v5.0.tar.gz
source_filename = v5.0.tar.gz
source_hash = 74a975f67ffed642ec58973e6377a60d4f7d214b8aac6b893ee83f9e6dfad36a

[provide]
dependency_names = stc
program_names = checkscoped

0 comments on commit a4cd834

Please sign in to comment.