From 44632e17ab2f8575e97965e233f8b1b3c692368b Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Tue, 31 Dec 2024 03:46:42 -0600 Subject: Make compilation work --- guix.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guix.scm b/guix.scm index 4eeb203..89268d6 100644 --- a/guix.scm +++ b/guix.scm @@ -29,7 +29,7 @@ ;; (gnu packages perl6) (gnu packages ruby) (gnu packages pkg-config) - (pjotr packages openblas) ;; we use this for the static builds + ;; (pjotr packages openblas) ;; we use this for the static builds ;; (gnu packages shell) ;; for shunit2 (srfi srfi-1) (ice-9 popen) @@ -53,7 +53,7 @@ `( ("catch" ,catch2) ("gdb" ,gdb) - ("gsl-static" ,gsl-static) + ; ("gsl-static" ,gsl-static) ("gsl" ,gsl) ("openblas" ,openblas) ("ruby" ,ruby) ;; for testing -- cgit v1.2.3