Changes between Initial Version and Version 1 of Ticket #35046


Ignore:
Timestamp:
Jul 1, 2012, 5:54:59 AM (12 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

There is no variant called "noatlas":

$ port variants qrupdate
qrupdate has the variants:
   atlas: build with atlas instead of Accelerate framework
   g95: build with g95
     * conflicts with gcc45 gcc46 gcc47 universal
[+]gcc45: build with gcc45 fortran
     * conflicts with g95 gcc46 gcc47 universal
   gcc46: build with gcc46 fortran
     * conflicts with g95 gcc45 gcc47
   gcc47: build with gcc47 fortran
     * conflicts with g95 gcc45 gcc46
   no_atlas: Legacy compatibility variant
   universal: Build for multiple architectures

There is a variant called "no_atlas" which you can use for now:

sudo port install qrupdate +no_atlas

But variants named with "no_" prefixes are deprecated. Instead, disable the positively-named variant:

sudo port install qrupdate -atlas

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #35046

    • Property Status changed from new to closed
    • Property Resolution changed from to invalid
    • Property Port qrupdate added
  • Ticket #35046 – Description

    initial v1  
    11Trying to install qrupdate to use accelerate framework pulls in atlas regardless:
    22
     3{{{
    34sudo port install qrupdate +noatlas
    45--->  Computing dependencies for qrupdate
     
    67--->  Fetching archive for atlas
    78--->  Attempting to fetch atlas-3.9.76_0+gcc45.darwin_11.x86_64.tbz2 from http://packages.macports.org/atlas
     9}}}
    810
    911etc