Changes between Initial Version and Version 1 of Ticket #47696
- Timestamp:
- May 10, 2015, 4:08:15 PM (10 years ago)
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
topetsc @3.5.3_1+complex: configure fails
-
Ticket #47696 – Description
initial v1 1 Dear developers, 1 Dear developers,\\ 2 2 I tried to compile slepc-3.5.3 with FEAST support. Unfortunately it reports that FEAST is supported only with complex numbers. 3 3 {{{ … … 22 22 if petscconf.SCALAR != 'complex': 23 23 log.Exit('ERROR: FEAST is supported only with complex numbers.') 24 25 24 }}} 26 25 27 26 which means that PETSc needs to be compiled with +complex. I tried to compile PETSc this way and unfortunately no options succeeded. 28 29 27 30 28 {{{ … … 37 35 38 36 {{{ 39 40 37 ~/Work/Software/Optimization/FENICS/slepc-3.5.3$ sudo port install petsc@3.5.3_1+accelerate+hypre+openmpi+parmetis+suitesparse+complex -mpich 41 38 Password: … … 56 53 http://guide.macports.org/#project.tickets 57 54 Error: Processing of port petsc failed 58 55 }}} 56 59 57 But anyone of the above without the +complex works. Below I attach the error log 60 }}}