From 3d496a8e6300423e406120de880f59c28c123770 Mon Sep 17 00:00:00 2001 From: Joseph Brown Date: Fri, 10 Jan 2025 12:39:16 -0500 Subject: [PATCH] update linux instructions from deprecated libatlas version --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c4139b26..9369b99f 100755 --- a/README.md +++ b/README.md @@ -110,6 +110,8 @@ Second, and more insidiously, if any programs involving trees crash outright or An [issue](https://github.com/FePhyFoFum/phyx/issues/138) has been made where discussion of this, er, issue, can be had. +--- + # Installation instructions phyx requires a few dependencies. Since installation of these dependencies differs on [Linux](#linux-install) vs. [Mac OSX](#mac-install), we've separated the instructions below. @@ -198,7 +200,7 @@ These instructions work for most ubuntu versions as well as debian. 1. Install general dependencies: - sudo apt-get install git autotools-dev autoconf automake cmake libtool liblapack-dev libatlas-cpp-0.6-dev libnlopt-cxx-dev + sudo apt-get install git autotools-dev autoconf automake cmake libtool liblapack-dev libatlas-base-dev libnlopt-cxx-dev 2. Clone the phyx repo (if you haven't already):