causalontology/2.0.1: new recipe#30612
Open
ai-university-aiu wants to merge 2 commits into
Open
Conversation
|
|
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Author
|
Updated the recipe to target the current release v2.0.1 (superset of 2.0.0 with a cleaner source tree). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Changes to recipe: causalontology/1.0.2
Motivation
New package. causalontology is the C++ binding of the Causalontology standard - reified causation as a language-neutral standard and shared commons. Pure C++17, zero dependencies; passes all 38 frozen conformance vectors. Apache-2.0. Upstream: https://github.com/ai-university-aiu/causalontology
Details
recipes/causalontology/(config.yml, conandata.yml, conanfile.py, test_package) for version 1.0.2.bindings/cppsubdirectory of the repository, sobuild()configures withbuild_script_folder=os.path.join("bindings", "cpp").shared/fPIC(default static, fPIC on),check_min_cppstd(self, 17), installedlib/cmakeremoved inpackage()and the config regenerated viapackage_info()(cmake_file_namecausalontology,cmake_target_namecausalontology::causalontology).conan create recipes/causalontology/all --version=1.0.2 --build=missingpasses for both the default (static) configuration and-o "*:shared=True", including the test_package run.