From owner-svn-ports-all@freebsd.org Sun Dec 8 16:38:53 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 102471E7786; Sun, 8 Dec 2019 16:38:53 +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 47WBq069Zyz4C6M; Sun, 8 Dec 2019 16:38:52 +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 CA4FB5036; Sun, 8 Dec 2019 16:38:52 +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 xB8GcqY3047408; Sun, 8 Dec 2019 16:38:52 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id xB8Gcquv047402; Sun, 8 Dec 2019 16:38:52 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201912081638.xB8Gcquv047402@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sun, 8 Dec 2019 16:38:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r519312 - head/devel/blitz X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/devel/blitz X-SVN-Commit-Revision: 519312 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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, 08 Dec 2019 16:38:53 -0000 Author: yuri Date: Sun Dec 8 16:38:51 2019 New Revision: 519312 URL: https://svnweb.freebsd.org/changeset/ports/519312 Log: devel/blitz: Update 1.0.1 -> 1.0.2 Reported by: portscout Modified: head/devel/blitz/Makefile head/devel/blitz/distinfo head/devel/blitz/pkg-plist Modified: head/devel/blitz/Makefile ============================================================================== --- head/devel/blitz/Makefile Sun Dec 8 16:33:45 2019 (r519311) +++ head/devel/blitz/Makefile Sun Dec 8 16:38:51 2019 (r519312) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= blitz -DISTVERSION= 1.0.1 -PORTREVISION= 13 +DISTVERSION= 1.0.2 CATEGORIES= devel science MAINTAINER= yuri@FreeBSD.org @@ -11,13 +10,12 @@ COMMENT= Blitz++ Multi-Dimensional Array Library for C LICENSE= ART20 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= gmake libtool localbase python:2.7,build +USES= cmake:noninja libtool localbase python:2.7,build USE_GITHUB= yes GH_ACCOUNT= blitzpp -GNU_CONFIGURE= yes USE_LDCONFIG= yes TEST_TARGET= check-testsuite -INSTALL_TARGET= install-strip +#INSTALL_TARGET= install-strip CONFIGURE_ARGS= --enable-shared MAKE_ARGS= CXXFLAGS="${CXXFLAGS}" FREEBSD_PYTHON_CMD=${PYTHON_CMD} Modified: head/devel/blitz/distinfo ============================================================================== --- head/devel/blitz/distinfo Sun Dec 8 16:33:45 2019 (r519311) +++ head/devel/blitz/distinfo Sun Dec 8 16:38:51 2019 (r519312) @@ -1,3 +1,3 @@ -TIMESTAMP = 1511509658 -SHA256 (blitzpp-blitz-1.0.1_GH0.tar.gz) = b62fc3f07b64b264307b01fec5e4f2793e09a68dcb5378984aedbc2e4b3adcef -SIZE (blitzpp-blitz-1.0.1_GH0.tar.gz) = 4645082 +TIMESTAMP = 1573962691 +SHA256 (blitzpp-blitz-1.0.2_GH0.tar.gz) = 500db9c3b2617e1f03d0e548977aec10d36811ba1c43bb5ef250c0e3853ae1c2 +SIZE (blitzpp-blitz-1.0.2_GH0.tar.gz) = 2941270 Modified: head/devel/blitz/pkg-plist ============================================================================== --- head/devel/blitz/pkg-plist Sun Dec 8 16:33:45 2019 (r519311) +++ head/devel/blitz/pkg-plist Sun Dec 8 16:38:51 2019 (r519312) @@ -3,6 +3,7 @@ include/blitz/array.cc include/blitz/array.h include/blitz/array/asexpr.cc include/blitz/array/asexpr.h +include/blitz/array/bops.cc include/blitz/array/cartesian.h include/blitz/array/cgsolve.h include/blitz/array/complex.cc @@ -42,6 +43,7 @@ include/blitz/array/stencilops.h include/blitz/array/stencils.cc include/blitz/array/stencils.h include/blitz/array/storage.h +include/blitz/array/uops.cc include/blitz/array/where.h include/blitz/array/zip.h include/blitz/bench.cc @@ -58,12 +60,14 @@ include/blitz/et-forward.h include/blitz/etbase.h include/blitz/funcs.h include/blitz/globeval.cc -include/blitz/gnu/bzconfig.h include/blitz/indexexpr.h include/blitz/indexmap-forward.h include/blitz/levicivita.h include/blitz/limits-hack.h include/blitz/listinit.h +include/blitz/matbops.h +include/blitz/mathfunc.h +include/blitz/matuops.h include/blitz/memblock.cc include/blitz/memblock.h include/blitz/meta/dot.h @@ -79,6 +83,7 @@ include/blitz/numinquire.h include/blitz/numtrait.h include/blitz/ops.h include/blitz/prettyprint.h +include/blitz/promote-old.h include/blitz/promote.h include/blitz/range.cc include/blitz/range.h @@ -104,6 +109,10 @@ include/blitz/tvcross.h include/blitz/tvecglobs.h include/blitz/tvevaluate.h include/blitz/update.h +include/blitz/vecbfn.cc +include/blitz/vecbops.cc +include/blitz/vecuops.cc +include/blitz/vecwhere.cc include/blitz/wrap-climits.h include/random/F.h include/random/beta.h @@ -116,8 +125,12 @@ include/random/mt.h include/random/mtparam.cc include/random/normal.h include/random/uniform.h +lib/cmake/blitzConfig.cmake +lib/cmake/blitzConfigVersion.cmake +lib/cmake/blitzTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/blitzTargets.cmake lib/libblitz.a lib/libblitz.so lib/libblitz.so.0 -lib/libblitz.so.0.0.0 +lib/libblitz.so.1.0.2 libdata/pkgconfig/blitz.pc