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

openblas: add v0.3.28, fix a GCC 14 error #25658

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

valgur
Copy link
Contributor

@valgur valgur commented Oct 18, 2024

Summary

Changes to recipe: openblas/0.3.28

Motivation

Fixes #25655 and adds the latest version.

Drops v0.3.17 and older. v0.3.17 was added in July 2021 and OpenBLAS is very backwards-compatible, so these can probably be safely removed.

Details

Overlaps somewhat with #25344 but is more limited in scope.


@conan-center-bot

This comment has been minimized.

@conan-center-bot
Copy link
Collaborator

Conan v1 pipeline ❌

Warning

Conan Center will stop receiving updates for Conan 1.x packages soon - please see announcement.

Failure in build 2 (626bc23c14602921c10c6305c5e5a602faa5a304):

  • openblas/0.3.26:
    CI failed to create some packages (All logs)

    Logs for packageID d4bbf3e278a8c14bc66e638d26932caca62ebb76:
    [settings]
    arch=x86_64
    build_type=Release
    compiler=gcc
    compiler.libcxx=libstdc++11
    compiler.version=5
    os=Linux
    [options]
    openblas:shared=False
    
    [...]
    	compiler.version=5
    	compiler.libcxx=libstdc++
    	build_type=Release
    *** You can change them in /home/conan/workspace/prod-v1/bsr/111622/bdcce/.conan/profiles/default ***
    *** Or override with -s compiler='other' -s ...s***
    
    
    Configuration:
    [settings]
    arch=x86_64
    build_type=Release
    compiler=gcc
    compiler.libcxx=libstdc++11
    compiler.version=5
    os=Linux
    [options]
    openblas:shared=False
    [build_requires]
    [env]
    [conf]
    tools.system.package_manager:mode=install
    tools.system.package_manager:sudo=True
    
    openblas/0.3.26: Forced build from source
    Installing package: openblas/0.3.26
    Requirements
        openblas/0.3.26 from local cache - Cache
    Packages
        openblas/0.3.26:d4bbf3e278a8c14bc66e638d26932caca62ebb76 - Build
    
    Installing (downloading, building) binaries...
    [HOOK - conan-center.py] pre_source(): [IMMUTABLE SOURCES (KB-H010)] OK
    openblas/0.3.26: Configuring sources in /home/conan/workspace/prod-v1/bsr/111622/bdcce/.conan/data/openblas/0.3.26/_/_/source/src
    openblas/0.3.26: 
    [HOOK - conan-center.py] post_source(): [LIBCXX MANAGEMENT (KB-H011)] OK
    [HOOK - conan-center.py] post_source(): [CPPSTD MANAGEMENT (KB-H022)] OK
    [HOOK - conan-center.py] post_source(): [SHORT_PATHS USAGE (KB-H066)] OK
    openblas/0.3.26: Copying sources to build folder
    openblas/0.3.26: Building your package in /home/conan/workspace/prod-v1/bsr/111622/bdcce/.conan/data/openblas/0.3.26/_/_/build/d4bbf3e278a8c14bc66e638d26932caca62ebb76
    openblas/0.3.26: Generator txt created conanbuildinfo.txt
    openblas/0.3.26: Calling generate()
    openblas/0.3.26: Building LAPACK without a Fortran compiler
    WARN: **************************************************
    WARN: *** Conan 1 is legacy and on a deprecation path **
    WARN: *********** Please upgrade to Conan 2 ************
    WARN: **************************************************
    openblas/0.3.26: WARN: Using the new toolchains and generators without specifying a build profile (e.g: -pr:b=default) is discouraged and might cause failures and unexpected behavior
    ERROR: openblas/0.3.26: Error in generate() method, line 186
    	tc.extra_cflags.append("-Wno-error=incompatible-pointer-types")
    	AttributeError: 'CMakeToolchain' object has no attribute 'extra_cflags'
    
  • openblas/0.3.25:
    Didn't run or was cancelled before finishing

  • openblas/0.3.27:
    Didn't run or was cancelled before finishing

  • openblas/0.3.20:
    Didn't run or was cancelled before finishing

  • openblas/0.3.28:
    Didn't run or was cancelled before finishing

  • openblas/0.3.24:
    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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[question] mlpack fails to build
2 participants