mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
math/superlu-dist: update 8.2.1 → 9.0.0
Reported by: portscout
This commit is contained in:
parent
ed8479195e
commit
c670515e4e
4 changed files with 39 additions and 13 deletions
|
@ -1,7 +1,7 @@
|
|||
PORTNAME= mfem
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 4.4
|
||||
PORTREVISION= 10
|
||||
PORTREVISION= 11
|
||||
CATEGORIES= math
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
PORTNAME= superlu-dist
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 8.2.1
|
||||
PORTREVISION= 2
|
||||
DISTVERSION= 9.0.0
|
||||
CATEGORIES= math
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1700379755
|
||||
SHA256 (xiaoyeli-superlu_dist-v8.2.1_GH0.tar.gz) = b77d065cafa6bc1a1dcc15bf23fd854f54b05762b165badcffc195835ad2bddf
|
||||
SIZE (xiaoyeli-superlu_dist-v8.2.1_GH0.tar.gz) = 2322034
|
||||
TIMESTAMP = 1720986562
|
||||
SHA256 (xiaoyeli-superlu_dist-v9.0.0_GH0.tar.gz) = aa43d33d4b1b0f5f7b5ad7685e9a6bc25088832c6c74d2ab8f75a2c9f4e9e955
|
||||
SIZE (xiaoyeli-superlu_dist-v9.0.0_GH0.tar.gz) = 2913310
|
||||
|
|
|
@ -1,31 +1,58 @@
|
|||
include/anc25d-GPU_impl.hpp
|
||||
include/anc25d.hpp
|
||||
include/anc25d_impl.hpp
|
||||
include/batch_block_copy.h
|
||||
include/batch_factorize.h
|
||||
include/batch_factorize_marshall.h
|
||||
include/commWrapper.hpp
|
||||
include/cublas_cusolver_wrappers.hpp
|
||||
include/dAncestorFactor_impl.hpp
|
||||
include/dcomplex.h
|
||||
include/dlustruct_gpu.h
|
||||
include/dsparseTreeFactorGPU_impl.hpp
|
||||
include/gpu_api_utils.h
|
||||
include/gpu_wrapper.h
|
||||
include/l_panels_impl.hpp
|
||||
include/luAuxStructTemplated.hpp
|
||||
include/lu_common.hpp
|
||||
include/lupanels.hpp
|
||||
include/lupanelsComm3dGPU_impl.hpp
|
||||
include/lupanels_GPU.cuh
|
||||
include/lupanels_GPU_impl.hpp
|
||||
include/lupanels_comm3d_impl.hpp
|
||||
include/lupanels_impl.hpp
|
||||
include/machines.h
|
||||
include/oneside.h
|
||||
include/psymbfact.h
|
||||
include/schurCompUpdate_impl.cuh
|
||||
include/slustruct_gpu.h
|
||||
include/sparseTreeFactor_impl.hpp
|
||||
include/superlu_FCnames.h
|
||||
include/superlu_FortranCInterface.h
|
||||
include/superlu_blas.hpp
|
||||
include/superlu_ddefs.h
|
||||
include/superlu_defs.h
|
||||
%%FORTRAN%%include/superlu_dist_config.fh
|
||||
include/superlu_dist_config.fh
|
||||
include/superlu_dist_config.h
|
||||
include/superlu_enum_consts.h
|
||||
%%FORTRAN%%include/superlu_mod.mod
|
||||
include/superlu_mod.mod
|
||||
include/superlu_sdefs.h
|
||||
include/superlu_upacked.h
|
||||
include/superlu_zdefs.h
|
||||
%%FORTRAN%%include/superlupara_mod.mod
|
||||
include/superlupara_mod.mod
|
||||
include/supermatrix.h
|
||||
include/u_panels_impl.hpp
|
||||
include/util_dist.h
|
||||
include/xlupanels.hpp
|
||||
include/xlupanels_GPU.cuh
|
||||
include/zlustruct_gpu.h
|
||||
lib/libsuperlu_dist.a
|
||||
lib/libsuperlu_dist.so
|
||||
lib/libsuperlu_dist.so.8
|
||||
lib/libsuperlu_dist.so.8.2.1
|
||||
lib/libsuperlu_dist.so.9
|
||||
lib/libsuperlu_dist.so.9.0.0
|
||||
%%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.2.1
|
||||
%%FORTRAN%%lib/libsuperlu_dist_fortran.so.9
|
||||
%%FORTRAN%%lib/libsuperlu_dist_fortran.so.9.0.0
|
||||
libdata/pkgconfig/superlu_dist.pc
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ug.pdf
|
||||
|
|
Loading…
Add table
Reference in a new issue