Skip to content

Conversation

Erlkoenig90
Copy link

Add the gettext 0.21 version which fixes cross-compiling to windows, and provide a threads option that is passed to ./configure which allows setting the used thread API. This can avoid dependencies to pthread wrappers on windows.

uilianries pushed a commit that referenced this pull request Dec 3, 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>
uilianries pushed a commit that referenced this pull request Jun 24, 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>
uilianries pushed a commit that referenced this pull request Jul 14, 2021
uilianries pushed a commit that referenced this pull request Sep 8, 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>
uilianries pushed a commit that referenced this pull request Jul 16, 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 conan-io#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>
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.

1 participant