[119964] trunk/dports/python/py-dynd

stromnov at macports.org stromnov at macports.org
Mon May 12 03:05:21 PDT 2014


Revision: 119964
          https://trac.macports.org/changeset/119964
Author:   stromnov at macports.org
Date:     2014-05-12 03:05:20 -0700 (Mon, 12 May 2014)
Log Message:
-----------
py-dynd: update to version 0.6.2

Modified Paths:
--------------
    trunk/dports/python/py-dynd/Portfile
    trunk/dports/python/py-dynd/files/patch-CMakeLists.txt.diff

Modified: trunk/dports/python/py-dynd/Portfile
===================================================================
--- trunk/dports/python/py-dynd/Portfile	2014-05-12 09:58:36 UTC (rev 119963)
+++ trunk/dports/python/py-dynd/Portfile	2014-05-12 10:05:20 UTC (rev 119964)
@@ -6,15 +6,15 @@
 PortGroup           python 1.0
 PortGroup           cmake 1.0
 
-set git_sha1        e12e66b1da829c9dd27c8186a8daf883c7b7c186
-github.setup        ContinuumIO dynd-python 0.6.1 v
+set git_sha1        09c190390cc2df88031373735990e93727bbfb50
+github.setup        ContinuumIO dynd-python 0.6.2 v
 
 name                py-dynd
 categories-append   devel
 platforms           darwin
 license             BSD
 
-python.versions     26 27 33
+python.versions     26 27 33 34
 
 maintainers         stromnov openmaintainer
 
@@ -24,8 +24,8 @@
                     Python exposure of the DyND dynamic multi-dimensional \
                     array library.
 
-checksums           rmd160  3098c88659ea7bc759fdb8ef64388c3908f36f60 \
-                    sha256  6d3e34ee283556c7606a92a73dff637ec504a023b7f917c1b36a8891236c9295
+checksums           rmd160  d9e8316a171803982088944f33c2267ce9bf71a9 \
+                    sha256  d142f8ceafb189158f3a057e43f4b79a65e9f2855700a7970f0ad4b5eccd096a
 
 if {${name} ne ${subport}} {
     depends_lib-append  port:libdynd \

Modified: trunk/dports/python/py-dynd/files/patch-CMakeLists.txt.diff
===================================================================
--- trunk/dports/python/py-dynd/files/patch-CMakeLists.txt.diff	2014-05-12 09:58:36 UTC (rev 119963)
+++ trunk/dports/python/py-dynd/files/patch-CMakeLists.txt.diff	2014-05-12 10:05:20 UTC (rev 119964)
@@ -1,13 +1,23 @@
---- CMakeLists.txt.orig	2013-09-02 00:40:01.000000000 +0400
-+++ CMakeLists.txt	2013-09-02 00:41:49.000000000 +0400
-@@ -86,8 +86,8 @@
+--- CMakeLists.txt.orig	2014-05-12 14:00:52.000000000 +0400
++++ CMakeLists.txt	2014-05-12 14:03:39.000000000 +0400
+@@ -86,8 +86,9 @@
  endif()
  
  # Get the git revision
 -get_git_head_revision("${CMAKE_CURRENT_SOURCE_DIR}" GIT_REFSPEC DYND_PYTHON_GIT_SHA1)
--git_describe("${CMAKE_CURRENT_SOURCE_DIR}" DYND_PYTHON_VERSION_STRING --dirty --match "v[0-9]*")
+-git_describe("${CMAKE_CURRENT_SOURCE_DIR}" DYND_PYTHON_VERSION_STRING --dirty --always --match "v*")
 +SET(DYND_PYTHON_GIT_SHA1 "@@DYND_PYTHON_GIT_SHA1@@")
 +SET(DYND_PYTHON_VERSION_STRING "@@DYND_PYTHON_VERSION_STRING@@")
++
  message(STATUS "DyND-Python version: ${DYND_PYTHON_VERSION_STRING}")
  configure_file(
      "${CMAKE_CURRENT_SOURCE_DIR}/src/git_version.cpp.in"
+@@ -102,7 +103,7 @@
+     # Treat warnings as errors (-WX does this)
+     set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -WX -EHsc")
+ else()
+-    set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -g -fomit-frame-pointer -fstrict-aliasing -fPIC -Wall -Wextra -Werror")
++    set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -g -fomit-frame-pointer -fstrict-aliasing -fPIC -Wall -Wextra")
+     if ("${CMAKE_CXX_COMPILER_ID}" STREQUAL "GNU")
+         # The '-fmax-errors' flag was first supported in gcc 4.6
+         # Use the c++0x flag only in 4.6 and later
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140512/c7094d15/attachment.html>


More information about the macports-changes mailing list