From owner-svn-ports-all@freebsd.org Sun Dec 16 09:06:15 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 780FC13425CB; Sun, 16 Dec 2018 09:06:15 +0000 (UTC) (envelope-from yuri@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) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0C58877147; Sun, 16 Dec 2018 09:06:15 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id EE5B225225; Sun, 16 Dec 2018 09:06:14 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wBG96EW8038275; Sun, 16 Dec 2018 09:06:14 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wBG96Erj038271; Sun, 16 Dec 2018 09:06:14 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201812160906.wBG96Erj038271@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sun, 16 Dec 2018 09:06:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r487566 - in head/math: . hipmcl hipmcl/files X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/math: . hipmcl hipmcl/files X-SVN-Commit-Revision: 487566 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 0C58877147 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.83 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; NEURAL_HAM_LONG(-0.88)[-0.881,0]; NEURAL_HAM_SHORT(-0.95)[-0.953,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Dec 2018 09:06:15 -0000 Author: yuri Date: Sun Dec 16 09:06:13 2018 New Revision: 487566 URL: https://svnweb.freebsd.org/changeset/ports/487566 Log: New port: math/hipmcl: High-performance parallel algorithm for large-scale network clustering Added: head/math/hipmcl/ head/math/hipmcl/Makefile (contents, props changed) head/math/hipmcl/distinfo (contents, props changed) head/math/hipmcl/files/ head/math/hipmcl/files/patch-CMakeLists.txt (contents, props changed) head/math/hipmcl/pkg-descr (contents, props changed) Modified: head/math/Makefile Modified: head/math/Makefile ============================================================================== --- head/math/Makefile Sun Dec 16 09:01:08 2018 (r487565) +++ head/math/Makefile Sun Dec 16 09:06:13 2018 (r487566) @@ -264,6 +264,7 @@ SUBDIR += grpn SUBDIR += gsl SUBDIR += hexcalc + SUBDIR += hipmcl SUBDIR += hs-Agda SUBDIR += hs-Agda-stdlib SUBDIR += hs-NumInstances Added: head/math/hipmcl/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/hipmcl/Makefile Sun Dec 16 09:06:13 2018 (r487566) @@ -0,0 +1,38 @@ +# $FreeBSD$ + +PORTNAME= HipMCL +DISTVERSION= g20180814 +CATEGORIES= math +MASTER_SITES= https://bitbucket.org/${BB_ACCOUNT}/${BB_PROJECT}/get/${BB_COMMIT}.tar.gz?dummy=/ + +MAINTAINER= yuri@FreeBSD.org +COMMENT= High-performance parallel algorithm for large-scale network clustering + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/license.txt + +LIB_DEPENDS= libCombBLAS.so:math/combblas \ + libmpi.so:net/mpich \ + libomp.so:devel/openmp +RUN_DEPENDS= ${LOCALBASE}/lib/gcc${GCC_DEFAULT}/libgcc_s.so.1:lang/gcc${GCC_DEFAULT} # because of the link flags induced by mpich + +USES= cmake:outsource compiler:c++14-lang dos2unix localbase:ldflags +DOS2UNIX_FILES= CMakeLists.txt + +CMAKE_ON= BUILD_SHARED_LIBS + +BB_ACCOUNT= azadcse +BB_PROJECT= ${PORTNAME:tl} +BB_COMMIT= e20476acc473 + +WRKSRC= ${WRKDIR}/${BB_ACCOUNT}-${BB_PROJECT}-${BB_COMMIT} + +PLIST_FILES= bin/${PORTNAME:tl} + +post-extract: + @${RM} -r ${WRKSRC}/src/CombBLAS + +do-install: + ${INSTALL_PROGRAM} ${BUILD_WRKSRC}/bin/hipmcl ${STAGEDIR}${PREFIX}/bin + +.include Added: head/math/hipmcl/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/hipmcl/distinfo Sun Dec 16 09:06:13 2018 (r487566) @@ -0,0 +1,3 @@ +TIMESTAMP = 1544950762 +SHA256 (HipMCL-g20180814.tar.gz) = 324fbe12f3547cd1e3da38d01ea2d6882061821a7cf6a7904e1402759c01e94c +SIZE (HipMCL-g20180814.tar.gz) = 43337935 Added: head/math/hipmcl/files/patch-CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/hipmcl/files/patch-CMakeLists.txt Sun Dec 16 09:06:13 2018 (r487566) @@ -0,0 +1,15 @@ +--- CMakeLists.txt.orig 2018-08-14 19:42:54 UTC ++++ CMakeLists.txt +@@ -30,10 +30,10 @@ else (NOT C14) + endif (NOT C14) + + +-ADD_SUBDIRECTORY( src/CombBLAS ) ++#ADD_SUBDIRECTORY( src/CombBLAS ) + set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin) + add_executable(hipmcl src/HipMCL.cpp) +-target_link_libraries(hipmcl CombBLASlib ) ++target_link_libraries(hipmcl CombBLAS ) + + + Added: head/math/hipmcl/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/hipmcl/pkg-descr Sun Dec 16 09:06:13 2018 (r487566) @@ -0,0 +1,16 @@ +HipMCL is a high-performance parallel algorithm for large-scale network +clustering. HipMCL parallelizes popular Markov Cluster (MCL) algorithm that has +been shown to be one of the most successful and widely used algorithms for +network clustering. It is based on random walks and was initially designed to +detect families in protein-protein interaction networks. Despite MCL's +efficiency and multi-threading support, scalability remains a bottleneck as it +fails to process networks of several hundred million nodes and billion edges in +an affordable running time. HipMCL overcomes all of these challenges by +developing massively-parallel algorithms for all components of MCL. HipMCL can +be 1000 times faster than the original MCL without any information loss. It can +easily cluster a network of ~75 million nodes with ~68 billion edges in ~2.4 +hours using ~2000 nodes of Cori supercomputer at NERSC. HipMCL is developed in +C++ language and uses standard OpenMP and MPI libraries for shared- and +distributed-memory parallelization. + +WWW: https://bitbucket.org/azadcse/hipmcl/wiki/Home