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

Refactor multi output and add omniorbpy #53

Merged
merged 15 commits into from
Jul 8, 2024

Commits on May 9, 2024

  1. Configuration menu
    Copy the full SHA
    aac5c9b View commit details
    Browse the repository at this point in the history
  2. MNT: Re-rendered with conda-build 24.3.0, conda-smithy 3.35.0, and co…

    …nda-forge-pinning 2024.05.09.10.54.53
    conda-forge-webservices[bot] committed May 9, 2024
    Configuration menu
    Copy the full SHA
    e8c6a64 View commit details
    Browse the repository at this point in the history
  3. Add stdlib('c')

    beenje committed May 9, 2024
    Configuration menu
    Copy the full SHA
    a332345 View commit details
    Browse the repository at this point in the history
  4. MNT: Re-rendered with conda-build 24.3.0, conda-smithy 3.35.0, and co…

    …nda-forge-pinning 2024.05.09.10.54.53
    conda-forge-webservices[bot] committed May 9, 2024
    Configuration menu
    Copy the full SHA
    b268203 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. Configuration menu
    Copy the full SHA
    bf9b9fb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    287805e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e22b9f2 View commit details
    Browse the repository at this point in the history
  4. Add pkg-config to build tools

    Try to fix openssl detection on Linux
    beenje committed May 10, 2024
    Configuration menu
    Copy the full SHA
    3b6f4ff View commit details
    Browse the repository at this point in the history
  5. Remove patch-configure.diff

    Patch was overwritten by autoconf - doesn't seem needed
    beenje committed May 10, 2024
    Configuration menu
    Copy the full SHA
    a3cdb53 View commit details
    Browse the repository at this point in the history
  6. Add patch to find openssl root

    openssl 3.3.0 doesn't include prefix in the pkgconfig file.
    
    pkg-config finds openssl but "pkg-config --variable=prefix openssl" returns an empty string.
    OPEN_SSL_ROOT is empty and it prevents ssl transport to be compiled (even if openssl is reported as found).
    
    Patch used to return the prefix when that value is empty.
    beenje committed May 10, 2024
    Configuration menu
    Copy the full SHA
    337b73c View commit details
    Browse the repository at this point in the history
  7. Add patch to find openssl root to omniorbpy

    Same patch as for omniorb
    beenje committed May 10, 2024
    Configuration menu
    Copy the full SHA
    2c80e21 View commit details
    Browse the repository at this point in the history
  8. Add omniorb-libs to omniorbpy host dependency

    Solve WARNING (omniorbpy,lib/python3.10/site-packages/_omnipy.cpython-310-x86_64-linux-gnu.so.4.3): .. but ['local/linux-64::omniorb-libs==4.3.2=h40b4993_3'] not in reqs/run, (i.e. it is overlinking) (likely) or a missing dependency (less likely)
    beenje committed May 10, 2024
    Configuration menu
    Copy the full SHA
    9c42659 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2024

  1. Add omniorb-libs as explicit run-dep for omniorbpy

    run-exports don't get applied in the recipe where the output in question is being built
    beenje committed May 11, 2024
    Configuration menu
    Copy the full SHA
    739da6b View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. Store built artifacts on azure

    beenje committed May 17, 2024
    Configuration menu
    Copy the full SHA
    a5dd584 View commit details
    Browse the repository at this point in the history
  2. MNT: Re-rendered with conda-build 24.5.0, conda-smithy 3.35.1, and co…

    …nda-forge-pinning 2024.05.17.03.43.53
    conda-forge-webservices[bot] committed May 17, 2024
    Configuration menu
    Copy the full SHA
    3d2a8b4 View commit details
    Browse the repository at this point in the history