From 7e19618c847ea05234a49aafc3e3916d5ed87f61 Mon Sep 17 00:00:00 2001 From: Rowan Torbitzky-Lane Date: Thu, 6 Mar 2025 14:09:06 -0600 Subject: [PATCH] add library requirement --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 850f9da..ec66631 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,15 @@ The user is expected to provide their own data, their own fitness function, and they would like to use. This set can be found in the files of `src/HushGP/Instructions`. You can also check the haddock documentation for lists of these as well. +# Building Instructions + +In order to build Hush with hmatrix, `lapack` development libraries must be installed on your +system. + +dnf: `sudo apt install lapack-devel` + +Nix doesn't have this problem. + ## Nix Users This took my machine about 2 hours to build the environment after running `nix develop`.