conda-forge / idyntree-feedstock

A conda-smithy repository for idyntree.
BSD 3-Clause "New" or "Revised" License
3 stars 7 forks source link

Rebuild for ipopt3148 #39

Closed regro-cf-autotick-bot closed 2 years ago

regro-cf-autotick-bot commented 2 years ago

This PR has been triggered in an effort to update ipopt3148.

Notes and instructions for merging this PR:

  1. Please merge the PR only after the tests have passed.
  2. Feel free to push to the bot's branch to update this PR if needed.

Please note that if you close this PR we presume that the feedstock has been rebuilt, so if you are going to perform the rebuild yourself don't close this PR until the your rebuild has been merged.

If this PR was opened in error or needs to be updated please add the bot-rerun label to this PR. The bot will close this PR and schedule another one. If you do not have permissions to add this label, you can use the phrase code>@<space/conda-forge-admin, please rerun bot in a PR comment to have the conda-forge-admin add it for you.

This PR was created by the regro-cf-autotick-bot. The regro-cf-autotick-bot is a service to automatically track the dependency graph, migrate packages, and propose package version updates for conda-forge. Feel free to drop us a line if there are any issues! This PR was generated by https://github.com/regro/autotick-bot/actions/runs/2675287058, please use this URL for debugging.

conda-forge-linter commented 2 years ago

Hi! This is the friendly automated conda-forge-linting service.

I just wanted to let you know that I linted all conda-recipes in your PR (recipe) and found it was in an excellent condition.

github-actions[bot] commented 2 years ago

Hi! This is the friendly conda-forge automerge bot!

I considered the following status checks when analyzing this PR:

Thus the PR was passing and merged! Have a great day!

github-actions[bot] commented 2 years ago

Hi! This is the friendly conda-forge automerge bot!

Commits were made to this PR after the automerge label was added. For security reasons, I have disabled automerge by removing the automerge label. Please add the automerge label again (or ask a maintainer to do so) if you'd like to enable automerge again!

github-actions[bot] commented 2 years ago

Hi! This is the friendly conda-forge automerge bot!

Commits were made to this PR after the automerge label was added. For security reasons, I have disabled automerge by removing the automerge label. Please add the automerge label again (or ask a maintainer to do so) if you'd like to enable automerge again!

traversaro commented 2 years ago

@conda-forge-admin please rerender

traversaro commented 2 years ago

ppc64 is failing on Travis (native compilation) with max time. Switching to cross-compilation, this error appears:

-- Detecting CXX compile features - done
-- Found LibXml2: $PREFIX/lib/libxml2.so (found version "2.9.14") 
-- Found IPOPT: $PREFIX/lib/libipopt.so  
-- Found Irrlicht: $PREFIX/include/irrlicht  
-- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY
-- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY - Success
-- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY
-- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY - Success
-- Performing Test COMPILER_HAS_DEPRECATED_ATTR
-- Performing Test COMPILER_HAS_DEPRECATED_ATTR - Success
-- Found OpenGL: $BUILD_PREFIX/powerpc64le-conda-linux-gnu/sysroot/usr/lib/libGL.so   
-- Found SWIG: $BUILD_PREFIX/bin/swig (found version "4.0.2")  
CMake Error at /home/conda/feedstock_root/build_artifacts/idyntree_1657963292024/_build_env/share/cmake-3.23/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
  Could NOT find Python3 (missing: Python3_INCLUDE_DIRS
  Python3_NumPy_INCLUDE_DIRS Development.Module NumPy) (found version
  "3.7.12")
Call Stack (most recent call first):
  /home/conda/feedstock_root/build_artifacts/idyntree_1657963292024/_build_env/share/cmake-3.23/Modules/FindPackageHandleStandardArgs.cmake:594 (_FPHSA_FAILURE_MESSAGE)
  /home/conda/feedstock_root/build_artifacts/idyntree_1657963292024/_build_env/share/cmake-3.23/Modules/FindPython/Support.cmake:3192 (find_package_handle_standard_args)
  /home/conda/feedstock_root/build_artifacts/idyntree_1657963292024/_build_env/share/cmake-3.23/Modules/FindPython3.cmake:490 (include)
  bindings/CMakeLists.txt:44 (find_package)
traversaro commented 2 years ago

@conda-forge-admin please rerender

traversaro commented 2 years ago

Also if ppc64le is emulated on Azure, the same error appears:

-- Found SWIG: $BUILD_PREFIX/bin/swig (found version "4.0.2")  
CMake Error at /home/conda/feedstock_root/build_artifacts/idyntree_1657969570423/_build_env/share/cmake-3.23/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
  Could NOT find Python3 (missing: Python3_INCLUDE_DIRS
  Python3_NumPy_INCLUDE_DIRS Development.Module NumPy) (found version
  "3.7.12")
Call Stack (most recent call first):
  /home/conda/feedstock_root/build_artifacts/idyntree_1657969570423/_build_env/share/cmake-3.23/Modules/FindPackageHandleStandardArgs.cmake:594 (_FPHSA_FAILURE_MESSAGE)
  /home/conda/feedstock_root/build_artifacts/idyntree_1657969570423/_build_env/share/cmake-3.23/Modules/FindPython/Support.cmake:3192 (find_package_handle_standard_args)
  /home/conda/feedstock_root/build_artifacts/idyntree_1657969570423/_build_env/share/cmake-3.23/Modules/FindPython3.cmake:490 (include)
  bindings/CMakeLists.txt:44 (find_package)

-- Configuring incomplete, errors occurred!

At this point, I think the most reasonable option is to skip ppc64le . If users are interested in that architecture, they can comment in the issue that will be opened, see https://github.com/conda-forge/idyntree-feedstock/issues/40 .

traversaro commented 2 years ago

@conda-forge-admin please rerender