Skip to content
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

zlib/1.2.8 #3

Merged
merged 1 commit into from
Sep 2, 2019
Merged

zlib/1.2.8 #3

merged 1 commit into from
Sep 2, 2019

Conversation

jgsogo
Copy link
Contributor

@jgsogo jgsogo commented Sep 2, 2019

No description provided.

@conan-center-bot
Copy link
Collaborator

All green! 😊

  • zlib/1.2.8: Generated 200 packages

@lasote
Copy link
Contributor

lasote commented Sep 2, 2019

^ That is a bug I'm trying to solve, for zlib, there are not 200 packages but 128 I think.

@conan-center-bot
Copy link
Collaborator

All green! 😊

  • zlib/1.2.8: Generated 0 packages

@conan-center-bot
Copy link
Collaborator

An unexpected error happened and has been reported. Help is on its way! 🏇

@conan-center-bot
Copy link
Collaborator

All green! 😊

  • zlib/1.2.8: Generated 128 packages

@lasote lasote merged commit 0f4366d into conan-io:master Sep 2, 2019
danimtb pushed a commit that referenced this pull request Dec 26, 2019
Accept shared only on linux for tinycbor
danimtb pushed a commit that referenced this pull request Feb 24, 2020
uilianries referenced this pull request in uilianries/conan-center-index Mar 10, 2020
SSE4 pushed a commit that referenced this pull request Jun 16, 2020
danimtb pushed a commit that referenced this pull request Aug 12, 2020
uilianries pushed a commit that referenced this pull request Aug 25, 2020
Fix install folder for libuvc
uilianries pushed a commit that referenced this pull request Aug 25, 2020
Add pkgconf/1.7.3 dependency and run autoreconf.
Patch configure to add `--disable-werror` and `--enable-static` options.
datalogics-robb pushed a commit to datalogics-robb/conan-center-index that referenced this pull request Nov 6, 2020
The test package doesn't work with BISON_PKGDATADIR unset
conan-center-bot pushed a commit that referenced this pull request Nov 24, 2020
* Add ignition-cmake

* Update recipes/ignition-cmake/all/conanfile.py

Co-authored-by: Anonymous Maarten <madebr@users.noreply.github.com>

* Update recipes/ignition-cmake/all/test_package/CMakeLists.txt

Co-authored-by: Anonymous Maarten <madebr@users.noreply.github.com>

* Update recipes/ignition-cmake/all/test_package/conanfile.py

Co-authored-by: Anonymous Maarten <madebr@users.noreply.github.com>

* Update recipes/ignition-cmake/all/conanfile.py

Co-authored-by: Anonymous Maarten <madebr@users.noreply.github.com>

* add dummy test cpp

* Fix typo

* Fixes

* Add patches and cmake wrapper

* ignition-cmake: get it building + succeed tests (#3)

* Update recipes/ignition-cmake/all/test_package/src/CMakeLists.txt

Co-authored-by: Anonymous Maarten <madebr@users.noreply.github.com>

* Update recipes/ignition-cmake/all/conanfile.py

Co-authored-by: Anonymous Maarten <madebr@users.noreply.github.com>

* Use build_modules

* Revert "Use build_modules"

This reverts commit 96b2ed3.

* trigger CI

Co-authored-by: Anonymous Maarten <madebr@users.noreply.github.com>
conan-center-bot pushed a commit that referenced this pull request May 16, 2021
* Add google benchmark 1.5.3

This fixes issues building with GCC 11, amongst other minor
bug fixes.

* benchmark: fix hooks (#3)

Co-authored-by: Anonymous Maarten <madebr@users.noreply.github.com>
redradist added a commit to redradist/conan-center-index that referenced this pull request Jul 5, 2021
conan-center-bot pushed a commit that referenced this pull request Sep 6, 2021
* 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 <prince.chrismc@gmail.com>

* Updates according the comments in review #1

* Updates according the comments in review #2

* Updates according the comments in review #3

* Updates according the comments in review #4

* Updates according the comments in review #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 <prince.chrismc@gmail.com>
datalogics-robb pushed a commit to datalogics-robb/conan-center-index that referenced this pull request Mar 6, 2023
…sitory

OCR-285 Upload recipes to repository
@jacobfriedman jacobfriedman mentioned this pull request Oct 4, 2023
3 tasks
jmarrec pushed a commit to jmarrec/conan-center-index that referenced this pull request Feb 8, 2024
mmomtchev pushed a commit to mmomtchev/conan-center-index that referenced this pull request Mar 31, 2024
jmarrec pushed a commit to jmarrec/conan-center-index that referenced this pull request May 21, 2024
conan-center-bot pushed a commit that referenced this pull request Jul 12, 2024
* swig: migrate to Conan v2, add v4.1.1

* swig: fix pcre dependency

* swig: test the built Python modules directly from Python

* swig: remove unused _swiglibdir property

* swig: fix SWIG_DIR CMake var handling

* swig: avoid using the system package accidentally

* swig: use as tool_requires() in tests

* swig: fix test_v1_package

* Add required patches fields

https://github.com/conan-io/conan-center-index/blob/master/docs/adding_packages/conandata_yml_format.md#patches-fields

* Fix #15324

* Fix patches fields!

* swig: fix SWIG_LIB envvar not being set correctly

* swig: fix pylint false positive

* swig: use importlib for import test

* swig: require libgettext on macOS

Can't think of a better solution for
ld: library not found for -lintl
when building test_package

* swig: simplify test_package requires for Conan v1

* swig: disable macOS tests

* swig: fix Windows build

* swig: bump winflexbison

* swig: do not use 'build-scripts' as package type

* swig: do not print PATH

* swig: prefer static linking for dependencies

* swig: do not use pcre2-config

* swig: add an extra -FS for MSVC

* swig: -FS, attempt #3

* swig: don't need pcre as a build_tool anymore

* swig: bump pcre

* swig: set -DHAVE_PCRE=1

* swig: AutotoolsDeps workaround on Windows

* swig: use to_apple_arch

* swig: don't use tool_requires in test_package

---------

Co-authored-by: Julien Marrec <julien.marrec@gmail.com>
Co-authored-by: Rubén Rincón <rubenrb@jfrog.com>
husitawi added a commit to husitawi/conan-center-index that referenced this pull request Jul 28, 2024
husitawi added a commit to husitawi/conan-center-index that referenced this pull request Jul 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants