-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve giflib 5.2.1 #1
Conversation
Signed-off-by: Uilian Ries <[email protected]>
b0087b8
to
77bf837
Compare
tools.patch(**patch) | ||
|
||
def build(self): | ||
self._patch_sources() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldn't patching be done in source
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No. Source folder should be untouched. Why? Any change in the recipe will require a new download, which means more time. Keep all patches on build folder, which is a "build cache".
069133d
to
8a942e8
Compare
48abbb3
to
d52fdc7
Compare
volk: use fixed commit hash
Build simdjson 0.4.7 on Linux
elfutils: patch automake scripts to fix static + simplify Werror patch
Update cmake version to cbor
* Add ignition-math * Formatting * Change version_mejor approach * Address review comments * Add import ConanInvalidConfiguration * del fPIC in Windows * Add shared and static support * Add import glob * Unconditially remove files * Address review comments * Remove fPIC option since it's always true * Change test_package.cpp * Change test CMakeLists * Add regex patch * Add friends function Angle definition patch * Revert "Add friends function Angle definition patch" This reverts commit 4e68918. * Explicitly link libc++ * Revert "Explicitly link libc++" This reverts commit f659367. * Don't run git clone + support fPIC + create components (#1) * Add cmake_wrapper * Update recipes/ignition-math/all/CMakeLists.txt Co-authored-by: Anonymous Maarten <[email protected]> * ignition-math: use ignition-cmake (#2) * bump to 6.7.0 * bump 6.7.0 * Apply suggestions from code review Co-authored-by: SpaceIm <[email protected]> * remove pkgconf * Apply suggestions from code review Co-authored-by: SpaceIm <[email protected]> Co-authored-by: Juan Oxoby <[email protected]> Co-authored-by: Anonymous Maarten <[email protected]> Co-authored-by: Juan Oxoby <[email protected]> Co-authored-by: SpaceIm <[email protected]>
* Initial support for wasmtime package * Fixed build package on Linux * Updates according the comments in review #0 * Update recipes/wasmtime/all/conanfile.py Update license type Co-authored-by: Chris Mc <[email protected]> * Updates according the comments in review #1 * Updates according the comments in review #2 * Updates according the comments in review conan-io#3 * Updates according the comments in review conan-io#4 * Updates according the comments in review conan-io#5 * Next iteration of fixes * Fixed cmake variable C_STANDARD -> CMAKE_C_STANDARD * Added check on minimal version of conan * Used copytree instead of copy individual files * Fixed the build * Added checking for architechure in validate(...) * Updated receipt for new comments from @madebr * Fixed calling method tools.cross_building(...) * Update def package(self) according the comments in review * Updated versions of wasmtime * Updated forgot version ugrade * Fixed sha256sum for macos * Fixed SHA256 for Linux * Updated all SHA256 to proer values Co-authored-by: Chris Mc <[email protected]>
For some reason, Git didn't move the CMakeLists.txt, instead, it remove and created a new one, even when I used git mv command.