Changes between Initial Version and Version 1 of Ticket #69799
- Timestamp:
- Apr 21, 2024, 10:07:32 PM (7 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #69799
-
Property
Status
changed from
new
toassigned
- Property Owner set to MarcusCalhoun-Lopez
- Property Port slepc added
-
Property
Summary
changed from
slepc build failure
toslepc @3.15.0: error: too few arguments provided to function-like macro invocation
-
Property
Status
changed from
-
Ticket #69799 – Description
initial v1 2 2 3 3 The build log is attached, but I believe the first error is 4 ``` 4 {{{ 5 5 :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 }}} 7 7 Other errors are similar to this: 8 ``` 8 {{{ 9 9 :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: : 10 10 :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 }}} 12 12 13 13 I wonder if it is due to the version divergence between petsc (3.20.2) and slepc (3.15.1) within macports.