From owner-svn-ports-all@freebsd.org Sun Nov 8 20:04:43 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id BBFF42D3C5C; Sun, 8 Nov 2020 20:04:43 +0000 (UTC) (envelope-from makc@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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 4CTlTR4d7Nz4nwp; Sun, 8 Nov 2020 20:04:43 +0000 (UTC) (envelope-from makc@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 9198925597; Sun, 8 Nov 2020 20:04:43 +0000 (UTC) (envelope-from makc@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0A8K4h5t018009; Sun, 8 Nov 2020 20:04:43 GMT (envelope-from makc@FreeBSD.org) Received: (from makc@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0A8K4hqn018008; Sun, 8 Nov 2020 20:04:43 GMT (envelope-from makc@FreeBSD.org) Message-Id: <202011082004.0A8K4hqn018008@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: makc set sender to makc@FreeBSD.org using -f From: Max Brazhnikov Date: Sun, 8 Nov 2020 20:04:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r554650 - head/math/scilab X-SVN-Group: ports-head X-SVN-Commit-Author: makc X-SVN-Commit-Paths: head/math/scilab X-SVN-Commit-Revision: 554650 X-SVN-Commit-Repository: ports 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.34 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: Sun, 08 Nov 2020 20:04:43 -0000 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