From e3295bf3daea572c17f655242d97248c76c94280 Mon Sep 17 00:00:00 2001 From: Guillaume Raffy Date: Thu, 21 Nov 2024 17:12:29 +0100 Subject: [PATCH] forgot this in my last commit work related to [https://bugzilla.ipr.univ-rennes.fr/show_bug.cgi?id=3958] --- test/test_benchmarks.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test/test_benchmarks.py b/test/test_benchmarks.py index 3fc2a13..06fee2e 100644 --- a/test/test_benchmarks.py +++ b/test/test_benchmarks.py @@ -51,6 +51,7 @@ class BenchmarksTestCase(unittest.TestCase): benchmark_id = 'hibench' benchmark_config = { 'fortran_compiler': 'gfortran:', + 'blas_library': ':', 'test_id': 'arch4_quick', 'hibridon_version': 'a3bed1c3ccfbca572003020d3e3d3b1ff3934fad', 'cmake_path': 'cmake',