From owner-svn-ports-all@FreeBSD.ORG Fri Jun 20 19:03:21 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A04F1BFC; Fri, 20 Jun 2014 19:03:21 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 80F592080; Fri, 20 Jun 2014 19:03:21 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5KJ3Lil073493; Fri, 20 Jun 2014 19:03:21 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5KJ3Loi073491; Fri, 20 Jun 2014 19:03:21 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201406201903.s5KJ3Loi073491@svn.freebsd.org> From: Dmitry Marakasov Date: Fri, 20 Jun 2014 19:03:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r358631 - head/math/lapack++ X-SVN-Group: ports-head 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.18 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: Fri, 20 Jun 2014 19:03:21 -0000 Author: amdmi3 Date: Fri Jun 20 19:03:20 2014 New Revision: 358631 URL: http://svnweb.freebsd.org/changeset/ports/358631 QAT: https://qat.redports.org/buildarchive/r358631/ Log: - Support staging - Use new LIB_DEPENDS syntax - Switch to USES=libtool, drop .la files Approved by: portmgr blanket Modified: head/math/lapack++/Makefile head/math/lapack++/pkg-plist Modified: head/math/lapack++/Makefile ============================================================================== --- head/math/lapack++/Makefile Fri Jun 20 18:48:19 2014 (r358630) +++ head/math/lapack++/Makefile Fri Jun 20 19:03:20 2014 (r358631) @@ -3,7 +3,7 @@ PORTNAME= lapack++ PORTVERSION= 2.5.3 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= math MASTER_SITES= SF/lapackpp/lapackpp/${PORTVERSION} \ http://math.nist.gov/lapack++/:doc @@ -19,19 +19,18 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUF MAINTAINER= maho@FreeBSD.org COMMENT= Linear Algebra PACKage in C++, a wrapper for LAPACK -USES= fortran gmake pathfix +USES= fortran gmake pathfix libtool -NO_STAGE= yes .include .if exists(${LOCALBASE}/lib/libatlas.so) && !defined(WITH_BLAS) WITH_ATLAS= yes .endif .if defined(WITH_ATLAS) -LIB_DEPENDS+= atlas.2:${PORTSDIR}/math/atlas +LIB_DEPENDS+= libatlas.so:${PORTSDIR}/math/atlas .else -LIB_DEPENDS+= blas.2:${PORTSDIR}/math/blas -LIB_DEPENDS+= lapack.4:${PORTSDIR}/math/lapack +LIB_DEPENDS+= libblas.so:${PORTSDIR}/math/blas +LIB_DEPENDS+= liblapack.so:${PORTSDIR}/math/lapack .endif GNU_CONFIGURE= yes @@ -49,14 +48,13 @@ LAPACK_LIB= -L${LOCALBASE}/lib -llapack #lapack++ forces to use atlas when detected, so we should disable here. CONFIGURE_ARGS+= --with-blas="${BLAS_LIB}" --with-lapack="${LAPACK_LIB}" --disable-atlas --enable-static -do-install: - @(cd ${WRKSRC} ; ${GMAKE} install) +post-install: .if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/lapack++.ps.gz ${DOCSDIR} - ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/lapack++_install.ps.gz ${DOCSDIR} - ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/lapackpp1_1.ps.gz ${DOCSDIR} - ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/lapackppman1_1.ps.gz ${DOCSDIR} + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/lapack++.ps.gz ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/lapack++_install.ps.gz ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/lapackpp1_1.ps.gz ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/lapackppman1_1.ps.gz ${STAGEDIR}${DOCSDIR} .endif .include Modified: head/math/lapack++/pkg-plist ============================================================================== --- head/math/lapack++/pkg-plist Fri Jun 20 18:48:19 2014 (r358630) +++ head/math/lapack++/pkg-plist Fri Jun 20 19:03:20 2014 (r358631) @@ -61,9 +61,9 @@ include/lapackpp/vf.h include/lapackpp/vi.h include/lapackpp/vli.h lib/liblapackpp.a -lib/liblapackpp.la lib/liblapackpp.so -lib/liblapackpp.so.16 +lib/liblapackpp.so.14 +lib/liblapackpp.so.14.2.0 libdata/pkgconfig/lapackpp.pc share/aclocal/acx_lapackpp.m4 @dirrm include/lapackpp