libraries/hypre: Fix redundant deps.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
fourtysixandtwo 2023-12-14 10:39:02 -07:00 committed by Willy Sudiarto Raharjo
parent 4511c0b253
commit 1a21e795c1
No known key found for this signature in database
GPG key ID: 3F617144D7238786

View file

@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/hypre-space/hypre/archive/v2.26.0/hypre-2.26.0.tar.
MD5SUM="ee2183b101de344fefdd08d5dab48f85"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="blas lapack"
REQUIRES="lapack"
MAINTAINER="William PC"
EMAIL="w_calandrini[at]hotmail[dot]com"