Skip to content

Commit

Permalink
Merge pull request #103 from ericLemanissier/patch-1
Browse files Browse the repository at this point in the history
fixup pybind detection
  • Loading branch information
qchateau authored Feb 2, 2023
2 parents fa48afa + 7aa7ba2 commit 0c3d8a7
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 0c3d8a7

Please sign in to comment.