From nobody Thu Oct 07 18:44:23 2021 X-Original-To: dev-commits-ports-main@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 22D8212DE162; Thu, 7 Oct 2021 18:44:25 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HQKx42CRKz4f4d; Thu, 7 Oct 2021 18:44:24 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id EE2BC18B6C; Thu, 7 Oct 2021 18:44:23 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 197IiNRQ087412; Thu, 7 Oct 2021 18:44:23 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 197IiNDf087411; Thu, 7 Oct 2021 18:44:23 GMT (envelope-from git) Date: Thu, 7 Oct 2021 18:44:23 GMT Message-Id: <202110071844.197IiNDf087411@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Yuri Victorovich Subject: git: ab8bda9bf6db - main - science/hypre: Update 2.22.1 -> 2.23.0 List-Id: Commits to the main branch of the FreeBSD ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-main@freebsd.org X-BeenThere: dev-commits-ports-main@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: yuri X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: ab8bda9bf6db2d136dfc161c38af7ce6e95c561f Auto-Submitted: auto-generated X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=ab8bda9bf6db2d136dfc161c38af7ce6e95c561f commit ab8bda9bf6db2d136dfc161c38af7ce6e95c561f Author: Yuri Victorovich AuthorDate: 2021-10-07 16:26:24 +0000 Commit: Yuri Victorovich CommitDate: 2021-10-07 18:43:15 +0000 science/hypre: Update 2.22.1 -> 2.23.0 Reported by: portscout --- science/hypre/Makefile | 40 ++++++++-------------------------------- science/hypre/distinfo | 6 +++--- science/hypre/pkg-plist | 19 +++++++++++++++---- 3 files changed, 26 insertions(+), 39 deletions(-) diff --git a/science/hypre/Makefile b/science/hypre/Makefile index 7d783a234601..9f220b712de7 100644 --- a/science/hypre/Makefile +++ b/science/hypre/Makefile @@ -2,7 +2,7 @@ PORTNAME= hypre DISTVERSIONPREFIX= v -DISTVERSION= 2.22.1 +DISTVERSION= 2.23.0 CATEGORIES= science MAINTAINER= yuri@FreeBSD.org @@ -15,7 +15,7 @@ LICENSE_FILE_MIT= ${WRKSRC}/../LICENSE-MIT BROKEN_powerpc64= fails to compile: ./DistributedMatrixPilutSolver.h:97:20: expected ')' before '->' token -USES= blaslapack fortran gmake localbase +USES= blaslapack cmake:testing fortran localbase USE_LDCONFIG= yes USE_GITHUB= yes @@ -23,10 +23,8 @@ GH_ACCOUNT= hypre-space WRKSRC_SUBDIR= src -HAS_CONFIGURE= yes -CONFIGURE_ARGS= --with-blas --with-blas-lib=${BLASLIB} \ - --with-lapack --with-lapack-lib=${LAPACKLIB} \ - --enable-shared +CMAKE_ON= HYPRE_ENABLE_SHARED HYPRE_WITH_OPENMP +CMAKE_TESTING_ON= HYPRE_BUILD_TESTS # tests are only built and not run, see https://github.com/hypre-space/hypre/issues/502 OPTIONS_DEFINE= DOCS OPTIONS_SINGLE= MPI @@ -34,42 +32,20 @@ OPTIONS_SINGLE_MPI= NOMPI MPICH OPENMPI OPTIONS_DEFAULT= MPICH NOMPI_DESC= Build without parallel processing support -NOMPI_CONFIGURE_ON= --without-MPI +NOMPI_CMAKE_ON= -DHYPRE_WITH_MPI=OFF MPICH_LIB_DEPENDS= libmpich.so:net/mpich MPICH_CONFIGURE_ENV= CC=${LOCALBASE}/bin/mpicc CXX=${LOCALBASE}/bin/mpicxx -MPICH_CONFIGURE_WITH= MPI-include=${LOCALBASE}/include \ - MPI-lib-dirs=${LOCALBASE}/lib + OPENMPI_LIB_DEPENDS= libmpi.so:net/openmpi OPENMPI_CONFIGURE_ENV= CC=${LOCALBASE}/mpi/openmpi/bin/mpicc \ CXX=${LOCALBASE}/mpi/openmpi/bin/mpicxx -OPENMPI_CONFIGURE_WITH= MPI-include=${LOCALBASE}/mpi/openmpi/include \ - MPI-lib-dirs=${LOCALBASE}/mpi/openmpi/lib - -TEST_TARGET= check - -SHL3= ${PORTVERSION} -SHL2= ${SHL3:R} -SHL1= ${SHL2:R} +OPENMPI_BROKEN= doesn't switch to openmpi in cmake build PORTDOCS= * -post-patch: -# Avoid conflict with C++20 by ignoring <...> under WRKSRC - @${REINPLACE_CMD} -i .c++20 '/utilities/s/-I/-iquote/' \ - ${WRKSRC}/FEI_mv/*/Makefile - -do-install: - ${INSTALL_DATA} ${WRKSRC}/hypre/include/* ${STAGEDIR}${PREFIX}/include - ${INSTALL_LIB} ${WRKSRC}/hypre/lib/libHYPRE-${SHL3}.so \ - ${STAGEDIR}${PREFIX}/lib/libHYPRE.so.${SHL2} - ${RLN} ${STAGEDIR}${PREFIX}/lib/libHYPRE.so.${SHL2} \ - ${STAGEDIR}${PREFIX}/lib/libHYPRE.so.${SHL1} - ${RLN} ${STAGEDIR}${PREFIX}/lib/libHYPRE.so.${SHL2} \ - ${STAGEDIR}${PREFIX}/lib/libHYPRE.so - post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} - ${COPYTREE_SHARE} ${WRKSRC}/docs/usr-manual ${STAGEDIR}${DOCSDIR} + cd ${WRKSRC}/docs && ${COPYTREE_SHARE} usr-manual ${STAGEDIR}${DOCSDIR} .include diff --git a/science/hypre/distinfo b/science/hypre/distinfo index 81f776c60c21..35ce49edcf11 100644 --- a/science/hypre/distinfo +++ b/science/hypre/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1629563248 -SHA256 (hypre-space-hypre-v2.22.1_GH0.tar.gz) = c1e7761b907c2ee0098091b69797e9be977bff8b7fd0479dc20cad42f45c4084 -SIZE (hypre-space-hypre-v2.22.1_GH0.tar.gz) = 6037099 +TIMESTAMP = 1633620943 +SHA256 (hypre-space-hypre-v2.23.0_GH0.tar.gz) = 8a9f9fb6f65531b77e4c319bf35bfc9d34bf529c36afe08837f56b635ac052e2 +SIZE (hypre-space-hypre-v2.23.0_GH0.tar.gz) = 6070515 diff --git a/science/hypre/pkg-plist b/science/hypre/pkg-plist index bc9e5ff88552..daae88f27054 100644 --- a/science/hypre/pkg-plist +++ b/science/hypre/pkg-plist @@ -4,6 +4,9 @@ include/HYPRE_DistributedMatrixPilutSolver_types.h include/HYPRE_IJ_mv.h include/HYPRE_MatvecFunctions.h include/HYPRE_config.h +include/HYPRE_distributed_matrix_mv.h +include/HYPRE_distributed_matrix_protos.h +include/HYPRE_distributed_matrix_types.h include/HYPRE_error_f.h include/HYPRE_krylov.h include/HYPRE_lobpcg.h @@ -17,21 +20,27 @@ include/HYPRE_struct_ls.h include/HYPRE_struct_mv.h include/HYPRE_utilities.h include/HYPREf.h +include/IJ_matrix.h +include/IJ_vector.h include/_hypre_IJ_mv.h +include/_hypre_blas.h +include/_hypre_lapack.h include/_hypre_parcsr_ls.h include/_hypre_parcsr_mv.h include/_hypre_sstruct_ls.h include/_hypre_sstruct_mv.h include/_hypre_struct_ls.h include/_hypre_struct_mv.h -include/_hypre_struct_mv.hpp include/_hypre_utilities.h -include/_hypre_utilities.hpp +include/aux_par_vector.h +include/aux_parcsr_matrix.h include/csr_block_matrix.h include/csr_matmultivec.h include/distributed_matrix.h +include/f2c.h include/fortran.h include/fortran_matrix.h +include/hypre_blas.h include/interpreter.h include/krylov.h include/lobpcg.h @@ -43,6 +52,8 @@ include/par_multivector.h include/seq_multivector.h include/seq_mv.h include/temp_multivector.h +lib/cmake/HYPRE/HYPREConfig.cmake +lib/cmake/HYPRE/HYPREConfigVersion.cmake +lib/cmake/HYPRE/HYPRETargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/HYPRE/HYPRETargets.cmake lib/libHYPRE.so -lib/libHYPRE.so.2 -lib/libHYPRE.so.2.22