Opened 10 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)

main.log (27.7 KB) - added by rene.mellema@… 10 years ago.
Main log file
config.log (65.0 KB) - added by rene.mellema@… 10 years ago.
Config log file
config.2.log (65.0 KB) - added by rene.mellema@… 10 years ago.
new config log file

Download all attachments as: .zip

Change History (10)

Changed 10 years ago by rene.mellema@…

Attachment: main.log added

Main log file

Changed 10 years ago by rene.mellema@…

Attachment: config.log added

Config log file

comment:1 Changed 10 years ago by mf2k (Frank Schima)

Cc: mmol removed
Owner: changed from macports-tickets@… to mmoll@…

Trac requires complete email addresses.

comment:2 Changed 10 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 10 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 10 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 10 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.

Changed 10 years ago by rene.mellema@…

Attachment: config.2.log added

new config log file

comment:6 Changed 10 years ago by charlie.ellison01@…

Cc: charlie.ellison01@… added

Cc Me!

comment:7 Changed 6 years ago by kencu (Ken)

Resolution: fixed
Status: newclosed

Somewhere along the years this error was fixed. Please reopen with new logs if it is still and issue for you.

Note: See TracTickets for help on using tickets.