From nobody Sun Nov 07 09:02:25 2021 X-Original-To: dev-commits-ports-main@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 64A7D18335EB; Sun, 7 Nov 2021 09:02:27 +0000 (UTC) (envelope-from git@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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Hn7YG3NGFz3MrZ; Sun, 7 Nov 2021 09:02:26 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1219D1BB3A; Sun, 7 Nov 2021 09:02:26 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1A792P6F043102; Sun, 7 Nov 2021 09:02:25 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1A792Pg6043101; Sun, 7 Nov 2021 09:02:25 GMT (envelope-from git) Date: Sun, 7 Nov 2021 09:02:25 GMT Message-Id: <202111070902.1A792Pg6043101@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Yuri Victorovich Subject: git: e685bdfb31f2 - main - math/alglib: Update 3.17.0 -> 3.18.0 List-Id: Commits to the main branch of the FreeBSD ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-main@freebsd.org X-BeenThere: dev-commits-ports-main@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: yuri X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: e685bdfb31f2d75a0e13264d52cf50fb2bd414a5 Auto-Submitted: auto-generated X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=e685bdfb31f2d75a0e13264d52cf50fb2bd414a5 commit e685bdfb31f2d75a0e13264d52cf50fb2bd414a5 Author: Yuri Victorovich AuthorDate: 2021-11-07 09:01:18 +0000 Commit: Yuri Victorovich CommitDate: 2021-11-07 09:02:19 +0000 math/alglib: Update 3.17.0 -> 3.18.0 Also add the 'test' target. Reported by: portscout --- math/alglib/Makefile | 10 ++++++++-- math/alglib/distinfo | 6 +++--- math/alglib/pkg-plist | 3 +++ 3 files changed, 14 insertions(+), 5 deletions(-) diff --git a/math/alglib/Makefile b/math/alglib/Makefile index ca8cbb820072..345c824d13b1 100644 --- a/math/alglib/Makefile +++ b/math/alglib/Makefile @@ -1,5 +1,5 @@ PORTNAME= alglib -DISTVERSION= 3.17.0 +DISTVERSION= 3.18.0 CATEGORIES= math science MASTER_SITES= https://www.alglib.net/translator/re/ EXTRACT_SUFX= .cpp.gpl.zip @@ -11,7 +11,7 @@ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/gpl3.txt USE_LDCONFIG= yes -WRKSRC= ${WRKDIR}/cpp +WRKSRC= ${WRKDIR}/${PORTNAME}-cpp do-build: cd ${WRKSRC}/src && \ @@ -23,4 +23,10 @@ do-install: ${INSTALL_LIB} ${WRKSRC}/src/lib${PORTNAME}.so.3 ${STAGEDIR}${PREFIX}/lib @${LN} -s lib${PORTNAME}.so.3 ${STAGEDIR}${PREFIX}/lib/lib${PORTNAME}.so +do-test: + @cd ${WRKSRC} && \ + cd tests && \ + ${CXX} ${CXXFLAGS} test_c.cpp -I ${STAGEDIR}${LOCALBASE}/include/libalglib ${STAGEDIR}${LOCALBASE}/lib/lib${PORTNAME}.so && \ + LD_PRELOAD=${STAGEDIR}${LOCALBASE}/lib/lib${PORTNAME}.so ./a.out + .include diff --git a/math/alglib/distinfo b/math/alglib/distinfo index 309190837cbb..65055984ff22 100644 --- a/math/alglib/distinfo +++ b/math/alglib/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1609303656 -SHA256 (alglib-3.17.0.cpp.gpl.zip) = 96d61e8ad68e715dfada6aa25eef014eb14d59573809b84e3e393dbf896d40a7 -SIZE (alglib-3.17.0.cpp.gpl.zip) = 3076017 +TIMESTAMP = 1636274405 +SHA256 (alglib-3.18.0.cpp.gpl.zip) = b9045b3c569d351a6bc093ee0166cb72003aca92dc0f95cb7076d3b32dd58c0c +SIZE (alglib-3.18.0.cpp.gpl.zip) = 3175116 diff --git a/math/alglib/pkg-plist b/math/alglib/pkg-plist index 04b5a75cedf4..87da94742d57 100644 --- a/math/alglib/pkg-plist +++ b/math/alglib/pkg-plist @@ -6,6 +6,9 @@ include/libalglib/diffequations.h include/libalglib/fasttransforms.h include/libalglib/integration.h include/libalglib/interpolation.h +include/libalglib/kernels_avx2.h +include/libalglib/kernels_fma.h +include/libalglib/kernels_sse2.h include/libalglib/linalg.h include/libalglib/optimization.h include/libalglib/solvers.h