commit:     3fae04d5214f2296674ad463bb8ebdc83d2245fa
Author:     Matthias Maier <tamiko <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 14 23:25:42 2019 +0000
Commit:     Matthias Maier <tamiko <AT> gentoo <DOT> org>
CommitDate: Thu Nov 14 23:26:40 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fae04d5

sci-mathematics/petsc: more configuration fixes

Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Matthias Maier <tamiko <AT> gentoo.org>

 sci-mathematics/petsc/petsc-3.12.1.ebuild | 12 ++++++------
 1 file 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 2e5365823ea..845d7ff75d6 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() {

Reply via email to