lapack shared library

Asked by gouzeiqxx

  Hi, i am trying to install a package and the package requires the shared lapack libraries when i cmake ,but lapack static libaray can only be detected in my computer, i don't know how to get the shared lapack libraries, i have installed liblapack3 in my computer.

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu lapack Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Manfred Hampl (m-hampl) said :
#1

What output do you receive for the commands

uname -a
lsb_release -crid
sudo apt install liblapack3

Revision history for this message
gouzeiqxx (gouzeiqxx) said :
#2

uname -a
Linux gouzeinalipao 5.0.0-36-generic #39~18.04.1-Ubuntu SMP Tue Nov 12 11:09:50 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
lsb_release -crid
Distributor ID: Ubuntu
Description: Ubuntu 18.04.3 LTS
Release: 18.04
Codename: bionic
 and i have installed liblapack3, so the last command make no difference.

Revision history for this message
Manfred Hampl (m-hampl) said :
#3

Please provide more details about the package that you want to install and the error message reated to the lapack shared library that you get.

Revision history for this message
gouzeiqxx (gouzeiqxx) said :
#4

the package is GAMBIT , a global fitting code for generic Beyond the Standard Model theories , and the GAMBIT path in my computer is just /home/gambit, GAMBIT is installed with the command cmake , lapack is just a necessary package so that GAMBIT can be used effectively , and the error message is as followed:
  LAPACK static library detected. Shared LAPACK libraries are
  required in order to build GAMBIT.

Revision history for this message
Manfred Hampl (m-hampl) said :
#5

Try installing the package liblapack-dev

If this does not help, then I suggest that you check with GAMBIT what their requirements (or eventually their configuration options) are.

Revision history for this message
gouzeiqxx (gouzeiqxx) said :
#6

ok ,i have have try ,thanks a lot

Can you help with this problem?

Provide an answer of your own, or ask gouzeiqxx for more information if necessary.

To post a message you must log in.