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

armadillo: bump hdf5 #19927

Closed
wants to merge 1 commit into from
Closed

Conversation

SpaceIm
Copy link
Contributor

@SpaceIm SpaceIm commented Sep 17, 2023

Let's see if it passes v2 pipeline now that openblas supports conan v2. armadillo is still missing in v2 ready references.


@github-actions
Copy link
Contributor

🤖 Beep Boop! This pull request is making changes to 'recipes/armadillo//'.

👋 @samuel-emrys you might be interested. 😉

@ghost
Copy link

ghost commented Sep 17, 2023

I detected other pull requests that are modifying armadillo/all recipe:

This message is automatically generated by https://github.com/ericLemanissier/conan-center-conflicting-prs so don't hesitate to report issues/improvements there.

@conan-center-bot
Copy link
Collaborator

Conan v1 pipeline ✔️

All green in build 1 (c5ef2716fccd501cd6cb49b77cdb13c84f81e09d):

  • armadillo/12.2.0:
    All packages built successfully! (All logs)

  • armadillo/10.7.3:
    All packages built successfully! (All logs)

  • armadillo/10.7.0:
    All packages built successfully! (All logs)

  • armadillo/11.4.3:
    All packages built successfully! (All logs)


Conan v2 pipeline ❌

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

The v2 pipeline failed. Please, review the errors and note this is required for pull requests to be merged. In case this recipe is still not ported to Conan 2.x, please, ping @conan-io/barbarians on the PR and we will help you.

See details:

