Unable to locate package libatlas3gf-base in abinit 8.0.8

option, parallelism,...

Moderators: fgoudreault, mcote

Forum rules
Please have a look at ~abinit/doc/config/build-config.ac in the source package for detailed and up-to-date information about the configuration of Abinit 8 builds.
For a video explanation on how to build Abinit 7.x for Linux, please go to: http://www.youtube.com/watch?v=DppLQ-KQA68.
IMPORTANT: when an answer solves your problem, please check the little green V-like button on its upper-right corner to accept it.
Locked
Rommel
Posts: 6
Joined: Mon Oct 31, 2016 9:22 am

Unable to locate package libatlas3gf-base in abinit 8.0.8

Post by Rommel » Mon Oct 31, 2016 9:35 am

I am trying to install libatlas3gf-base package. But it shows the following error.

Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package libatlas3gf-base

What should I do now?

Rommel

User avatar
gmatteo
Posts: 291
Joined: Sun Aug 16, 2009 5:40 pm

Re: Unable to locate package libatlas3gf-base in abinit 8.0.

Post by gmatteo » Wed Nov 02, 2016 7:55 pm

This errors is due to your package manager.
Try to install atlas instead of libatlas3gf-base
See also:

https://github.com/travis-ci/apt-packag ... ssues/2159

Note that abinit already provides an internal version of blas/lapack so you can compile the
code without atlas. Having an optimized blas/lapack makes a huge difference in terms of efficiency
if you are running in production on a cluster but if your main goal is to compile the code on your laptop,
the internal fallbacks are fine.

Locked