File tree Expand file tree Collapse file tree 2 files changed +34
-0
lines changed Expand file tree Collapse file tree 2 files changed +34
-0
lines changed Original file line number Diff line number Diff line change @@ -37,3 +37,20 @@ include-package-data = false
3737
3838[ tool.setuptools.dynamic] 
3939version = {file = [ "VERSION.txt"]  }
40+ 
41+ [ external] 
42+ #  External dependencies in the format proposed by https://peps.python.org/pep-0725
43+ build-requires = [ 
44+   "virtual:compiler/c", 
45+   "virtual:compiler/cpp", 
46+   "pkg:generic/pkg-config", 
47+ ] 
48+ 
49+ host-requires = [ 
50+   "pkg:generic/gmp", 
51+   "pkg:generic/mpc", 
52+   "pkg:generic/mpfr", 
53+ ] 
54+ 
55+ dependencies = [ 
56+ ] 
Original file line number Diff line number Diff line change @@ -46,3 +46,20 @@ version = {file = ["VERSION.txt"]}
4646    "python_debug.h", 
4747] 
4848"sage.rings" = [ "integer_fake.h"] 
49+ 
50+ [ external] 
51+ #  External dependencies in the format proposed by https://peps.python.org/pep-0725
52+ build-requires = [ 
53+   "virtual:compiler/c", 
54+   "virtual:compiler/cpp", 
55+   "pkg:generic/pkg-config", 
56+ ] 
57+ 
58+ host-requires = [ 
59+   "pkg:generic/gmp", 
60+   "pkg:generic/mpc", 
61+   "pkg:generic/mpfr", 
62+ ] 
63+ 
64+ dependencies = [ 
65+ ] 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments