Date: Sun, 28 Oct 2018 04:32:44 +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: r483219 - in head/math/primme: . files Message-ID: <201810280432.w9S4Win4079636@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810280432.w9S4Win4079636>