Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Jan 2015 21:06:05 +0000 (UTC)
From:      Thierry Thomas <thierry@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r376805 - head/math/freemat
Message-ID:  <201501112106.t0BL65K0047761@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: thierry
Date: Sun Jan 11 21:06:04 2015
New Revision: 376805
URL: https://svnweb.freebsd.org/changeset/ports/376805
QAT: https://qat.redports.org/buildarchive/r376805/

Log:
  Uses blaslapack.mk.

Modified:
  head/math/freemat/Makefile

Modified: head/math/freemat/Makefile
==============================================================================
--- head/math/freemat/Makefile	Sun Jan 11 21:06:02 2015	(r376804)
+++ head/math/freemat/Makefile	Sun Jan 11 21:06:04 2015	(r376805)
@@ -3,8 +3,8 @@
 
 PORTNAME=	FreeMat
 PORTVERSION=	4.2
-PORTREVISION=	4
 DISTVERSIONSUFFIX=	-Source
+PORTREVISION=	4
 CATEGORIES=	math science
 MASTER_SITES=	SF/freemat/FreeMat4
 
@@ -16,17 +16,15 @@ LICENSE=	GPLv2
 BUILD_DEPENDS=	${LOCALBASE}/share/llvm33/cmake/LLVMConfig.cmake:${PORTSDIR}/devel/llvm33 \
 		${LOCALBASE}/llvm33/lib/libclang.a:${PORTSDIR}/lang/clang33
 LIB_DEPENDS=	libarpack.so:${PORTSDIR}/math/arpack			\
-		libblas.so:${PORTSDIR}/math/blas			\
 		libboost_math_c99.so:${PORTSDIR}/devel/boost-libs	\
 		libffi.so:${PORTSDIR}/devel/libffi			\
 		libfftw3.so:${PORTSDIR}/math/fftw3			\
 		libfftw3f.so:${PORTSDIR}/math/fftw3-float		\
-		liblapack.so:${PORTSDIR}/math/lapack			\
 		libpcre.so:${PORTSDIR}/devel/pcre			\
 		libportaudio.so:${PORTSDIR}/audio/portaudio		\
 		libumfpack.so:${PORTSDIR}/math/suitesparse
 
-USES=		cmake:outsource dos2unix fortran pkgconfig python:build
+USES=		blaslapack cmake:outsource dos2unix fortran pkgconfig python:build
 USE_GL=		yes
 USE_QT4=	gui network opengl svg webkit xml			\
 		moc_build qmake_build rcc_build uic_build
@@ -41,7 +39,7 @@ LDFLAGS+=	-L${LOCALBASE}/llvm33/lib
 
 DATADIR=	${PREFIX}/share/${PORTNAME}-${PORTVERSION}
 DESKTOP_ENTRIES="FreeMat" "" "${PREFIX}/share/pixmaps/freemat.png"	\
-		"FreeMat" "Science;Math;NumericalAnalysis;" "true"
+		"FreeMat" "Science;Math;NumericalAnalysis;" true
 PLIST_FILES=	bin/FreeMat bin/blas.ini share/pixmaps/freemat.png
 PORTDATA=	*
 



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