From owner-svn-ports-head@freebsd.org Sun Mar 25 20:48:21 2018 Return-Path: Delivered-To: svn-ports-head@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 305B1F6BF0B; Sun, 25 Mar 2018 20:48:21 +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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D809C77984; Sun, 25 Mar 2018 20:48:20 +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 D2E9223236; Sun, 25 Mar 2018 20:48:20 +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 w2PKmKFK081363; Sun, 25 Mar 2018 20:48:20 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w2PKmKN5081358; Sun, 25 Mar 2018 20:48:20 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201803252048.w2PKmKN5081358@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sun, 25 Mar 2018 20:48:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r465545 - in head/devel: . ga X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/devel: . ga X-SVN-Commit-Revision: 465545 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Mar 2018 20:48:21 -0000 Author: yuri Date: Sun Mar 25 20:48:20 2018 New Revision: 465545 URL: https://svnweb.freebsd.org/changeset/ports/465545 Log: New port: devel/ga: Partitioned Global Address Space (PGAS) library for distributed arrays Added: head/devel/ga/ head/devel/ga/Makefile (contents, props changed) head/devel/ga/distinfo (contents, props changed) head/devel/ga/pkg-descr (contents, props changed) head/devel/ga/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun Mar 25 19:32:15 2018 (r465544) +++ head/devel/Makefile Sun Mar 25 20:48:20 2018 (r465545) @@ -662,6 +662,7 @@ SUBDIR += fujaba SUBDIR += funnelweb SUBDIR += fuzzylite + SUBDIR += ga SUBDIR += gaa SUBDIR += gamin SUBDIR += gauche-readline Added: head/devel/ga/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/ga/Makefile Sun Mar 25 20:48:20 2018 (r465545) @@ -0,0 +1,28 @@ +# $FreeBSD$ + +PORTNAME= ga +DISTVERSIONPREFIX= v +DISTVERSION= 5.6.4 +CATEGORIES= devel + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Partitioned Global Address Space (PGAS) library for distributed arrays + +LICENSE= BMIL +LICENSE_NAME= Battelle Memorial Institute License +LICENSE_FILE= ${WRKSRC}/COPYRIGHT +LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept + +LIB_DEPENDS= libblas.so:math/blas \ + liblapack.so:math/lapack \ + libmpich.so:net/mpich2 + +USES= autoreconf fortran gmake libtool localbase +USE_GITHUB= yes +GH_ACCOUNT= GlobalArrays +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --enable-peigs --enable-shared --disable-static +INSTALL_TARGET= install-strip +USE_LDCONFIG= yes + +.include Added: head/devel/ga/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/ga/distinfo Sun Mar 25 20:48:20 2018 (r465545) @@ -0,0 +1,3 @@ +TIMESTAMP = 1522000478 +SHA256 (GlobalArrays-ga-v5.6.4_GH0.tar.gz) = f1e2e92e0ab76f58d7f8afde633b7614dc120f35a99b6880e7320b1dd7e8e652 +SIZE (GlobalArrays-ga-v5.6.4_GH0.tar.gz) = 4958446 Added: head/devel/ga/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/ga/pkg-descr Sun Mar 25 20:48:20 2018 (r465545) @@ -0,0 +1,11 @@ +The Global Arrays (GA) toolkit provides a shared memory style programming +environment in the context of distributed array data structures (called +"global arrays"). From the user perspective, a global array can be used +as if it was stored in shared memory. All details of the data distribution, +addressing, and data access are encapsulated in the global array objects. +Information about the actual data distribution and locality can be easily +obtained and taken advantage of whenever data locality is important. The +primary target architectures for which GA was developed are massively-parallel +distributed-memory and scalable shared-memory systems. + +WWW: https://github.com/GlobalArrays/ga Added: head/devel/ga/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/ga/pkg-plist Sun Mar 25 20:48:20 2018 (r465545) @@ -0,0 +1,49 @@ +bin/adjust.x +bin/armci-config +bin/collisions.x +bin/comex-config +bin/ga-config +include/armci.h +include/chemio.h +include/comex.h +include/coms.h +include/dra.fh +include/dra.h +include/eaf.fh +include/eaf.h +include/elio.h +include/error.h +include/farg.h +include/ga-mpi.fh +include/ga-mpi.h +include/ga-papi.h +include/ga-wapi.h +include/ga.h +include/gacommon.h +include/global.fh +include/macdecls.h +include/macommon.h +include/maf2c.fh +include/mafdecls.fh +include/matypes.h +include/message.h +include/msgtypesc.h +include/msgtypesf.h +include/parmci.h +include/scope.h +include/sf.fh +include/sf.h +include/string-util.h +include/table.h +include/tcgmsg.fh +include/tcgmsg.h +include/typesf2c.h +lib/libarmci.so +lib/libarmci.so.0 +lib/libarmci.so.0.0.0 +lib/libcomex.so +lib/libcomex.so.0 +lib/libcomex.so.0.0.0 +lib/libga.so +lib/libga.so.1 +lib/libga.so.1.0.4