From owner-svn-ports-head@freebsd.org Thu Jul 23 13:26:10 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DAD2E9A7935; Thu, 23 Jul 2015 13:26:10 +0000 (UTC) (envelope-from makc@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CB44A1047; Thu, 23 Jul 2015 13:26:10 +0000 (UTC) (envelope-from makc@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6NDQAm1063624; Thu, 23 Jul 2015 13:26:10 GMT (envelope-from makc@FreeBSD.org) Received: (from makc@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6NDQAk7063623; Thu, 23 Jul 2015 13:26:10 GMT (envelope-from makc@FreeBSD.org) Message-Id: <201507231326.t6NDQAk7063623@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: makc set sender to makc@FreeBSD.org using -f From: Max Brazhnikov Date: Thu, 23 Jul 2015 13:26:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392721 - head/math/scilab X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Jul 2015 13:26:11 -0000 Author: makc Date: Thu Jul 23 13:26:09 2015 New Revision: 392721 URL: https://svnweb.freebsd.org/changeset/ports/392721 Log: math/scilab: - Add check for OpenMP support [1] - Add check for unsupported combination of options PR: 201339 [1] Submitted by: truckman Modified: head/math/scilab/Makefile Modified: head/math/scilab/Makefile ============================================================================== --- head/math/scilab/Makefile Thu Jul 23 13:21:05 2015 (r392720) +++ head/math/scilab/Makefile Thu Jul 23 13:26:09 2015 (r392721) @@ -110,8 +110,16 @@ TK_CONFIGURE_ON= --with-tk-library=${LOC TK_USES= tk TK_USE= XORG=x11 +.if !exists(/usr/include/omp.h) +CONFIGURE_ARGS+= --without-openmp +.endif + .include +.if ${PORT_OPTIONS:MOCAML} && empty(PORT_OPTIONS:MGUI) +IGNORE= with OCAML option requies GUI. Please rerun 'make config' and select GUI +.endif + .if ${PORT_OPTIONS:MGUI} USE_JAVA= yes # bsdjava (ie java/jdk16) doesn't have some "extra" classes that aren't in