From owner-svn-ports-head@freebsd.org Mon Dec 17 18:13:19 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 0111A1348216; Mon, 17 Dec 2018 18:13:19 +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 966B583400; Mon, 17 Dec 2018 18:13:18 +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 84C391AB3B; Mon, 17 Dec 2018 18:13:18 +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 wBHIDILG017289; Mon, 17 Dec 2018 18:13:18 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wBHIDIat017288; Mon, 17 Dec 2018 18:13:18 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201812171813.wBHIDIat017288@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Mon, 17 Dec 2018 18:13:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r487700 - head/science/mpqc X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/science/mpqc X-SVN-Commit-Revision: 487700 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 966B583400 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; NEURAL_HAM_LONG(-1.00)[-0.996,0]; NEURAL_HAM_SHORT(-0.98)[-0.980,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 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: Mon, 17 Dec 2018 18:13:19 -0000 Author: yuri Date: Mon Dec 17 18:13:17 2018 New Revision: 487700 URL: https://svnweb.freebsd.org/changeset/ports/487700 Log: science/mpqc: Change net/mpich2 -> net/mpich Other port changes: * Add the graphviz dependency * Patch one #include that isn't found by default for some reason * Fix WWW Modified: head/science/mpqc/Makefile head/science/mpqc/pkg-descr Modified: head/science/mpqc/Makefile ============================================================================== --- head/science/mpqc/Makefile Mon Dec 17 17:51:21 2018 (r487699) +++ head/science/mpqc/Makefile Mon Dec 17 18:13:17 2018 (r487700) @@ -3,7 +3,7 @@ PORTNAME= mpqc PORTVERSION= 2.3.1 -PORTREVISION= 40 +PORTREVISION= 41 CATEGORIES= science parallel MASTER_SITES= SF @@ -15,8 +15,10 @@ LICENSE_FILE= ${WRKSRC}/COPYING BROKEN_aarch64= fails to compile: lapack.h:2:10: 'chemistry/qc/mbptr12/f77sym.h' file not found +BUILD_DEPENDS= dot:graphics/graphviz LIB_DEPENDS= libint.so:science/libint -RUN_DEPENDS= wish:x11-toolkits/tk-wrapper +RUN_DEPENDS= wish:x11-toolkits/tk-wrapper \ + dot:graphics/graphviz CONFLICTS_BUILD= ga # devel/ga: it links to libarmci.so, has HAVE_ARMCI defined, and hits some bug @@ -49,7 +51,7 @@ DOXYGEN_BUILD_DEPENDS= doxygen:devel/doxygen \ dot:graphics/graphviz ICC_BUILD_DEPENDS= ${LOCALBASE}/intel_cc_80/bin/icc:lang/icc MPI_CONFIGURE_ENABLE= parallel -MPI_LIB_DEPENDS= libmpich.so:net/mpich2 +MPI_LIB_DEPENDS= libmpich.so:net/mpich MPI_LDFLAGS= -lmpich # build fails to supply libmpich.so to link OPTIFLAGS_CFLAGS= -ffast-math OPTIFLAGS_CXXFLAGS= -ffast-math @@ -70,6 +72,10 @@ post-patch: -e 's/pthread_join(0,0)/pthread_create(0,0,0,0)/' \ -e 's|/usr/bin/wish|${LOCALBASE}/bin/wish|' \ ${WRKSRC}/configure + @${REINPLACE_CMD} \ + 's|#include |#include <${WRKSRC}/src/lib/chemistry/qc/mbptr12/f77sym.h>|' \ + ${WRKSRC}/src/lib/chemistry/qc/mbptr12/blas.h \ + ${WRKSRC}/src/lib/chemistry/qc/mbptr12/lapack.h post-configure: # workaround: https://github.com/ValeevGroup/mpqc/issues/56 @${REINPLACE_CMD} -e ' \ Modified: head/science/mpqc/pkg-descr ============================================================================== --- head/science/mpqc/pkg-descr Mon Dec 17 17:51:21 2018 (r487699) +++ head/science/mpqc/pkg-descr Mon Dec 17 18:13:17 2018 (r487700) @@ -30,4 +30,4 @@ You can also validate your mpqc binaries when you empl For details, please see file:///usr/local/share/doc/mpqc/hierarchy.html or http://www.mpqc.org/mpqc-html/mpqcval.html -WWW: https://www.mpqc.org/ +WWW: https://mpqc.org/