Date: Fri, 9 Oct 2020 20:21:24 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r551819 - head/math/elemental Message-ID: <202010092021.099KLOWe030964@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Fri Oct 9 20:21:24 2020 New Revision: 551819 URL: https://svnweb.freebsd.org/changeset/ports/551819 Log: math/elemental: Update 1.4.0 -> 1.5.0 Reported by: portscout Modified: head/math/elemental/Makefile head/math/elemental/distinfo head/math/elemental/pkg-plist Modified: head/math/elemental/Makefile ============================================================================== --- head/math/elemental/Makefile Fri Oct 9 20:20:01 2020 (r551818) +++ head/math/elemental/Makefile Fri Oct 9 20:21:24 2020 (r551819) @@ -2,7 +2,7 @@ PORTNAME= elemental DISTVERSIONPREFIX= v -DISTVERSION= 1.4.0 +DISTVERSION= 1.5.0 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org Modified: head/math/elemental/distinfo ============================================================================== --- head/math/elemental/distinfo Fri Oct 9 20:20:01 2020 (r551818) +++ head/math/elemental/distinfo Fri Oct 9 20:21:24 2020 (r551819) @@ -1,3 +1,3 @@ -TIMESTAMP = 1599457255 -SHA256 (LLNL-Elemental-v1.4.0_GH0.tar.gz) = c13374ff4a6c4d1076e47ba8c8d91a7082588b9958d1ed89cffb12f1d2e1452e -SIZE (LLNL-Elemental-v1.4.0_GH0.tar.gz) = 2714341 +TIMESTAMP = 1602249972 +SHA256 (LLNL-Elemental-v1.5.0_GH0.tar.gz) = 03dd487fb23b9fdbc715554a8ea48c3196a1021502e61b0172ef3fdfbee75180 +SIZE (LLNL-Elemental-v1.5.0_GH0.tar.gz) = 2729906 Modified: head/math/elemental/pkg-plist ============================================================================== --- head/math/elemental/pkg-plist Fri Oct 9 20:20:01 2020 (r551818) +++ head/math/elemental/pkg-plist Fri Oct 9 20:21:24 2020 (r551819) @@ -265,7 +265,9 @@ include/hydrogen/blas/GPU_BLAS.hpp include/hydrogen/blas/GPU_BLAS_decl.hpp include/hydrogen/blas/GPU_BLAS_impl.hpp include/hydrogen/blas/gpu/Axpy.hpp +include/hydrogen/blas/gpu/CombineImpl.hpp include/hydrogen/blas/gpu/Copy.hpp +include/hydrogen/blas/gpu/EntrywiseMapImpl.hpp include/hydrogen/blas/gpu/Fill.hpp include/hydrogen/blas/gpu/Hadamard.hpp include/hydrogen/blas/gpu/Scale.hpp @@ -275,6 +277,7 @@ include/hydrogen/device/gpu/BasicCopy.hpp include/hydrogen/device/gpu/CUB.hpp include/hydrogen/device/gpu/CUDA.hpp include/hydrogen/device/gpu/GPUError.hpp +include/hydrogen/device/gpu/GPURuntime.hpp include/hydrogen/device/gpu/ROCm.hpp include/hydrogen/device/gpu/SyncInfo.hpp include/hydrogen/device/gpu/cuda/CUDACopy.hpp @@ -288,6 +291,12 @@ include/hydrogen/device/gpu/cuda/cuBLASManagement.hpp include/hydrogen/device/gpu/cuda/cuBLASMeta.hpp include/hydrogen/device/gpu/cuda/cuBLASUtil.hpp include/hydrogen/device/gpu/cuda/cuBLAS_API.hpp +include/hydrogen/device/gpu/cuda/cuSOLVER.hpp +include/hydrogen/device/gpu/cuda/cuSOLVERError.hpp +include/hydrogen/device/gpu/cuda/cuSOLVERManagement.hpp +include/hydrogen/device/gpu/cuda/cuSOLVERMeta.hpp +include/hydrogen/device/gpu/cuda/cuSOLVERUtil.hpp +include/hydrogen/device/gpu/cuda/cuSOLVER_API.hpp include/hydrogen/device/gpu/rocm/ROCmCopy.hpp include/hydrogen/device/gpu/rocm/ROCmError.hpp include/hydrogen/device/gpu/rocm/ROCmLaunchKernel.hpp @@ -299,6 +308,12 @@ include/hydrogen/device/gpu/rocm/rocBLASManagement.hpp include/hydrogen/device/gpu/rocm/rocBLASMeta.hpp include/hydrogen/device/gpu/rocm/rocBLASUtil.hpp include/hydrogen/device/gpu/rocm/rocBLAS_API.hpp +include/hydrogen/device/gpu/rocm/rocSOLVER.hpp +include/hydrogen/device/gpu/rocm/rocSOLVERError.hpp +include/hydrogen/device/gpu/rocm/rocSOLVERManagement.hpp +include/hydrogen/device/gpu/rocm/rocSOLVERMeta.hpp +include/hydrogen/device/gpu/rocm/rocSOLVERUtil.hpp +include/hydrogen/device/gpu/rocm/rocSOLVER_API.hpp include/hydrogen/meta/IndexSequence.hpp include/hydrogen/meta/MetaUtilities.hpp include/hydrogen/meta/TypeList.hpp
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010092021.099KLOWe030964>