From owner-svn-ports-all@freebsd.org Sat May 16 18:03:16 2020 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 37F662F8A84; Sat, 16 May 2020 18:03:16 +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 49PY6X0jvHz3KLS; Sat, 16 May 2020 18:03:16 +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 13DFF19E1D; Sat, 16 May 2020 18:03:16 +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 04GI3Fnr090819; Sat, 16 May 2020 18:03:15 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 04GI3Fsk090815; Sat, 16 May 2020 18:03:15 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202005161803.04GI3Fsk090815@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sat, 16 May 2020 18:03:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r535487 - in head/math/primme: . files X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/math/primme: . files X-SVN-Commit-Revision: 535487 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.33 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: Sat, 16 May 2020 18:03:16 -0000 Author: yuri Date: Sat May 16 18:03:14 2020 New Revision: 535487 URL: https://svnweb.freebsd.org/changeset/ports/535487 Log: math/primme: Update 3.1 -> 3.1.1 Reported by: portscout Modified: head/math/primme/Makefile head/math/primme/distinfo head/math/primme/files/patch-examples_Makefile head/math/primme/files/patch-tests_Makefile Modified: head/math/primme/Makefile ============================================================================== --- head/math/primme/Makefile Sat May 16 17:44:44 2020 (r535486) +++ head/math/primme/Makefile Sat May 16 18:03:14 2020 (r535487) @@ -2,8 +2,7 @@ PORTNAME= primme DISTVERSIONPREFIX= v -DISTVERSION= 3.1 -PORTREVISION= 1 +DISTVERSION= 3.1.1 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org @@ -54,6 +53,6 @@ PLIST_FILES= include/primme.h \ include/primme_svds_f90.inc \ lib/libprimme.so \ lib/libprimme.so.3 \ - lib/libprimme.so.3.0 + lib/libprimme.so.3.1 .include Modified: head/math/primme/distinfo ============================================================================== --- head/math/primme/distinfo Sat May 16 17:44:44 2020 (r535486) +++ head/math/primme/distinfo Sat May 16 18:03:14 2020 (r535487) @@ -1,3 +1,3 @@ -TIMESTAMP = 1588489073 -SHA256 (primme-primme-v3.1_GH0.tar.gz) = 6ce474777270402e39bde78c26203ac185ef0c005090ed527790eea25360b0a7 -SIZE (primme-primme-v3.1_GH0.tar.gz) = 13119912 +TIMESTAMP = 1589651424 +SHA256 (primme-primme-v3.1.1_GH0.tar.gz) = 295891862b8e379c79d99bf5029e7de317888c9b01c98d206f9043878dd5df25 +SIZE (primme-primme-v3.1.1_GH0.tar.gz) = 13120437 Modified: head/math/primme/files/patch-examples_Makefile ============================================================================== --- head/math/primme/files/patch-examples_Makefile Sat May 16 17:44:44 2020 (r535486) +++ head/math/primme/files/patch-examples_Makefile Sat May 16 18:03:14 2020 (r535487) @@ -1,11 +1,11 @@ ---- examples/Makefile.orig 2018-10-28 03:29:33 UTC +--- examples/Makefile.orig 2020-05-04 01:52:54 UTC +++ examples/Makefile @@ -8,7 +8,7 @@ include ../Link_flags - override INCLUDE += -I../include - override FINCLUDE += -I../include + INCLUDE := -I../include + FINCLUDE := -I../include -LIBS := ../lib/libprimme.a $(LIBS) +LIBS := ../lib/libprimme.so $(LIBS) - EXAMPLES_C = ex_eigs_dseq ex_eigs_zseq ex_svds_dseq ex_svds_zseq + EXAMPLES_C = ex_eigs_dseq ex_eigs_zseq ex_eigs_zseq_normal ex_svds_dseq ex_svds_zseq EXAMPLES_CXX = ex_eigs_zseqxx ex_svds_zseqxx Modified: head/math/primme/files/patch-tests_Makefile ============================================================================== --- head/math/primme/files/patch-tests_Makefile Sat May 16 17:44:44 2020 (r535486) +++ head/math/primme/files/patch-tests_Makefile Sat May 16 18:03:14 2020 (r535487) @@ -1,15 +1,15 @@ ---- tests/Makefile.orig 2018-10-28 03:25:47 UTC +--- tests/Makefile.orig 2020-05-04 01:52:54 UTC +++ tests/Makefile -@@ -9,7 +9,7 @@ include ../Link_flags - SOBJS= COMMON/shared_utils.o COMMON/ioandtest.o +@@ -10,7 +10,7 @@ SOBJS= COMMON/shared_utils.o COMMON/ioandtest.o COMMON_INCLUDE = -I./COMMON -I../include - override INCLUDE += $(COMMON_INCLUDE) + INCLUDE := $(COMMON_INCLUDE) + FINCLUDE := $(COMMON_INCLUDE) -LIBS := ../lib/libprimme.a $(LIBS) +LIBS := ../lib/libprimme.so $(LIBS) USE_NATIVE ?= yes USE_PETSC ?= $(if $(findstring undefined,$(origin PETSC_DIR)),no,yes) -@@ -89,7 +89,7 @@ all: drivers +@@ -90,7 +90,7 @@ all: drivers drivers: primme_double primme_doublecomplex primmesvds_double primmesvds_doublecomplex