Changes between Initial Version and Version 1 of Ticket #47696


Ignore:
Timestamp:
May 10, 2015, 4:08:15 PM (9 years ago)
Author:
larryv (Lawrence Velázquez)
Comment:

Thanks for the report. In future tickets, please Cc any port maintainers (port info --maintainers petsc).

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #47696

    • Property Owner changed from macports-tickets@… to sean@…
    • Property Keywords PETSc+complex removed
    • Property Port petsc added
    • Property Summary changed from PETSc port doesn't compile with +complex to petsc @3.5.3_1+complex: configure fails
  • Ticket #47696 – Description

    initial v1  
    1 Dear developers,
     1Dear developers,\\
    22I tried to compile slepc-3.5.3 with FEAST support. Unfortunately it reports that FEAST is supported only with complex numbers.
    33{{{
     
    2222  if petscconf.SCALAR != 'complex':
    2323    log.Exit('ERROR: FEAST is supported only with complex numbers.')
    24 
    2524}}}
    2625
    2726which means that PETSc needs to be compiled with +complex. I tried to compile PETSc this way and unfortunately no options succeeded.
    28 
    2927
    3028{{{
     
    3735
    3836{{{
    39 
    4037~/Work/Software/Optimization/FENICS/slepc-3.5.3$ sudo port install petsc@3.5.3_1+accelerate+hypre+openmpi+parmetis+suitesparse+complex -mpich
    4138Password:
     
    5653    http://guide.macports.org/#project.tickets
    5754Error: Processing of port petsc failed
    58  
     55}}}
     56
    5957But anyone of the above without the +complex works. Below I attach the error log
    60 }}}