svn commit: r554650 - head/math/scilab

Max Brazhnikov makc at FreeBSD.org
Sun Nov 8 20:04:43 UTC 2020


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
 


More information about the svn-ports-all mailing list