From owner-svn-ports-head@freebsd.org Thu Oct 11 03:21:02 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 D147510CAACA; Thu, 11 Oct 2018 03:21:02 +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 8A4D180A7E; Thu, 11 Oct 2018 03:21:02 +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 85403289B; Thu, 11 Oct 2018 03:21:02 +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 w9B3L2Aj071823; Thu, 11 Oct 2018 03:21:02 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9B3L2QN071821; Thu, 11 Oct 2018 03:21:02 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201810110321.w9B3L2QN071821@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Thu, 11 Oct 2018 03:21:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r481782 - head/science/simint X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/science/simint X-SVN-Commit-Revision: 481782 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.27 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: Thu, 11 Oct 2018 03:21:03 -0000 Author: yuri Date: Thu Oct 11 03:21:01 2018 New Revision: 481782 URL: https://svnweb.freebsd.org/changeset/ports/481782 Log: science/simint: Update 0.7 -> 0.8 Reported by: portscout Modified: head/science/simint/Makefile head/science/simint/distinfo head/science/simint/pkg-plist Modified: head/science/simint/Makefile ============================================================================== --- head/science/simint/Makefile Thu Oct 11 02:33:20 2018 (r481781) +++ head/science/simint/Makefile Thu Oct 11 03:21:01 2018 (r481782) @@ -2,7 +2,7 @@ PORTNAME= simint DISTVERSIONPREFIX= v -DISTVERSION= 0.7 +DISTVERSION= 0.8 CATEGORIES= science MASTER_SITES= http://www.bennyp.org/research/simint/download/ @@ -45,5 +45,14 @@ ${opt}_VARS= SIMINT_VECTOR=${opt} post-install: ${INSTALL_DATA} ${WRKSRC}/simint/cpp_restrict.hpp ${STAGEDIR}${PREFIX}/include/simint + +do-test: # unfirtunately it rebuilds + @cd ${BUILD_WRKSRC} && \ + ${SETENV} ${CONFIGURE_ENV} ${CMAKE_BIN} ${CMAKE_ARGS} -DENABLE_TESTS=ON ${CMAKE_SOURCE_PATH} && \ + ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} ${ALL_TARGET} +.for tst in test_eri test_eri_deriv1 benchmark_eri screentest # from test/CMakeLists.txt + #@cd ${WRKSRC} && (${FIND} test/dat -name "*.mol" | ${XARGS} ${BUILD_WRKSRC}/test/${tst}) + @cd ${WRKSRC} && (${FIND} test/dat -name "*.mol" | ${XARGS} printf "%s") +.endfor .include Modified: head/science/simint/distinfo ============================================================================== --- head/science/simint/distinfo Thu Oct 11 02:33:20 2018 (r481781) +++ head/science/simint/distinfo Thu Oct 11 03:21:01 2018 (r481782) @@ -1,3 +1,3 @@ -TIMESTAMP = 1538928924 -SHA256 (simint-v0.7.tar.bz2) = 9851fa2323924d4732dd611b366219f4408c8561556abb5e4fa6dbb64a8f919c -SIZE (simint-v0.7.tar.bz2) = 3880164 +TIMESTAMP = 1539225341 +SHA256 (simint-v0.8.tar.bz2) = 43cfde26a86d9ce5b05fad7ee35fc2d8b35c1bf3ca1b2e1fcb3396b57e6ac199 +SIZE (simint-v0.8.tar.bz2) = 2779894 Modified: head/science/simint/pkg-plist ============================================================================== --- head/science/simint/pkg-plist Thu Oct 11 02:33:20 2018 (r481781) +++ head/science/simint/pkg-plist Thu Oct 11 03:21:01 2018 (r481782) @@ -3,8 +3,9 @@ include/simint/boys/boys_long.h include/simint/boys/boys_longfac.h include/simint/boys/boys_shortgrid.h include/simint/boys/boys_taylor.h -include/simint/cpp_restrict.hpp include/simint/constants.h +include/simint/cpp_restrict.hpp +include/simint/osoei/osoei.h include/simint/ostei/gen/hrr_generated.h include/simint/ostei/gen/ostei_deriv1_generated.h include/simint/ostei/gen/ostei_generated.h @@ -14,12 +15,14 @@ include/simint/ostei/ostei_config.h include/simint/ostei/ostei_general.h include/simint/ostei/ostei_init.h include/simint/ostei/recur_lookup.h +include/simint/recur_lookup.h include/simint/shell/shell.h include/simint/shell/shell_constants.h include/simint/shell/shell_screen.h include/simint/simint.h include/simint/simint_eri.h include/simint/simint_init.h +include/simint/simint_oneelectron.h include/simint/vectorization/intrinsics_avx.h include/simint/vectorization/intrinsics_avx512.h include/simint/vectorization/intrinsics_scalar.h