Skip to content

Commit 74426d6

Browse files
committed
stc: new wrap
1 parent 1386cea commit 74426d6

File tree

3 files changed

+42
-0
lines changed

3 files changed

+42
-0
lines changed

ci_config.json

+22
Original file line numberDiff line numberDiff line change
@@ -1087,6 +1087,28 @@
10871087
"postgresql"
10881088
]
10891089
},
1090+
"stc": {
1091+
"build_options": [
1092+
"stc:checkscoped=enabled",
1093+
"stc:tests=enabled",
1094+
"stc:examples=enabled"
1095+
],
1096+
"alpine_packages": [
1097+
"flex"
1098+
],
1099+
"brew_packages": [
1100+
"flex"
1101+
],
1102+
"choco_packages": [
1103+
"winflexbison3"
1104+
],
1105+
"msys_packages": [
1106+
"base::flex: ninja"
1107+
],
1108+
"test_options": [
1109+
"--timeout-multiplier=2"
1110+
]
1111+
},
10901112
"sqlitecpp": {
10911113
"_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)",
10921114
"build_options": [

releases.json

+11
Original file line numberDiff line numberDiff line change
@@ -3537,6 +3537,17 @@
35373537
"0.64-1"
35383538
]
35393539
},
3540+
"stc": {
3541+
"dependency_names": [
3542+
"stc"
3543+
],
3544+
"program_names": [
3545+
"checkscoped"
3546+
],
3547+
"versions": [
3548+
"5.0-1"
3549+
]
3550+
},
35403551
"stduuid": {
35413552
"dependency_names": [
35423553
"stduuid"

subprojects/stc.wrap

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
[wrap-file]
2+
directory = STC-4a76ff9bc961750b5d1932496f6b861e794f8178
3+
source_url = https://github.com/stclib/STC/archive/4a76ff9bc961750b5d1932496f6b861e794f8178/v5.0.tar.gz
4+
source_filename = v5.0.tar.gz
5+
source_hash = 9c8cd0a2e99c82d584cc106376b027183331ad07a5f602422ece95dcea35c2dd
6+
7+
[provide]
8+
dependency_names = stc
9+
program_names = checkscoped

0 commit comments

Comments
 (0)