Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • bob.math bob.math
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1
    • Issues 1
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • bobbob
  • bob.mathbob.math
  • Issues
  • #14
Closed
Open
Issue created Jan 18, 2018 by Amir MOHAMMADI@amohammadiOwner

ERROR: LAPACK library not found - have that installed or set BOB_PREFIX_PATH to point to the correct installation prefix

See: https://gitlab.idiap.ch/bob/bob.math/-/jobs/116298

As far as I have investigated this so far, there are two problems here:

  1. numpy compile flags (mkl_rt and pthread) are being ignored because bob.extension.utils.findlibrary cannot find pthread which is located in /x86_64-conda_cos6-linux-gnu/sysroot/usr/lib during build.
  2. As an alternative we search for mkl_lapack64 which is not available in MKL 2017 and MKL 2018. I don't when was this available in MKL that we are searching for it.

@andre.anjos ideas on 1? @tiago.pereira ideas on 2? Why are we not searching for mkl_rt instead? It seems to be available in both mkl 2017 and 2018.

Assignee
Assign to
Time tracking