Changes between Initial Version and Version 2 of Ticket #60629


Ignore:
Timestamp:
Jun 12, 2020, 5:00:53 AM (4 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #60629

    • Property Keywords igraph removed
    • Property Owner changed from kjell.konis@… to kjellpk
    • Property Summary changed from The SuiteSparse_CHOLMOD port interferes with R 4.0.1 to R: The SuiteSparse_CHOLMOD port interferes with R 4.0.1
    • Property Milestone changed from MacPorts 2.6.3 to
  • Ticket #60629 – Description

    initial v2  
    11Is you install this package in R:
    22
     3{{{
    34install.packages('igraph')
     5}}}
    46
    57You get this error:
    68
     9{{{
    710CHOLMOD/Check/cholmod_check.c:182:2: error: no member named 'print_function' in 'struct cholmod_common_struct'
     11}}}
    812
    913I was able to eliminate this error deactivating this package:
    1014
     15{{{
    1116sudo port deactivate SuiteSparse_CHOLMOD @3.0.14_1+accelerate
     17}}}
    1218
    1319Could you please double-check it?