[135214] trunk/dports/math

khindenburg at macports.org khindenburg at macports.org
Sun Apr 19 05:11:24 PDT 2015


Revision: 135214
          https://trac.macports.org/changeset/135214
Author:   khindenburg at macports.org
Date:     2015-04-19 05:11:23 -0700 (Sun, 19 Apr 2015)
Log Message:
-----------
mathgl: new port w/ maintainer #45845

Added Paths:
-----------
    trunk/dports/math/mathgl/
    trunk/dports/math/mathgl/Portfile
    trunk/dports/math/mathgl/files/
    trunk/dports/math/mathgl/files/patch-CMakeLists.txt.diff

Added: trunk/dports/math/mathgl/Portfile
===================================================================
--- trunk/dports/math/mathgl/Portfile	                        (rev 0)
+++ trunk/dports/math/mathgl/Portfile	2015-04-19 12:11:23 UTC (rev 135214)
@@ -0,0 +1,36 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem          1.0
+PortGroup           cmake 1.0
+
+name                mathgl
+version             2.3.2
+categories          math
+license             GPL-3
+maintainers         gmail.com:mschamschula openmaintainer
+description         MathGL is a library for making high-quality scientific graphics.
+long_description    ${description} MathGL is also a library for the fast data plotting \
+                    and data processing of large data arrays a library for working in \
+                    window and console modes and for easy embedding into other programs \
+                    and a library with large and growing set of graphics.
+platforms           darwin
+homepage            http://mathgl.sourceforge.net/
+master_sites        sourceforge
+
+checksums           rmd160  ee752e705a338dabe5b5c5a9776a47be0ce0402f \
+                    sha256  63c2125c9dc7921d0e149cfb27c4304f5481449c8f03d5bff5437de1863289ee
+
+depends_lib-append  port:fltk \
+                    port:giflib \
+                    port:gsl \
+                    port:guile \
+                    port:hdf5 \
+                    port:python27 \
+                    port:ruby22
+
+patchfiles          patch-CMakeLists.txt.diff
+
+livecheck.type      regex
+livecheck.url       ${homepage}/doc_en/Download.html
+livecheck.regex     "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"


Property changes on: trunk/dports/math/mathgl/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native

Added: trunk/dports/math/mathgl/files/patch-CMakeLists.txt.diff
===================================================================
--- trunk/dports/math/mathgl/files/patch-CMakeLists.txt.diff	                        (rev 0)
+++ trunk/dports/math/mathgl/files/patch-CMakeLists.txt.diff	2015-04-19 12:11:23 UTC (rev 135214)
@@ -0,0 +1,11 @@
+--- CMakeLists.txt.orig	2015-02-02 05:13:28.000000000 -0600
++++ CMakeLists.txt	2015-03-16 10:17:39.000000000 -0500
+@@ -71,7 +71,7 @@
+ option(enable-all-swig "Enable all SWIG based interfaces")
+ option(enable-rvalue "Enable move constructor support (need C++11)" OFF)
+ option(enable-pthread "Enable POSIX threads support" OFF)
+-option(enable-openmp "Enable OpenMP support" ON)
++option(enable-openmp "Enable OpenMP support" OFF)
+ 
+ if(enable-pthread AND enable-openmp)
+ 	message(SEND_ERROR "You can't enable POSIX threads and OpenMP at the same time!")
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150419/5b512fec/attachment.html>


More information about the macports-changes mailing list