Skip to content
Snippets Groups Projects
Forked from kwant / kwant
Source project has a limited visibility.
  • Bas Nijholt's avatar
    b9c2b0c2
    add numpy includes later in the extension config · b9c2b0c2
    Bas Nijholt authored
    Previously, the numpy 'include_dirs' would be shadowed by
    any 'include_dirs' provided in 'build.conf'. We want to avoid
    burdening people with remembering to specify the numpy 'include_dirs'
    every time, and if custom numpy headers is the desired behaviour, these
    can still be specified in 'build.conf', and will take precedence.
    b9c2b0c2
    History
    add numpy includes later in the extension config
    Bas Nijholt authored
    Previously, the numpy 'include_dirs' would be shadowed by
    any 'include_dirs' provided in 'build.conf'. We want to avoid
    burdening people with remembering to specify the numpy 'include_dirs'
    every time, and if custom numpy headers is the desired behaviour, these
    can still be specified in 'build.conf', and will take precedence.