Changes between Initial Version and Version 1 of Ticket #45936


Ignore:
Timestamp:
Nov 19, 2014, 3:34:45 AM (10 years ago)
Author:
larryv (Lawrence Velázquez)
Comment:

Thanks for the report. In future tickets, please Cc relevant port maintainers (port info --maintainers py-tables).

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #45936

    • Property Owner changed from macports-tickets@… to mmoll@…
  • Ticket #45936 – Description

    initial v1  
    11The Portfile failed to add the appropriate include/openmpi-xxx directory to the command line, or to use the mpi wrappers.  This problem happens whether using the standard (Clang) variant, or the +gcc48 variant.  This is happening with the LATEST py-tables Portfile (120497).  This is apparently a DIFFERENT problem than the similar MPI problem with py-tables that was fixed 2 years ago (MPI configuration in the Portfile has been upgraded since then).
    2 
     2{{{
    33# -*- 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
    44# $Id: Portfile 120497 2014-05-30 14:18:34Z mmoll@macports.org $
    5 
     5}}}
    66...
    7 
    8 
     7{{{
    98:info:build /Users/rpfische/macports/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
    109:info:build  #warning "Using deprecated NumPy API, disable it by " \
     
    1918:info:build Command failed:  cd "/Users/rpfische/macports/var/macports/build/_Users_rpfische_macports_var_macports_sources_distfiles.macports.org_ports_python_py-tables/py27-tables/work/tables-3.1.1" && /Users/rpfische/macports/Library/Frameworks/Python.framework/Versions/2.7/bin/python2.7 setup.py --no-user-cfg build_ext --inplace --hdf5=/Users/rpfische/macports --bzip2=/Users/rpfische/macports --lzo=/Users/rpfische/macports --blosc=/Users/rpfische/macports
    2019:info:build Exit code: 1
     20}}}