-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Adding imagl recipe * Adding configuration requirements in configure() * Prepare for CCI Signed-off-by: Uilian Ries <uilianries@gmail.com> * Update conanfile.py * Setting minimum Visual Studio to 16 to let CCI work. * removing fPIC option for Windows config * Adding imaGL 0.1.1 * Adding imagl 0.2.0 * Deleting unsupported option in configure, adding _supports_jpeg property, hardly detecting msvc compiler version * Nicer way to get MSVC version. * maybe this one, which directly comes from other recipes. But it does not work on my computer... * More checks on clang and Visual, according to last building failures. * Add a check to VS version >= 16 before trying to run vswhere * When vswhere is not runnable, raise a ConanInvalidConfiguration. * Workaround to check libc++ version. * Using CXX environment variable to run clang++ * Direct access to clang at /usr/bin/clang++ * Check for libc++ as stdlib before checking its version * Avoid to build imaGL in CCI with clang 11. Adding some Visual Studio tunning as well to let choose toolset minor version. * Removed unused import subprocess * Better looking with imports and "allow_clang_11" option * Remove fPIC option for shared option * Code formatting correction, warning when using allow_clang_11 & comments on CMake's Ninja generator need * Removing vswhere in validate() and affectation to settings.compiler.cppstd * Removing Ninja generator forcing which is no more needed since CCI uses MSVC 19.28 Co-authored-by: Uilian Ries <uilianries@gmail.com>
- Loading branch information
1 parent
73b6ce4
commit 496fd2b
Showing
3 changed files
with
75 additions
and
13 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,3 +3,7 @@ versions: | |
folder: all | ||
"0.1.1": | ||
folder: all | ||
"0.1.2": | ||
folder: all | ||
"0.2.1": | ||
folder: all |