From 03951f5a6642b78523d51f3f537fce646d224eda Mon Sep 17 00:00:00 2001 From: Romain GARBAGE Date: Mon, 11 Mar 2024 12:06:54 +0100 Subject: gnu: fenics-dolfin: Remove dependency on lapack. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/simulation.scm (fenics-dolfin): Remove input dependency from to lapack. Change-Id: Ie60437e365c45e92f03ac3f147ec41eba40e2963 Signed-off-by: Ludovic Courtès --- gnu/packages/simulation.scm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'gnu/packages') diff --git a/gnu/packages/simulation.scm b/gnu/packages/simulation.scm index b2fb123815..8cbf9be22a 100644 --- a/gnu/packages/simulation.scm +++ b/gnu/packages/simulation.scm @@ -773,7 +773,6 @@ FFC is part of the FEniCS Project.") boost eigen hdf5-parallel-openmpi - lapack libxml2 openmpi python-3 @@ -805,7 +804,7 @@ FFC is part of the FEniCS Project.") (setenv "CATCH_DIR" #$(this-package-input "catch")) (setenv "LAPACK_DIR" - #$(this-package-input "lapack")) + #$(this-package-input "openblas")) (setenv "PETSC_DIR" #$(this-package-input "petsc")) (setenv "SLEPC_DIR" -- cgit v1.2.3