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

Unable to build: Dependency "OpenBLAS" not found #85

Open
josecastillolema opened this issue Dec 27, 2024 · 2 comments
Open

Unable to build: Dependency "OpenBLAS" not found #85

josecastillolema opened this issue Dec 27, 2024 · 2 comments

Comments

@josecastillolema
Copy link
Collaborator

I have been trying to build Orion on my Fedora 41 system with Python 3.11 without success:

> git clone <repository_url>
> cd orion
> python3.11 -m venv .
> source bin/activate
(v3.11.11/orion) > pip install -r requirements.txt
...
      ../scipy/meson.build:169:9: ERROR: Dependency "OpenBLAS" not found, tried pkgconfig and cmake

I have installed the following packets:

> rpm -aq | grep openblas
openblas-0.3.26-5.fc41.x86_64
openblas-threads64_-0.3.26-5.fc41.x86_64
openblas-threads64-0.3.26-5.fc41.x86_64
openblas-threads-0.3.26-5.fc41.x86_64
openblas-srpm-macros-2-18.fc41.noarch
openblas-serial64_-0.3.26-5.fc41.x86_64
openblas-serial64-0.3.26-5.fc41.x86_64
openblas-serial-0.3.26-5.fc41.x86_64
openblas-openmp64_-0.3.26-5.fc41.x86_64
openblas-openmp64-0.3.26-5.fc41.x86_64
openblas-openmp-0.3.26-5.fc41.x86_64
openblas-devel-0.3.26-5.fc41.x86_64
openblas-static-0.3.26-5.fc41.x86_64
flexiblas-openblas-openmp-3.4.4-3.fc41.x86_64
flexiblas-openblas-openmp64-3.4.4-3.fc41.x86_64
flexiblas-openblas-serial64-3.4.4-3.fc41.x86_64
flexiblas-openblas-threads64-3.4.4-3.fc41.x86_64
flexiblas-openblas-serial-3.4.4-3.fc41.x86_64
flexiblas-openblas-threads-3.4.4-3.fc41.x86_64
@krishvoor
Copy link
Member

Can you instead use this Dockerfile https://github.com/cloud-bulldozer/orion/blob/main/Dockerfile ?

@josecastillolema
Copy link
Collaborator Author

Yes @krishvoor that is a valid workaround, thanks

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

No branches or pull requests

2 participants