Failure in build 1 (c5ef2716fccd501cd6cb49b77cdb13c84f81e09d):

  • armadillo/12.2.0:
    Didn't run or was cancelled before finishing

  • armadillo/11.4.3:
    CI failed to create some packages (All logs)

    Logs for packageID 6057bdc3db7276f815dd06db0a25b3e779201d99:
    [settings]
    arch=x86_64
    build_type=Release
    compiler=gcc
    compiler.cppstd=17
    compiler.libcxx=libstdc++11
    compiler.version=11
    os=Linux
    [options]
    */*:shared=True
    
    [...]
    -- Conan: Target declared 'armadillo::armadillo'
    -- Conan: Component target declared 'hdf5::hdf5'
    -- Conan: Component target declared 'hdf5::hdf5_cpp'
    -- Conan: Component target declared 'hdf5::hdf5_hl'
    -- Conan: Component target declared 'hdf5::hdf5_hl_cpp'
    -- Conan: Target declared 'HDF5::HDF5'
    -- Conan: Target declared 'ZLIB::ZLIB'
    -- Conan: Including build module from '/home/conan/w/prod-v2/bsr/9745/dedde/p/hdf5efd64a22d24d0/p/lib/cmake/conan-official-hdf5-variables.cmake'
    -- Conan: Component target declared 'openblas::openblas_component'
    -- Conan: Target declared 'OpenBLAS::OpenBLAS'
    -- Configuring done
    -- Generating done
    CMake Warning:
      Manually-specified variables were not used by the project:
    
        CMAKE_POLICY_DEFAULT_CMP0091
    
    
    -- Build files have been written to: /home/conan/w/prod-v2/bsr/cci-df2807ed/recipes/armadillo/all/test_package/build/gcc-11-x86_64-17-release
    
    armadillo/11.4.3 (test package): Running CMake.build()
    armadillo/11.4.3 (test package): RUN: cmake --build "/home/conan/w/prod-v2/bsr/cci-df2807ed/recipes/armadillo/all/test_package/build/gcc-11-x86_64-17-release" -- -j3
    Scanning dependencies of target example
    [ 50%] Building CXX object CMakeFiles/example.dir/src/example.cpp.o
    In file included from /home/conan/w/prod-v2/bsr/9745/dedde/p/b/armad5e97fbd50c50a/p/include/armadillo:103,
                     from /home/conan/w/prod-v2/bsr/cci-df2807ed/recipes/armadillo/all/test_package/src/example.cpp:2:
    /home/conan/w/prod-v2/bsr/9745/dedde/p/b/armad5e97fbd50c50a/p/include/armadillo_bits/include_hdf5.hpp:31:82: note: '#pragma message: WARNING: use of HDF5 disabled; hdf5.h header not found'
       31 |         #pragma message ("WARNING: use of HDF5 disabled; hdf5.h header not found")
          |                                                                                  ^
    [100%] Linking CXX executable example
    /opt/conan/binutils/bin/ld: CMakeFiles/example.dir/src/example.cpp.o: undefined reference to symbol 'ddot_'
    /opt/conan/binutils/bin/ld: /home/conan/w/prod-v2/bsr/9745/dedde/p/openb04dc4c8cf208a/p/lib/libopenblas.so.0: error adding symbols: DSO missing from command line
    collect2: error: ld returned 1 exit status
    CMakeFiles/example.dir/build.make:84: recipe for target 'example' failed
    make[2]: *** [example] Error 1
    CMakeFiles/Makefile2:75: recipe for target 'CMakeFiles/example.dir/all' failed
    make[1]: *** [CMakeFiles/example.dir/all] Error 2
    Makefile:83: recipe for target 'all' failed
    make: *** [all] Error 2
    
    *********************************************************
    Recipe 'armadillo/11.4.3 (test package)' cannot build its binary
    It is possible that this recipe is not Conan 2.0 ready
    If the recipe comes from ConanCenter check: https://conan.io/cci-v2.html
    If it is your recipe, check if it is updated to 2.0
    *********************************************************
    
    ERROR: armadillo/11.4.3 (test package): Error in build() method, line 34
    	cmake.build()
    	ConanException: Error 2 while executing
    
  • armadillo/10.7.3:
    Didn't run or was cancelled before finishing

  • armadillo/10.7.0:
    Didn't run or was cancelled before finishing


Note: To save resources, CI tries to finish as soon as an error is found. For this reason you might find that not all the references have been launched or not all the configurations for a given reference. Also, take into account that we cannot guarantee the order of execution as it depends on CI workload and workers availability.

@SpaceIm SpaceIm marked this pull request as draft September 17, 2023 16:57
@SpaceIm
Copy link
Contributor Author

SpaceIm commented Sep 17, 2023

armadillo/11.4.3 (test package): Running CMake.build()
armadillo/11.4.3 (test package): RUN: cmake --build "/home/conan/w/prod-v2/bsr/cci-df2807ed/recipes/armadillo/all/test_package/build/gcc-11-x86_64-17-release" -- -j3
Scanning dependencies of target example
[ 50%] Building CXX object CMakeFiles/example.dir/src/example.cpp.o
In file included from /home/conan/w/prod-v2/bsr/9745/dedde/p/b/armad5e97fbd50c50a/p/include/armadillo:103,
                 from /home/conan/w/prod-v2/bsr/cci-df2807ed/recipes/armadillo/all/test_package/src/example.cpp:2:
/home/conan/w/prod-v2/bsr/9745/dedde/p/b/armad5e97fbd50c50a/p/include/armadillo_bits/include_hdf5.hpp:31:82: note: '#pragma message: WARNING: use of HDF5 disabled; hdf5.h header not found'
   31 |         #pragma message ("WARNING: use of HDF5 disabled; hdf5.h header not found")
      |                                                                                  ^
[100%] Linking CXX executable example
/opt/conan/binutils/bin/ld: CMakeFiles/example.dir/src/example.cpp.o: undefined reference to symbol 'ddot_'
/opt/conan/binutils/bin/ld: /home/conan/w/prod-v2/bsr/9745/dedde/p/openb04dc4c8cf208a/p/lib/libopenblas.so.0: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status

hum

@SpaceIm
Copy link
Contributor Author

SpaceIm commented Sep 18, 2023

closed in favor of #19909

@SpaceIm SpaceIm closed this Sep 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bump dependencies Only bumping dependencies versions in the recipe
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants