Skip to content
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
@guimaluf

Description

@guimaluf

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions