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

lapack: new recipe #23798

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft

lapack: new recipe #23798

wants to merge 1 commit into from

Conversation

valgur
Copy link
Contributor

@valgur valgur commented Apr 28, 2024

Adds LAPACK and LAPACKE from the reference implementation at https://github.com/Reference-LAPACK/lapack/releases

LAPACK is a library of Fortran subroutines for solving the most commonly occurring problems in numerical linear algebra.

Together wih BLAS, it is required for nearly all packages dealing with linear algebra that don't use Eigen. tT's currently available as a part of the OpenBLAS package on CCI, but it is not quite sufficient in practice. CMake projects that need LAPACK usually rely on FindLAPACK from CMake to find the package, which OpenBLAS and others cannot provide with the current CMakeDeps functionality.

The other motivation for decoupling LAPACK from OpenBLAS is that there are several alternative BLAS implementations available and LAPACK, which builds upon BLAS, can generally be handled separately and use the reference implementation.

Packaging status

@conan-center-bot
Copy link
Collaborator

Conan v1 pipeline ❌

Failure in build 1 (1edff431d4a2b64f07ebd210c32a947302f36ee7):

  • lapack/3.12.0:
    Error running command conan info lapack/3.12.0@#e0bf4581f786d6d0ee4baae13ab51757 --json {jsonName} -pr {profileName}:
    [settings]
    arch=x86_64
    build_type=Release
    compiler=gcc
    compiler.libcxx=libstdc++11
    compiler.version=5
    os=Linux
    [options]
    lapack:shared=False
    
    ...
    ERROR: Failed requirement 'gfortran/13.2.0' from 'lapack/3.12.0'
    ERROR: Unable to find 'gfortran/13.2.0' in remotes
    

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.


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 (1edff431d4a2b64f07ebd210c32a947302f36ee7):

  • lapack/3.12.0:
    Error running command conan graph info --requires lapack/3.12.0@#e0bf4581f786d6d0ee4baae13ab51757 -f json -pr:h /home/conan/workspace/prod-v2/bsr/30472/acdce/profile_linux_11_libstdcpp11_17_gcc_release_64.-shared-False.txt -pr:b /home/conan/workspace/prod-v2/bsr/30472/acdce/profile_linux_11_libstdcpp11_17_gcc_release_64..txt:
    ======== Computing dependency graph ========
    openblas/0.3.26: Not found in local cache, looking in remotes...
    openblas/0.3.26: Checking remote: conan-center
    openblas/0.3.26: Downloaded recipe revision efb7501e3059ca4f35cafc365a199c29
    gfortran/13.2.0: Not found in local cache, looking in remotes...
    gfortran/13.2.0: Checking remote: conan-center
    gfortran/13.2.0: Checking remote: c3i_PR-v2-23798
    Graph root
        cli
    Requirements
        lapack/3.12.0#e0bf4581f786d6d0ee4baae13ab51757 - Cache
        openblas/0.3.26#efb7501e3059ca4f35cafc365a199c29 - Downloaded (conan-center)
    Graph error
        Package 'gfortran/13.2.0' not resolved: Unable to find 'gfortran/13.2.0' in remotes.
    ERROR: Package 'gfortran/13.2.0' not resolved: Unable to find 'gfortran/13.2.0' in remotes.
    

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.

@valgur valgur marked this pull request as draft April 28, 2024 14:56
@valgur valgur mentioned this pull request Jul 30, 2024
7 tasks
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.

[request] lapack/3.9.0
2 participants