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

Correct argument of CPU_ISSET for glibc <2.5 #2105

Merged
merged 1 commit into from
May 2, 2019
Merged

Correct argument of CPU_ISSET for glibc <2.5 #2105

merged 1 commit into from
May 2, 2019

Conversation

martin-frbg
Copy link
Collaborator

fixes #2104

@tylerjereddy
Copy link
Contributor

Yes, I was able to reproduce the originally reported OpenBLAS build failure and confirm a restored OpenBLAS build using the patch provided by this PR in a manylinux1 container:

docker pull quay.io/pypa/manylinux1_x86_64
docker run -it quay.io/pypa/manylinux1_x86_64
git clone https://github.com/xianyi/OpenBLAS.git
make # with or without this patch

@martin-frbg martin-frbg merged commit c953171 into OpenMathLib:develop May 2, 2019
@martin-frbg martin-frbg added this to the 0.3.7 milestone May 5, 2019
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

Successfully merging this pull request may close these issues.

memory.c invalid argument type in v0.3.6
2 participants