Opened 9 years ago
Closed 9 years ago
#49998 closed defect (fixed)
arpack: Configure failed
Reported by: | amitbhatia3@… | Owned by: | mamoll (Mark Moll) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.3.4 |
Keywords: | Cc: | ||
Port: | arpack |
Description (last modified by mf2k (Frank Schima))
Cannot install arpack +atlas. Configure failed. Looks like it is attempting to issue command "/opt/local/bin/gfortran-mp-5 -V" and does not like "-V". If "/opt/local/bin/gfortran-mp-5 -v" (lower case v) is issued on command line, then it seems happy.
$ sudo port installed atlas The following ports are currently installed: atlas @3.10.2_2+gcc5+nofortran (active) $ $ $ sudo port install arpack +atlas ---> Computing dependencies for arpack ---> Configuring arpack Error: Failed to configure arpack, consult /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_math_arpack/arpack/work/arpack-ng-3.1.5/config.log Error: org.macports.configure for port arpack returned: configure failure: command execution failed Please see the log file for port arpack for details: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_math_arpack/arpack/main.log To report a bug, follow the instructions in the guide: http://guide.macports.org/#project.tickets Error: Processing of port arpack failed
Attachments (2)
Change History (7)
Changed 9 years ago by amitbhatia3@…
Attachment: | config.log added |
---|
Changed 9 years ago by amitbhatia3@…
comment:1 Changed 9 years ago by mf2k (Frank Schima)
Owner: | changed from macports-tickets@… to mmoll@… |
---|---|
Port: | arpack added |
comment:2 Changed 9 years ago by mf2k (Frank Schima)
Description: | modified (diff) |
---|
comment:3 Changed 9 years ago by mamoll (Mark Moll)
The "-V" flag is not the problem. The problem is further down in main.log when it's looking for a suitable lapack library. In my main.log I see this:
... :info:configure checking for sgemm_ in -L/opt/local/lib -lsatlas... yes :info:configure checking for cheev_... yes ...
Perhaps you installed arrack with the +nofortran variant?
comment:4 Changed 9 years ago by amitbhatia3@…
On Yosemite, I had installed Atlas and Arpack without fortran, which is what I was trying here (Capitan). But, as you suggested, I reinstalled Atlas with fortran, and now Arpack installed fine (with fortran).
comment:5 Changed 9 years ago by mamoll (Mark Moll)
Resolution: | → fixed |
---|---|
Status: | new → closed |
I wondered how that worked on Yosemite, because Arpack is a fortran library... In any case, I can probably close this ticket.
In the future, please use WikiFormatting, fill in the Port field and Cc the port maintainers (
port info --maintainers arpack
), if any.