From 6caa2e253a48294cbe2aed5aa620e9461e47aca8 Mon Sep 17 00:00:00 2001 From: edoapra Date: Tue, 24 Oct 2023 21:56:33 -0700 Subject: [PATCH] fix broken 64_to_32 conversion --- src/cons/GNUmakefile | 1 + 1 file changed, 1 insertion(+) diff --git a/src/cons/GNUmakefile b/src/cons/GNUmakefile index 14b012c5d0..40df689685 100644 --- a/src/cons/GNUmakefile +++ b/src/cons/GNUmakefile @@ -3,6 +3,7 @@ OBJ = cons_input.o cons.o cons_utils.o cons_springs.o cons_rtdb.o cons_data.o + USES_BLAS = cons_data.F