diff options
author | Matthias Maier <tamiko@gentoo.org> | 2019-11-14 17:25:42 -0600 |
---|---|---|
committer | Matthias Maier <tamiko@gentoo.org> | 2019-11-14 17:26:40 -0600 |
commit | 3fae04d5214f2296674ad463bb8ebdc83d2245fa (patch) | |
tree | 4ff3959e3f7b98a489f2d7f8480327a535a9ae70 /sci-mathematics/petsc | |
parent | sys-devel/gcc: bump up to 7.5.0, 1 patchset (diff) | |
download | gentoo-3fae04d5214f2296674ad463bb8ebdc83d2245fa.tar.gz gentoo-3fae04d5214f2296674ad463bb8ebdc83d2245fa.tar.bz2 gentoo-3fae04d5214f2296674ad463bb8ebdc83d2245fa.zip |
sci-mathematics/petsc: more configuration fixes
Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Matthias Maier <tamiko@gentoo.org>
Diffstat (limited to 'sci-mathematics/petsc')
-rw-r--r-- | sci-mathematics/petsc/petsc-3.12.1.ebuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sci-mathematics/petsc/petsc-3.12.1.ebuild b/sci-mathematics/petsc/petsc-3.12.1.ebuild index 2e5365823ea6..845d7ff75d69 100644 --- a/sci-mathematics/petsc/petsc-3.12.1.ebuild +++ b/sci-mathematics/petsc/petsc-3.12.1.ebuild @@ -159,23 +159,23 @@ src_configure() { $(use_with hdf5) \ $(petsc_with hypre hypre \ /usr/include/hypre -lHYPRE) \ - $(petsc_with sparse suitesparse) \ + $(use_with sparse suitesparse) \ $(petsc_with superlu superlu \ /usr/include/superlu -lsuperlu) \ - $(petsc_with X x) \ - $(petsc_with X x11) \ + $(use_with X x) \ + $(use_with X x11) \ $(petsc_with scotch ptscotch \ /usr/include/scotch \ [-lptesmumps,-lptscotch,-lptscotcherr,-lscotch,-lscotcherr]) \ $(petsc_with mumps scalapack \ /usr/include/scalapack -lscalapack) \ - $(petsc_with mumps mumps \ + $(use_with mumps mumps \ /usr/include \ [-lcmumps,-ldmumps,-lsmumps,-lzmumps,-lmumps_common,-lpord]) \ --with-imagemagick=0 \ --with-python=0 \ - $(petsc_with boost) \ - $(petsc_with fftw) + $(use_with boost) \ + $(use_with fftw) } src_install() { |