Morpho-lang / morpho

The Morpho language 🦋. Morpho is a small embeddable language for scientific computing applications.
MIT License
33 stars 11 forks source link

[Bug] Apt install instructions not working #251

Closed Polidori-112 closed 6 months ago

Polidori-112 commented 6 months ago

Describe the bug Instructions tell us to apt-get install the liblapacke library, however the liblapacke-dev library is needed to get the proper header files in order to properly install.

To Reproduce Steps to reproduce the behavior:

  1. Open up Ubuntu or Debian based system
  2. Copy-paste install instructions
  3. See that cmake and sudo make install both fail due to liblapacke.h not being installed

Additional context After sudo apt install liblapacke-dev, I can cmake and install properly, so simply updating the install instructions with the proper library should fix this issue

softmattertheory commented 6 months ago

Many thanks for this feedback, @Polidori-112! We will fix the error in the installation instructions shortly.

softmattertheory commented 6 months ago

The installation instructions are now fixed. Thanks again @Polidori-112 for helping us fix this error.