Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Dec 2018 18:34:44 +0000 (UTC)
From:      Joseph Mingrone <jrm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r488558 - head/biology/iqtree
Message-ID:  <201812271834.wBRIYifW059306@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jrm
Date: Thu Dec 27 18:34:44 2018
New Revision: 488558
URL: https://svnweb.freebsd.org/changeset/ports/488558

Log:
  biology/iqtree: switch to outsource cmake build

Modified:
  head/biology/iqtree/Makefile   (contents, props changed)

Modified: head/biology/iqtree/Makefile
==============================================================================
--- head/biology/iqtree/Makefile	Thu Dec 27 17:22:19 2018	(r488557)
+++ head/biology/iqtree/Makefile	Thu Dec 27 18:34:44 2018	(r488558)
@@ -17,7 +17,7 @@ BROKEN_armv6=		fails to compile: unrecognized command 
 BROKEN_armv7=		fails to compile: unrecognized command line options '-m32' and '-msse3'
 BROKEN_powerpc64=	fails to build: GCC version must be at least 4.8!
 
-USES=		cmake:insource compiler:openmp eigen:3
+USES=		cmake compiler:openmp eigen:3
 USE_GITHUB=	yes
 GH_ACCOUNT=	Cibiv
 GH_PROJECT=	IQ-TREE
@@ -28,7 +28,7 @@ PORTEXAMPLES=	example.cf example.nex example.phy model
 OPTIONS_DEFINE=	EXAMPLES
 
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/iqtree ${STAGEDIR}${PREFIX}/bin
+	${INSTALL_PROGRAM} ${BUILD_WRKSRC}/iqtree ${STAGEDIR}${PREFIX}/bin
 
 do-install-EXAMPLES-on:
 	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}



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