diff --git a/math/superlu-dist/Makefile b/math/superlu-dist/Makefile index 0c3cbf65bd4b..f3879d3a64af 100644 --- a/math/superlu-dist/Makefile +++ b/math/superlu-dist/Makefile @@ -1,60 +1,60 @@ PORTNAME= superlu-dist DISTVERSIONPREFIX= v -DISTVERSION= 8.1.0 +DISTVERSION= 8.1.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 GOTOBLAS 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" GOTOBLAS_DESC= GotoBLAS blas implementation GOTOBLAS_USES= blaslapack:gotoblas GOTOBLAS_CMAKE_ON= -DBLA_VENDOR:STRING="Goto" 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 f5527062b722..ce197d92e93e 100644 --- a/math/superlu-dist/distinfo +++ b/math/superlu-dist/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1661580599 -SHA256 (xiaoyeli-superlu_dist-v8.1.0_GH0.tar.gz) = 9308844b99a7e762d5704934f7e9f79daf158b0bfc582994303c2e0b31518b34 -SIZE (xiaoyeli-superlu_dist-v8.1.0_GH0.tar.gz) = 2297109 +TIMESTAMP = 1665175707 +SHA256 (xiaoyeli-superlu_dist-v8.1.1_GH0.tar.gz) = 766d70b84ece79d88249fe10ff51d2a397a29f274d9fd1e4a4ac39179a9ef23f +SIZE (xiaoyeli-superlu_dist-v8.1.1_GH0.tar.gz) = 2293356 diff --git a/math/superlu-dist/pkg-plist b/math/superlu-dist/pkg-plist index ef969ecbce12..997c0dd7005d 100644 --- a/math/superlu-dist/pkg-plist +++ b/math/superlu-dist/pkg-plist @@ -1,32 +1,31 @@ -include/colamd.h 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.0 +lib/libsuperlu_dist.so.8.1.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.0 +%%FORTRAN%%lib/libsuperlu_dist_fortran.so.8.1.1 libdata/pkgconfig/superlu_dist.pc %%PORTDOCS%%%%DOCSDIR%%/ug.pdf