From owner-svn-ports-all@freebsd.org Mon Sep 2 16:28:21 2019 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 5BA9EE25C9; Mon, 2 Sep 2019 16:28:21 +0000 (UTC) (envelope-from yuri@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) server-signature RSA-PSS (4096 bits) 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 46Mb9d1dzYz405s; Mon, 2 Sep 2019 16:28:21 +0000 (UTC) (envelope-from yuri@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 1B2001CC97; Mon, 2 Sep 2019 16:28:21 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x82GSKLg070788; Mon, 2 Sep 2019 16:28:20 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x82GSK66070786; Mon, 2 Sep 2019 16:28:20 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201909021628.x82GSK66070786@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Mon, 2 Sep 2019 16:28:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r510823 - in head/math: blasfeo casadi X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/math: blasfeo casadi X-SVN-Commit-Revision: 510823 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.29 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: Mon, 02 Sep 2019 16:28:21 -0000 Author: yuri Date: Mon Sep 2 16:28:20 2019 New Revision: 510823 URL: https://svnweb.freebsd.org/changeset/ports/510823 Log: math/blasfeo: Change to the shared library. Bump math/casadi Modified: head/math/blasfeo/Makefile head/math/blasfeo/pkg-plist head/math/casadi/Makefile Modified: head/math/blasfeo/Makefile ============================================================================== --- head/math/blasfeo/Makefile Mon Sep 2 16:27:12 2019 (r510822) +++ head/math/blasfeo/Makefile Mon Sep 2 16:28:20 2019 (r510823) @@ -2,7 +2,7 @@ PORTNAME= blasfeo DISTVERSION= 0.1.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org @@ -16,6 +16,7 @@ USE_GITHUB= yes GH_ACCOUNT= giaf CMAKE_ARGS= -DTARGET:STRING=GENERIC +CMAKE_ON= BUILD_SHARED_LIBS OPTIONS_SINGLE= ${OPTIONS_SINGLE_${ARCH}} OPTIONS_SINGLE_amd64= TARGETAMD64 Modified: head/math/blasfeo/pkg-plist ============================================================================== --- head/math/blasfeo/pkg-plist Mon Sep 2 16:27:12 2019 (r510822) +++ head/math/blasfeo/pkg-plist Mon Sep 2 16:28:20 2019 (r510823) @@ -35,4 +35,4 @@ include/s_blas.h include/s_blas_64.h lib/cmake/blasfeoConfig-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/blasfeoConfig.cmake -lib/libblasfeo.a +lib/libblasfeo.so Modified: head/math/casadi/Makefile ============================================================================== --- head/math/casadi/Makefile Mon Sep 2 16:27:12 2019 (r510822) +++ head/math/casadi/Makefile Mon Sep 2 16:28:20 2019 (r510823) @@ -3,6 +3,7 @@ PORTNAME= casadi DISTVERSION= 3.4.5-49 DISTVERSIONSUFFIX= -g6b0de13ac +PORTREVISION= 1 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org