From owner-svn-ports-head@freebsd.org Sun Mar 10 17:35:11 2019 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 170EF153AC50; Sun, 10 Mar 2019 17:35:11 +0000 (UTC) (envelope-from thierry@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 A9259862FA; Sun, 10 Mar 2019 17:35:10 +0000 (UTC) (envelope-from thierry@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 83058266A4; Sun, 10 Mar 2019 17:35:10 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x2AHZAqI044698; Sun, 10 Mar 2019 17:35:10 GMT (envelope-from thierry@FreeBSD.org) Received: (from thierry@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x2AHZ9vl044691; Sun, 10 Mar 2019 17:35:09 GMT (envelope-from thierry@FreeBSD.org) Message-Id: <201903101735.x2AHZ9vl044691@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: thierry set sender to thierry@FreeBSD.org using -f From: Thierry Thomas Date: Sun, 10 Mar 2019 17:35:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r495304 - in head: . french/aster math math/mumps math/mumps-edf X-SVN-Group: ports-head X-SVN-Commit-Author: thierry X-SVN-Commit-Paths: in head: . french/aster math math/mumps math/mumps-edf X-SVN-Commit-Revision: 495304 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: A9259862FA X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.97)[-0.973,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] 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, 10 Mar 2019 17:35:11 -0000 Author: thierry Date: Sun Mar 10 17:35:09 2019 New Revision: 495304 URL: https://svnweb.freebsd.org/changeset/ports/495304 Log: Move math/mumps-edf to math/mumps. This port is for MUMPS 5.x. Reported by: pfg Added: head/math/mumps/ - copied from r495303, head/math/mumps-edf/ Deleted: head/math/mumps-edf/ Modified: head/MOVED head/french/aster/Makefile head/math/Makefile head/math/mumps/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Sun Mar 10 17:23:27 2019 (r495303) +++ head/MOVED Sun Mar 10 17:35:09 2019 (r495304) @@ -11680,3 +11680,4 @@ x11/pantheon-terminal||2019-03-06|Has expired: Broken x11-wm/e-module-everything-websearch||2019-03-06|Has expired: Broken for more than 6 months net-mgmt/py-pysnmp-apps|net-mgmt/py-snmpclitools|2019-02-15|Renamed upstream math/mumps|math/mumps4|2019-03-10|MUMPS 4 is the legacy version +math/mumps-edf|math/mumps|2019-03-10|Use mumps-edf as MUMPS 5 Modified: head/french/aster/Makefile ============================================================================== --- head/french/aster/Makefile Sun Mar 10 17:23:27 2019 (r495303) +++ head/french/aster/Makefile Sun Mar 10 17:35:09 2019 (r495304) @@ -118,12 +118,12 @@ RUN_DEPENDS+= ${PYNUMPY} .if !defined(WITH_MPI) MPISEQ= -lmpiseq MUMPSLIB= -L${LOCALBASE}/lib -ldmumps -lzmumps -lsmumps -lcmumps -lmumps_common -lpord ${MPISEQ} -LIB_DEPENDS+= libmpiseq.so.5:math/mumps-edf +LIB_DEPENDS+= libmpiseq.so.5:math/mumps .else BUILD_DEPENDS+= ${LOCALBASE}/lib/libblacs.a:math/blacs \ ${LOCALBASE}/lib/libscalapack.a:math/scalapack MUMPSLIB= -L${LOCALBASE}/lib -ldmumps -lzmumps -lsmumps -lcmumps -lmumps_common -lpord -lscalapack -lblacs -lblacsc -lblacs -L${LOCALBASE}/lib -lmpich -lmpl -LIB_DEPENDS+= libcmumps.so.5:math/mumps-edf +LIB_DEPENDS+= libcmumps.so.5:math/mumps .endif .if defined(WITH_MPI) Modified: head/math/Makefile ============================================================================== --- head/math/Makefile Sun Mar 10 17:23:27 2019 (r495303) +++ head/math/Makefile Sun Mar 10 17:35:09 2019 (r495304) @@ -381,7 +381,7 @@ SUBDIR += mprime SUBDIR += mtrxmath SUBDIR += multichoose - SUBDIR += mumps-edf + SUBDIR += mumps SUBDIR += mumps4 SUBDIR += muparser SUBDIR += nanoflann Modified: head/math/mumps/Makefile ============================================================================== --- head/math/mumps-edf/Makefile Sun Mar 10 17:23:27 2019 (r495303) +++ head/math/mumps/Makefile Sun Mar 10 17:35:09 2019 (r495304) @@ -32,7 +32,7 @@ MUMPSVERSION= ${PORTVERSION:R} LIBS= cmumps dmumps mumps_common pord smumps zmumps PLIST_SUB= VE=${VEM} MUMPSVERSION=${MUMPSVERSION} -CONFLICTS= mumps-4* mumps-mpich-4* +CONFLICTS= mumps4-4* OPTIONS_DEFINE= DOCS EXAMPLES