diff options
author | Fellype do Nascimento <fellype (at) gmail (dot) com> | 2022-11-06 19:38:52 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-11-12 22:33:16 +0700 |
commit | 5c40a81a02c2eaeb51bac650b21cbee884a8ae39 (patch) | |
tree | e82ae630437c1b274585f6221a61fb96b670e3ff | |
parent | 9b93e5053230163123f32cbe1e2a6c12ea7a30c9 (diff) | |
download | slackbuilds-5c40a81a02c2eaeb51bac650b21cbee884a8ae39.tar.gz |
academic/petsc: Fix deps.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | academic/petsc/petsc.info | 2 |
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" |