Skip to content

coin-buildtools: new recipe #23530

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

Closed
wants to merge 5 commits into from
Closed

Conversation

valgur
Copy link

@valgur valgur commented Apr 15, 2024

Packages Autotools M4 files required for running autoreconf on the COIN-OR libraries on CCI. https://github.com/coin-or-tools/BuildTools

The COIN-OR libraries have been struggling with cross-building support on macOS and shared builds on MSVC due to the included configure scripts being generated with a fairly old Autoconf version. This will hopefully resolve these issues.

It also adds newer versions of the Autotools toolchain packages as transitive build-time requirements (but as self.requires() due to Conan v1 limitations) to ensure that up-to-date versions are being used.

@conan-center-bot

This comment has been minimized.

@conan-center-bot

This comment has been minimized.

@conan-center-bot

This comment has been minimized.

@conan-center-bot

This comment has been minimized.

@conan-center-bot
Copy link
Collaborator

Conan v1 pipeline ✔️

All green in build 5 (a710c3968b3c78bad35703f472a6915c8a2b123b):

  • coin-buildtools/0.8.11:
    All packages built successfully! (All logs)

Conan v2 pipeline ✔️

Note: Conan v2 builds are now mandatory. Please read our discussion about it.

All green in build 5 (a710c3968b3c78bad35703f472a6915c8a2b123b):

  • coin-buildtools/0.8.11:
    All packages built successfully! (All logs)

@franramirez688 franramirez688 self-assigned this Jul 3, 2024
@EstebanDugueperoux2
Copy link
Contributor

Hi @uilianries @AbrilRBS @jcar87, @franramirez688 , I'm interested by this PR and all coin retaled ones.
Do you know when this could be reviewed?
Regards.

import os

from conan import ConanFile
from conan.tools.files import apply_conandata_patches, copy, export_conandata_patches, get, rename, mkdir, download
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
from conan.tools.files import apply_conandata_patches, copy, export_conandata_patches, get, rename, mkdir, download
from conan.tools.files import apply_conandata_patches, copy, export_conandata_patches, get, rename, download

To remove an unused import.

@oleurodecision
Copy link
Contributor

Awaiting the coin stuff to start the transition to conan 2 (our recipes have already been updated to make the change a piece of cake)

Is there a way to help on the subject ? (not enough confident nor competent to review conan 2 recipes alas, but I'm currently testing our codebase against these new recipes)

@valgur valgur force-pushed the new/coin-buildtools branch from 676d4cf to 7795872 Compare February 10, 2025 15:11
@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.


Martin Valgur seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account.
You have signed the CLA already but the status is still pending? Let us recheck it.

@conan-center-build-service conan-center-build-service bot locked as off-topic and limited conversation to collaborators Mar 17, 2025
@valgur valgur deleted the new/coin-buildtools branch April 11, 2025 13:24
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants