Opened 12 years ago

Closed 12 years ago

#35046 closed defect (invalid)

Trying to install qrupdate fetches atlas even if not needed

Reported by: ralph@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 2.1.1
Keywords: Cc:
Port: qrupdate

Description (last modified by ryandesign (Ryan Carsten Schmidt))

Trying to install qrupdate to use accelerate framework pulls in atlas regardless:

sudo port install qrupdate +noatlas
--->  Computing dependencies for qrupdate
--->  Dependencies to be installed: atlas
--->  Fetching archive for atlas
--->  Attempting to fetch atlas-3.9.76_0+gcc45.darwin_11.x86_64.tbz2 from http://packages.macports.org/atlas

etc

Change History (1)

comment:1 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)
Port: qrupdate added
Resolution: invalid
Status: newclosed

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
Note: See TracTickets for help on using tickets.