sagemath / sage

Main repository of SageMath
https://www.sagemath.org
Other
1.47k stars 487 forks source link

perl_cpan_polymake_prereq: Update install instructions #31830

Open mkoeppe opened 3 years ago

mkoeppe commented 3 years ago

On macOS, it has gotten harder to install all Perl libraries needed for polymake.

Depends on #31840

CC: @yuan-zhou @jplab @kliem @sophiasage @tscrim

Component: packages: optional

Issue created by migration from https://trac.sagemath.org/ticket/31830

mkoeppe commented 3 years ago

Description changed:

--- 
+++ 
@@ -9,7 +9,7 @@
 - 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`.
mkoeppe commented 3 years ago

Description changed:

--- 
+++ 
@@ -9,9 +9,9 @@
 - 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`.
mkoeppe commented 3 years ago

Description changed:

--- 
+++ 
@@ -9,7 +9,7 @@
 - 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`.
mkoeppe commented 3 years ago

Dependencies: #31840