You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On macOS, it has gotten harder to install all Perl libraries needed for polymake.
To clean out previous installations of Perl packages:
rm -rf ~/perl5
System /usr/bin/perl on macOS Catalina is 5.18, does not have EXTERN.h. To compile Perl packages, need to make headers from XCode available by setting CPATH. Also need to override various test failures that seem to come from system integrity protection using cpan install -f.
On macOS, it has gotten harder to install all Perl libraries needed for polymake.
To clean out previous installations of Perl packages:
System
/usr/bin/perl
on macOS Catalina is 5.18, does not haveEXTERN.h
. To compile Perl packages, need to make headers from XCode available by settingCPATH
. Also need to override various test failures that seem to come from system integrity protection usingcpan install -f
.(This setting of the environment variable should not be made persistent.)
homebrew's perl5 .... info needed
perlbrew (current recommendation by Perl users): https://perlbrew.pl/ https://github.com/gugod/App-perlbrew
https://github.com/tokuhirom/plenv (alternative to perlbrew)
Depends on #31840
CC: @yuan-zhou @jplab @kliem @sophiasage @tscrim
Component: packages: optional
Issue created by migration from https://trac.sagemath.org/ticket/31830
The text was updated successfully, but these errors were encountered: