diff --git a/math/superlu-dist/Makefile b/math/superlu-dist/Makefile index 053b05288480..5161b42d8587 100644 --- a/math/superlu-dist/Makefile +++ b/math/superlu-dist/Makefile @@ -1,57 +1,57 @@ PORTNAME= superlu-dist DISTVERSIONPREFIX= v -DISTVERSION= 8.2.0 +DISTVERSION= 8.2.1 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org COMMENT= Distributed memory, MPI based SuperLU WWW= https://portal.nersc.gov/project/sparse/superlu/ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/License.txt USES= cmake:testing fortran pkgconfig USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= xiaoyeli GH_PROJECT= superlu_dist CMAKE_ON= USE_XSDK_DEFAULTS BUILD_SHARED_LIBS CMAKE_OFF= enable_tests enable_examples TPL_ENABLE_PARMETISLIB CMAKE_TESTING_ON= enable_tests # many tests fail, see https://github.com/xiaoyeli/superlu_dist/issues/113 OPTIONS_DEFINE= DOCS FORTRAN OPTIONS_SINGLE= BLAS MPI OPTIONS_SINGLE_BLAS= ATLAS OPENBLAS REFERENCE OPTIONS_SINGLE_MPI= MPICH OPENMPI OPTIONS_DEFAULT= FORTRAN MPICH REFERENCE OPTIONS_SUB= yes # all BLAS-related options ATLAS_USES= blaslapack:atlas ATLAS_CMAKE_ON= -DBLA_VENDOR:STRING="ATLAS" OPENBLAS_USES= blaslapack:openblas OPENBLAS_CMAKE_ON= -DBLA_VENDOR:STRING="OpenBLAS" REFERENCE_DESC= Reference blas implementation REFERENCE_USES= blaslapack REFERENCE_CMAKE_ON= -DBLA_VENDOR:STRING="Generic" # other options FORTRAN_CMAKE_BOOL= XSDK_ENABLE_Fortran MPICH_USES= mpi:mpich OPENMPI_USES= mpi:openmpi post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC}/DOC && ${COPYTREE_SHARE} "ug.pdf" ${STAGEDIR}${DOCSDIR} post-install-FORTRAN-on: # workaround for https://github.com/xiaoyeli/superlu_dist/issues/112 @${RM} -r ${STAGEDIR}${PREFIX}/include/FORTRAN/CMakeFiles # move .mod files to a proper location @cd ${STAGEDIR}${PREFIX}/include && \ ${MV} FORTRAN/* . && \ ${RMDIR} FORTRAN .include diff --git a/math/superlu-dist/distinfo b/math/superlu-dist/distinfo index afd82370a1c6..61b0ec0f7e5a 100644 --- a/math/superlu-dist/distinfo +++ b/math/superlu-dist/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1699693770 -SHA256 (xiaoyeli-superlu_dist-v8.2.0_GH0.tar.gz) = d53573e5a399b2b4ab1fcc36e8421c1b6fab36345c0af14f8fa20326e3365f1f -SIZE (xiaoyeli-superlu_dist-v8.2.0_GH0.tar.gz) = 2321942 +TIMESTAMP = 1700379755 +SHA256 (xiaoyeli-superlu_dist-v8.2.1_GH0.tar.gz) = b77d065cafa6bc1a1dcc15bf23fd854f54b05762b165badcffc195835ad2bddf +SIZE (xiaoyeli-superlu_dist-v8.2.1_GH0.tar.gz) = 2322034 diff --git a/math/superlu-dist/pkg-plist b/math/superlu-dist/pkg-plist index af632af60c9d..7189925e40cd 100644 --- a/math/superlu-dist/pkg-plist +++ b/math/superlu-dist/pkg-plist @@ -1,31 +1,31 @@ include/dcomplex.h include/dlustruct_gpu.h include/gpu_api_utils.h include/gpu_wrapper.h include/machines.h include/psymbfact.h include/slustruct_gpu.h include/superlu_FCnames.h include/superlu_FortranCInterface.h include/superlu_ddefs.h include/superlu_defs.h %%FORTRAN%%include/superlu_dist_config.fh include/superlu_dist_config.h include/superlu_enum_consts.h %%FORTRAN%%include/superlu_mod.mod include/superlu_sdefs.h include/superlu_zdefs.h %%FORTRAN%%include/superlupara_mod.mod include/supermatrix.h include/util_dist.h include/zlustruct_gpu.h lib/libsuperlu_dist.a lib/libsuperlu_dist.so lib/libsuperlu_dist.so.8 -lib/libsuperlu_dist.so.8.1.2 +lib/libsuperlu_dist.so.8.2.1 %%FORTRAN%%lib/libsuperlu_dist_fortran.a %%FORTRAN%%lib/libsuperlu_dist_fortran.so %%FORTRAN%%lib/libsuperlu_dist_fortran.so.8 -%%FORTRAN%%lib/libsuperlu_dist_fortran.so.8.1.2 +%%FORTRAN%%lib/libsuperlu_dist_fortran.so.8.2.1 libdata/pkgconfig/superlu_dist.pc %%PORTDOCS%%%%DOCSDIR%%/ug.pdf