This repository was archived by the owner on Dec 8, 2024. It is now read-only.
This repository was archived by the owner on Dec 8, 2024. It is now read-only.
Space in -pthread arguments fails compilation #124
Open
Description
I followed Installing via with Intel compilers instructions and got this error:
ifort: error #10236: File not found: ' -lpthread'
I've look at the compiling command and realise that was a extra space in the pthread argument.
https://github.com/qmlcode/qml/blob/master/setup.py#L41
https://github.com/qmlcode/qml/blob/master/setup.py#L28
I'm attaching the patch to fix that.
remove_pthread_extra_space.patch.txt
git apply remove_pthread_extra_space.patch.txt
Metadata
Metadata
Assignees
Labels
No labels