Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Nov 2020 20:04:43 +0000 (UTC)
From:      Max Brazhnikov <makc@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r554650 - head/math/scilab
Message-ID:  <202011082004.0A8K4hqn018008@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: makc
Date: Sun Nov  8 20:04:43 2020
New Revision: 554650
URL: https://svnweb.freebsd.org/changeset/ports/554650

Log:
  math/scilab:
  - convert to USES=eigen
  
  PR:		250949
  Reported by:	lbartoletti

Modified:
  head/math/scilab/Makefile

Modified: head/math/scilab/Makefile
==============================================================================
--- head/math/scilab/Makefile	Sun Nov  8 19:59:18 2020	(r554649)
+++ head/math/scilab/Makefile	Sun Nov  8 20:04:43 2020	(r554650)
@@ -16,7 +16,6 @@ LICENSE_COMB=	dual
 LICENSE_FILE_GPLv2=	${WRKSRC}/COPYING
 LICENSE_FILE_BSD3CLAUSE=	${WRKSRC}/COPYING-BSD
 
-BUILD_DEPENDS=	${LOCALBASE}/include/eigen3/Eigen/Sparse:math/eigen3
 LIB_DEPENDS=	libxml2.so:textproc/libxml2 \
 		libpcre.so:devel/pcre \
 		libcurl.so:ftp/curl \
@@ -27,8 +26,8 @@ LIB_DEPENDS=	libxml2.so:textproc/libxml2 \
 		libamd.so:math/suitesparse
 RUN_DEPENDS=	xdg-open:devel/xdg-utils
 
-USES=		compiler:c++17-lang cpe desktop-file-utils fortran \
-		gettext gmake gnome iconv:wchar_t libtool \
+USES=		compiler:c++17-lang cpe desktop-file-utils eigen:3,build \
+		fortran gettext gmake gnome iconv:wchar_t libtool \
 		localbase ncurses pathfix pkgconfig shared-mime-info
 USE_LOCALE=	en_US.UTF-8
 



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