Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 May 2020 18:03:15 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r535487 - in head/math/primme: . files
Message-ID:  <202005161803.04GI3Fsk090815@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>

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
  



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005161803.04GI3Fsk090815>