me
/
guix
Archived
1
0
Fork 0

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>
master
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
1 changed files with 1 additions and 2 deletions

View File

@ -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"