Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Sep 2019 16:28:20 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r510823 - in head/math: blasfeo casadi
Message-ID:  <201909021628.x82GSK66070786@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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