From 0469e7aa533aab9cdbc03f9772ada24420a6d854 Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Thu, 26 Jun 2025 18:27:44 +0200 Subject: Enforce OPENBLAS and add verbosity --- premake5.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/premake5.lua b/premake5.lua index ad10760..560eb2a 100644 --- a/premake5.lua +++ b/premake5.lua @@ -1,6 +1,6 @@ -- Run with -- --- premake5 gmake && make -j 8 +-- premake5 gmake2 && make verbose=1 -- LD_LIBRARY_PATH=$GUIX_ENVIRONMENT/lib ./build/bin/Debug/PanGemma workspace "PanGemma" @@ -8,6 +8,7 @@ workspace "PanGemma" project "PanGemma" kind "ConsoleApp" + defines { "OPENBLAS" } language "C++" objdir "build/" targetdir "build/bin/%{cfg.buildcfg}" -- cgit 1.4.1