svn commit: r314765 - head/math/metis
Brendan Fabeny
bf at FreeBSD.org
Wed Mar 20 21:24:55 UTC 2013
Author: bf
Date: Wed Mar 20 21:24:54 2013
New Revision: 314765
URL: http://svnweb.freebsd.org/changeset/ports/314765
Log:
update to 5.0.3
Modified:
head/math/metis/Makefile (contents, props changed)
head/math/metis/distinfo (contents, props changed)
Modified: head/math/metis/Makefile
==============================================================================
--- head/math/metis/Makefile Wed Mar 20 21:22:11 2013 (r314764)
+++ head/math/metis/Makefile Wed Mar 20 21:24:54 2013 (r314765)
@@ -1,28 +1,21 @@
-# New ports collection makefile for: METIS
-# Date created: 26 Oct 97
-# Whom: Pedro Giffuni <giffunip at asme.org>
-#
+# Created by: Pedro Giffuni <giffunip at asme.org>
# $FreeBSD$
-#
PORTNAME= metis
-PORTVERSION= 5.0.2
+PORTVERSION= 5.0.3
CATEGORIES= math
MASTER_SITES= http://glaros.dtc.umn.edu/gkhome/fetch/sw/metis/
MAINTAINER= bf at FreeBSD.org
COMMENT= A package for unstructured graph partitioning
-LICENSE= METIS
-LICENSE_NAME= University of Minnesota METIS License
-LICENSE_FILE= ${WRKSRC}/LICENSE.txt
-LICENSE_PERMS= auto-accept
+LICENSE= AL2
CONFLICTS= metis-4* metis-edf-[0-9]*
USE_CMAKE= yes
-OPTIONS_DEFINE = OPENMP STATIC SHARED
+OPTIONS_DEFINE = OPENMP SHARED STATIC
OPENMP_DESC= multithreading via OpenMP
#PROFILE_DESC= profiling libraries
@@ -34,11 +27,8 @@ OPTIONS_DEFAULT= SHARED STATIC
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MOPENMP}
-.if !empty(CC:T:M*clang*)
-IGNORE = : clang does not support OpenMP. Disable the OPENMP option or\
- use another compiler
-.endif
CMAKE_ARGS+= -DOPENMP=1
+USE_GCC= any
.endif
#.if ${PORT_OPTIONS:MPROFILE}
Modified: head/math/metis/distinfo
==============================================================================
--- head/math/metis/distinfo Wed Mar 20 21:22:11 2013 (r314764)
+++ head/math/metis/distinfo Wed Mar 20 21:24:54 2013 (r314765)
@@ -1,2 +1,2 @@
-SHA256 (metis-5.0.2.tar.gz) = f79790676ca2ce3dfa9d5e2d74801e91d92415664ede2c2fc18fc49d4a161981
-SIZE (metis-5.0.2.tar.gz) = 4963532
+SHA256 (metis-5.0.3.tar.gz) = 38e57e36baada41ddf2d69e0b0070aa47b5f4a72776f9677d1d0575b56ec67a6
+SIZE (metis-5.0.3.tar.gz) = 4979585
More information about the svn-ports-head
mailing list