Changes between Initial Version and Version 2 of Ticket #22201


Ignore:
Timestamp:
Oct 22, 2009, 1:56:48 PM (15 years ago)
Author:
mf2k (Frank Schima)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #22201

    • Property Cc jameskyle@… added
    • Property Owner changed from macports-tickets@… to mcalhoun@…
  • Ticket #22201 – Description

    initial v2  
    44
    55Steps to reproduce:
    6 - install py26-numpy default variants. atlas will be installed as a dependency.
    7 - uninstall py26-numpy and clean --all py26-numpy
    8 - install py26-numpy +no_atlas
    9 - numpy.show_config() shows numpy linked against atlas despite no_atlas specification.
     6  - install py26-numpy default variants. atlas will be installed as a dependency.
     7  - uninstall py26-numpy and clean --all py26-numpy
     8  - install py26-numpy +no_atlas
     9  - numpy.show_config() shows numpy linked against atlas despite no_atlas specification.
    1010
    1111Uninstalling atlas results in py26-numpy +no_atlas building as expected (ie not using atlas).