Skip to content

Commit

Permalink
fixup pybind detection
Browse files Browse the repository at this point in the history
  • Loading branch information
ericLemanissier authored Feb 1, 2023
1 parent fa48afa commit 7aa7ba2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ccb/project_specifics.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"openssl": [re.compile(r"^OpenSSL-fips-(.*)")] + TAGS_BLACKLIST,
"libzip": [re.compile(r"^brian-gladman-fcrypt-(.*)")] + TAGS_BLACKLIST,
"libselinux": [re.compile(r"^[0-9]{8}(.*)")] + TAGS_BLACKLIST,
"pybind11": [re.compile(r"(.*)b[0-9]+$")] + TAGS_BLACKLIST,
"pybind11": [re.compile(r"(.*)b[0-9]+$"), re.compile(r"^(archive|milestones_reached)/")] + TAGS_BLACKLIST,
"lerc": [re.compile(r"^runtimecore_(.*)")] + TAGS_BLACKLIST,
"xtensor": [re.compile(r"(.*)-binder[0-9]*$")] + TAGS_BLACKLIST,
"libunwind": [re.compile(r"^4\.0\.(6|7|9|10)$")] + TAGS_BLACKLIST,
Expand Down

0 comments on commit 7aa7ba2

Please sign in to comment.