summaryrefslogtreecommitdiffstats
path: root/academic
diff options
context:
space:
mode:
author Fellype do Nascimento2022-11-06 20:38:52 +0100
committer Willy Sudiarto Raharjo2022-11-12 16:33:16 +0100
commit5c40a81a02c2eaeb51bac650b21cbee884a8ae39 (patch)
treee82ae630437c1b274585f6221a61fb96b670e3ff /academic
parent9b93e5053230163123f32cbe1e2a6c12ea7a30c9 (diff)
downloadslackbuilds-5c40a81a02c2eaeb51bac650b21cbee884a8ae39.tar.gz
academic/petsc: Fix deps.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic')
-rw-r--r--academic/petsc/petsc.info2
1 files changed, 1 insertions, 1 deletions
diff --git a/academic/petsc/petsc.info b/academic/petsc/petsc.info
index bd0bdf3848..98cab00642 100644
--- a/academic/petsc/petsc.info
+++ b/academic/petsc/petsc.info
@@ -5,6 +5,6 @@ DOWNLOAD="https://ftp.mcs.anl.gov/pub/petsc/release-snapshots/petsc-3.17.0.tar.g
MD5SUM="54ecb6055e7e219aff2c30d99f2f603e"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="numpy3 OpenBLAS openmpi"
+REQUIRES="python3-numpy OpenBLAS openmpi"
MAINTAINER="Fellype do Nascimento"
EMAIL="fellype (at) gmail (dot) com"