Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Apr 2019 17:37:56 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r499661 - in head: graphics/colmap math/ceres-solver
Message-ID:  <201904221737.x3MHbuJP042744@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Mon Apr 22 17:37:56 2019
New Revision: 499661
URL: https://svnweb.freebsd.org/changeset/ports/499661

Log:
  math/ceres-solver: drop GCC RPATH after r499061
  
  USES=fortran was used to ensure linking against libceres picks up
  correct libgcc_s to satisfy dependencies e.g., suitesparse, *blas.

Modified:
  head/graphics/colmap/Makefile   (contents, props changed)
  head/math/ceres-solver/Makefile   (contents, props changed)

Modified: head/graphics/colmap/Makefile
==============================================================================
--- head/graphics/colmap/Makefile	Mon Apr 22 17:37:39 2019	(r499660)
+++ head/graphics/colmap/Makefile	Mon Apr 22 17:37:56 2019	(r499661)
@@ -24,7 +24,7 @@ LIB_DEPENDS=	libboost_filesystem.so:devel/boost-libs \
 		libfreeimage.so:graphics/freeimage \
 		libceres.so:math/ceres-solver
 
-USES=		cmake compiler:${OPENMP}c++11-lib eigen:3 fortran localbase qt:5 sqlite
+USES=		cmake compiler:${OPENMP}c++11-lib eigen:3 localbase qt:5 sqlite
 USE_GITHUB=	yes
 USE_GL=		gl glew
 USE_QT=		qmake_build buildtools_build core gui opengl_build widgets

Modified: head/math/ceres-solver/Makefile
==============================================================================
--- head/math/ceres-solver/Makefile	Mon Apr 22 17:37:39 2019	(r499660)
+++ head/math/ceres-solver/Makefile	Mon Apr 22 17:37:56 2019	(r499661)
@@ -68,9 +68,7 @@ TEST_TEST_TARGET=	test ARGS="-V"
 TEST_IMPLIES=		GFLAGS
 
 LAPACK_DESC=		Linear Algebra PACKage
-LAPACK_USES=		fortran # LDFLAGS
 LAPACK_CMAKE_BOOL=	LAPACK
-LAPACK_CMAKE_ON=	-DCMAKE_POLICY_DEFAULT_CMP0056:STRING=NEW # USES=fortran
 # Avoid conflict with Ceres threading by using single-threaded BLAS library.
 # BLASLIB from USES=blaslapack cannot be used as it's multi-threaded.
 # https://github.com/xianyi/OpenBLAS/wiki/faq#multi-threaded



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