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

Request: Please create version with make USE_OPENMP=1 #79

Closed
jolespin opened this issue Jul 29, 2019 · 4 comments
Closed

Request: Please create version with make USE_OPENMP=1 #79

jolespin opened this issue Jul 29, 2019 · 4 comments

Comments

@jolespin
Copy link

Is there a way to fix this via conda installation? I can't seem to get this to work.

Essnentially, I'm asking if there is a precompiled version I can install via conda that has USE_OPENMP=1?

I've posted a question on StackOverflow but I haven't gotten any bites:
https://stackoverflow.com/questions/57257712/how-to-fix-openblas-warning-detect-openmp-loop-and-this-application-may-hang

If I do a separate install via this post I fear that my conda environment will break.

These GitHub issues might help:
BinPro/CONCOCT#232
bxlab/metaWRAP#168

@isuruf isuruf transferred this issue from conda-forge/blas-feedstock Jul 29, 2019
@isuruf
Copy link
Member

isuruf commented Jul 18, 2020

Done. conda install libopenblas=*=*openmp*

@LucasMS
Copy link

LucasMS commented Apr 22, 2021

For those who landed here and can not find the package during installation, try:

conda install libopenblas=*=*openmp* --channel conda-forge

@Zepeng-Mu
Copy link

Hi, I got this error: zsh: no matches found: libopenblas=*=*openmp*.
Am I supposed to replace teh * with something else?

Thanks!

@jakirkham
Copy link
Member

@Zepeng-Mu would place single quotes (') around it. The shell is trying to interpret the * before they are passed to conda, which we don't want it to do. Placing it in single quotes will keep the shell from touching it.

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

5 participants