diff --git a/mnt/nfs_portage/sci-mathematics/petsc/petsc-3.11.3.ebuild b/petsc-3.11.3-r1.ebuild index 50ce3b7..4c4e8b8 100644 --- a/mnt/nfs_portage/sci-mathematics/petsc/petsc-3.11.3.ebuild +++ b/petsc-3.11.3-r1.ebuild @@ -53,7 +53,7 @@ DEPEND="${RDEPEND} " PATCHES=( - "${FILESDIR}"/${PN}-3.7.0-disable-rpath.patch \ + "${FILESDIR}"/${PN}-3.7.0-disable-rpath.patch "${FILESDIR}"/${PN}-3.9.0-fix_sandbox_violation.patch ) @@ -157,23 +157,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() {