From owner-svn-ports-head@freebsd.org Sun Oct 28 04:32:46 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 1770210E2AA8; Sun, 28 Oct 2018 04:32:46 +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 B8BCE6F035; Sun, 28 Oct 2018 04:32:45 +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 99DEB1A859; Sun, 28 Oct 2018 04:32:45 +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 w9S4WjCE079640; Sun, 28 Oct 2018 04:32:45 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9S4Win4079636; Sun, 28 Oct 2018 04:32:44 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201810280432.w9S4Win4079636@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sun, 28 Oct 2018 04:32:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r483219 - 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: 483219 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.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: Sun, 28 Oct 2018 04:32:46 -0000 Author: yuri Date: Sun Oct 28 04:32:44 2018 New Revision: 483219 URL: https://svnweb.freebsd.org/changeset/ports/483219 Log: math/primme: 2.1.20181011 -> 2.2 Reported by: portscout Added: head/math/primme/files/patch-examples_Makefile (contents, props changed) Deleted: head/math/primme/files/patch-tests_COMMON_num.h Modified: head/math/primme/Makefile head/math/primme/distinfo head/math/primme/files/patch-tests_Makefile Modified: head/math/primme/Makefile ============================================================================== --- head/math/primme/Makefile Sun Oct 28 04:17:18 2018 (r483218) +++ head/math/primme/Makefile Sun Oct 28 04:32:44 2018 (r483219) @@ -2,7 +2,7 @@ PORTNAME= primme DISTVERSIONPREFIX= v -DISTVERSION= 2.1.20181011 # git describe doesn't identify the tag properly +DISTVERSION= 2.2 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org @@ -15,7 +15,6 @@ TEST_DEPENDS= gfortran${GCC_DEFAULT}:lang/gcc${GCC_DEF USES= gmake localbase:ldflags USE_GITHUB= yes -GH_TAGNAME= 6a0fa27 MAKEFILE= makefile ALL_TARGET= solib USE_LDCONFIG= yes @@ -51,6 +50,6 @@ PLIST_FILES= include/primme.h \ include/primme_svds_f77.h \ lib/libprimme.so \ lib/libprimme.so.2 \ - lib/libprimme.so.2.1 + lib/libprimme.so.2.2 .include Modified: head/math/primme/distinfo ============================================================================== --- head/math/primme/distinfo Sun Oct 28 04:17:18 2018 (r483218) +++ head/math/primme/distinfo Sun Oct 28 04:32:44 2018 (r483219) @@ -1,3 +1,3 @@ -TIMESTAMP = 1539306461 -SHA256 (primme-primme-v2.1.20181011-6a0fa27_GH0.tar.gz) = 8f662a7c41d5bfb7910ccb9bbcb7f06f1191fc7c7a9d41fb695e9b13438bcb79 -SIZE (primme-primme-v2.1.20181011-6a0fa27_GH0.tar.gz) = 5511173 +TIMESTAMP = 1540697010 +SHA256 (primme-primme-v2.2_GH0.tar.gz) = 5ed1b4476659cb0d0ef1de4f00bbd3fa9e1d879f067890a08236dcb48d8e6a52 +SIZE (primme-primme-v2.2_GH0.tar.gz) = 6161380 Added: head/math/primme/files/patch-examples_Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/primme/files/patch-examples_Makefile Sun Oct 28 04:32:44 2018 (r483219) @@ -0,0 +1,11 @@ +--- examples/Makefile.orig 2018-10-28 03:29:33 UTC ++++ examples/Makefile +@@ -8,7 +8,7 @@ include ../Link_flags + + override INCLUDE += -I../include + override 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_CXX = ex_eigs_zseqxx ex_svds_zseqxx Modified: head/math/primme/files/patch-tests_Makefile ============================================================================== --- head/math/primme/files/patch-tests_Makefile Sun Oct 28 04:17:18 2018 (r483218) +++ head/math/primme/files/patch-tests_Makefile Sun Oct 28 04:32:44 2018 (r483219) @@ -1,11 +1,20 @@ ---- tests/Makefile.orig 2018-10-08 19:10:07 UTC +--- tests/Makefile.orig 2018-10-28 03:25:47 UTC +++ tests/Makefile @@ -9,7 +9,7 @@ include ../Link_flags SOBJS= COMMON/shared_utils.o COMMON/ioandtest.o COMMON_INCLUDE = -I./COMMON -I../include override INCLUDE += $(COMMON_INCLUDE) --LIBDIRS += -L../lib -+LIBDIRS += ../lib/libprimme.so +-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 + + drivers: primme_double primme_doublecomplex primmesvds_double primmesvds_doublecomplex + +-primme_double primme_doublecomplex primmesvds_double primmesvds_doublecomplex: ../lib/libprimme.a ++primme_double primme_doublecomplex primmesvds_double primmesvds_doublecomplex: ../lib/libprimme.so + + ifeq ($(USE_MPI), yes) + MPIRUN ?= mpirun -np 4