Changes between Initial Version and Version 1 of Ticket #69799


Ignore:
Timestamp:
Apr 21, 2024, 10:07:32 PM (6 months ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #69799

    • Property Status changed from new to assigned
    • Property Owner set to MarcusCalhoun-Lopez
    • Property Port slepc added
    • Property Summary changed from slepc build failure to slepc @3.15.0: error: too few arguments provided to function-like macro invocation
  • Ticket #69799 – Description

    initial v1  
    22
    33The build log is attached, but I believe the first error is
    4 ```
     4{{{
    55:info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_math_slepc/slepc/work/slepc-3.15.0/include/slepcmat.h:23:84: error: too few arguments provided to function-like macro invocation
    6 ```
     6}}}
    77Other errors are similar to this:
    8 ```
     8{{{
    99:info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_math_slepc/slepc/work/slepc-3.15.0/include/slepcsys.h:23:/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_math_slepc/slepc/work/slepc-3.15.0/include/slepcmat.h :14error: :
    1010:info:build too few arguments provided to function-like macro invocation#define PETSC_DEPRECATED_FUNCTION(major, minor, subminor, replacement, ...) PETSC_DEPRECATED_IDENTIFIER(PETSC_DEPRECATED_FUNCTION_BASE, major, minor, subminor, replacement, __VA_ARGS__):
    11 ```
     11}}}
    1212
    1313I wonder if it is due to the version divergence between petsc (3.20.2) and slepc (3.15.1) within macports.