Opened 11 years ago
Closed 6 years ago
#41372 closed defect (fixed)
Arpack can't find BLAS
Reported by: | rene.mellema@… | Owned by: | mamoll (Mark Moll) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.2.1 |
Keywords: | Cc: | charlie.ellison01@… | |
Port: | arpack |
Description
I tried building the octave-devel port, but it fails when building the arpack port it fails. In the log file it says that it Cannot find BLAS libraries. I am running OS X Mavericks and macports version 2.2.1. I included the config log and the main log.
Attachments (3)
Change History (10)
Changed 11 years ago by rene.mellema@…
comment:1 Changed 11 years ago by mf2k (Frank Schima)
Cc: | mmol removed |
---|---|
Owner: | changed from macports-tickets@… to mmoll@… |
Trac requires complete email addresses.
comment:2 Changed 11 years ago by mamoll (Mark Moll)
I noticed that you have gcc48+universal installed while I have gcc48. Somehow arpack's configure decides to compile things with "-m32" for you and with "-m64" for me. I don't know why. What happens if you add this line to the Portfile?:
universal_variant no
comment:3 Changed 11 years ago by rene.mellema@…
If I add that line to the end of the portfile, the same error occurs. Diff only finds differences in the log files when times are mentioned.
comment:4 Changed 11 years ago by mamoll (Mark Moll)
This will take a while, but could you try the following?:
sudo port deactivate gcc48 sudo port install gcc48 -universal sudo port clean arpack sudo port install arpack
I am really grasping at straws. I seem to have the same setup as you, but cannot reproduce the error.
comment:5 Changed 11 years ago by rene.mellema@…
He still fails to configure, and did not produce a main log this time. At least, the main log is filled with information about gcc48.
I will upload the new config log.
comment:7 Changed 6 years ago by kencu (Ken)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Somewhere along the years this error was fixed. Please reopen with new logs if it is still and issue for you.
Main log file