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

libelf: update to 0.180 + no more loadable modules #2

Merged
merged 1 commit into from
Jun 29, 2020

Conversation

madebr
Copy link

@madebr madebr commented Jun 26, 2020

Update to 0.180
Apparently, upstream got rid of loadable modules.

Porting your patches to 0.180 was straightforward, but the actual autoreconf fails because the automake support of conan is incomplete.

the configure.ac script uses PKG_CONFIG scripts which should be provided by a pkg-config package.
conan-io#1013 will provide this

But then, automake needs to be able to find these external files, which conan-io#2038 should provide.

So what I propose to do:

  • fiddle a bit with my changes, and commit them to cci
  • see if the ci can build them, if so: cool
  • wait until the pkg-config and automake recipes are merged, then remove my tools.replace_in_file and uncomment the patches + autoreconf

@Hopobcn Hopobcn merged commit 53d9c56 into Hopobcn:elfutils/0.173 Jun 29, 2020
@madebr madebr deleted the pr_elfutils branch June 29, 2020 22:19
Hopobcn pushed a commit that referenced this pull request May 29, 2021
* 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]>
Hopobcn pushed a commit that referenced this pull request Dec 16, 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 <[email protected]>

* 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 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]>
Hopobcn pushed a commit that referenced this pull request Dec 16, 2021
* init commit

* adding stuff from https://github.com/Chrismarsh/conan-gsl/blob/stable/2.x/conanfile.py

* adding swp and swo files to gitignore. working on gsl

* commit before test

* gsl 2.7 , trying to get conanfile working

* commit before restart

* seems to work now?

* pep8 compliant

* adding license

* remove share directory..hopefully thats not a game breaking type thing

* no more conan center hook errors

* reverting gitignore

* adding version 2.6 in. (I make this change orthogonal to the conan-center-bot error)

* Build on Linux

Signed-off-by: Uilian Ries <[email protected]>

* Build on Windows

Signed-off-by: Uilian Ries <[email protected]>

* adding lm flag to gsl autools flags due to use of math include

* adding v2.6 to config yml for gsl

* correcting include for printf in gsl test package

* gsl: fix MSVC + mingw@Windows

* working on changes from #2

* fixing mispelling

* adding back in 2.6 version to config yml, maybe will remove if too much of a burden to get working. addressing hook warnining

* addressing review feedback. still need 2 fix package constructon error for ppc darwin

* removing HAVE_DARWIN_IEEE_INTERFACE def when apple os

* Update recipes/gsl/all/test_package/conanfile.py

Co-authored-by: SSE4 <[email protected]>

* Update recipes/gsl/all/conanfile.py

Co-authored-by: Anonymous Maarten <[email protected]>

* gsl - using settings_build function in build_requrements

* gsl - fixing bug in windows shared renaming

* Update recipes/gsl/all/conanfile.py

Co-authored-by: Anonymous Maarten <[email protected]>

Co-authored-by: Uilian Ries <[email protected]>
Co-authored-by: Anonymous Maarten <[email protected]>
Co-authored-by: SSE4 <[email protected]>
Co-authored-by: Anonymous Maarten <[email protected]>
Hopobcn pushed a commit that referenced this pull request Mar 1, 2022
* Add flatbush recipe

* Cleanup

* Extra line

* Put back sha256

* Removed unused property

* Fix for PR

* Fix cppstd whit gcc5

* Code review

* Trim trailing spaces

* Looks like apple-clang defaults to C++98

* Logical error

* Update define

* Code review #2

* Remove verbose flag
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.

2 participants