Skip to content

Contains conan recipes of the external libs used in imagec

Notifications You must be signed in to change notification settings

joda01/imagec-recipes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

imagec-recipes

Contains conan recipes of the external libs used in ImageC. Libs are built for Linux, MacOS and Windows and stored in the imagec artifactory reachable under https://imagec.org:4431/. ImageC uses the artifactory as lib cache to speed up the build process.

Dep graph

To get the dependency graph execute:

conan install . --profile profiles/profile_linux --output-folder=build --build=missing --format=json > build.json
conan remote add imageclibs https://imagec.org:4431/artifactory/api/conan/imageclibs
conan graph info . -r=imageclibs --format=html > graph.html

git diff --no-index a.hpp b.hpp > utils.patch

conan graph info ... --format=html > graph.html

About

Contains conan recipes of the external libs used in imagec

Resources

Stars

Watchers

Forks

Packages

No packages published