gnu: fenics-dolfin: Remove dependency on lapack.

* gnu/packages/simulation.scm (fenics-dolfin): Remove input dependency
from to lapack.

Change-Id: Ie60437e365c45e92f03ac3f147ec41eba40e2963
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Romain GARBAGE 2024-03-11 12:06:54 +01:00 committed by Ludovic Courtès
parent c89591014b
commit 03951f5a66
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -773,7 +773,6 @@ (define-public fenics-dolfin
boost
eigen
hdf5-parallel-openmpi
lapack
libxml2
openmpi
python-3
@ -805,7 +804,7 @@ (define-public fenics-dolfin
(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"