Skip to content

Commit

Permalink
Add fortran compiler as host requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasdiez committed Dec 5, 2024
1 parent 0bc3835 commit 18b4fc9
Show file tree
Hide file tree
Showing 14 changed files with 75 additions and 12 deletions.
6 changes: 5 additions & 1 deletion environment-3.10-linux-aarch64.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: sage-dev
# Generated by conda-lock.
# platform: linux-aarch64
# input_hash: 86959b1586f1378b6bdf94c37825a82fe00eccd13e11617d8e81dfb2cd9491ff
# input_hash: db49741f7e4afa9923e001ba84b429b390761405055f59782e7fd09d34903087

channels:
- conda-forge
Expand Down Expand Up @@ -69,6 +69,7 @@ dependencies:
- fonts-conda-ecosystem=1=0
- fonts-conda-forge=1=0
- fonttools=4.55.0=py310heeae437_0
- fortran-compiler=1.8.0=h25a59a9_1
- fplll=5.4.5=hb3a790e_0
- fpylll=0.6.1=py310hfdbf2a6_0
- freetype=2.12.1=hf0a5ef3_2
Expand All @@ -80,6 +81,9 @@ dependencies:
- gcc_linux-aarch64=13.3.0=h1cd514b_7
- gf2x=1.3.0=h1b3b3a3_2
- gfan=0.6.2=h5f589ec_1003
- gfortran=13.3.0=h8a56e6e_1
- gfortran_impl_linux-aarch64=13.3.0=h174a3c4_1
- gfortran_linux-aarch64=13.3.0=h2809cf8_7
- giac=1.9.0.21=h04922a4_1
- givaro=4.2.0=h364d21b_0
- glpk=5.0=h66325d0_0
Expand Down
6 changes: 5 additions & 1 deletion environment-3.10-linux.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: sage-dev
# Generated by conda-lock.
# platform: linux-64
# input_hash: a8b5fe1296e02dd540e178da4ec41865151a664f1e62a9361a91c4113e5fe6c9
# input_hash: 03730b69363db4869061e8fcbd2108c24d97003d10dd9719ff461b66cc7d1046

channels:
- conda-forge
Expand Down Expand Up @@ -70,6 +70,7 @@ dependencies:
- fonts-conda-ecosystem=1=0
- fonts-conda-forge=1=0
- fonttools=4.55.0=py310h89163eb_0
- fortran-compiler=1.8.0=h36df796_1
- fplll=5.4.5=h384768b_0
- fpylll=0.6.1=py310h7e26f94_0
- freetype=2.12.1=h267a509_2
Expand All @@ -81,6 +82,9 @@ dependencies:
- gcc_linux-64=13.3.0=hc28eda2_7
- gf2x=1.3.0=ha476b99_2
- gfan=0.6.2=hb86e20a_1003
- gfortran=13.3.0=h9576a4e_1
- gfortran_impl_linux-64=13.3.0=h10434e7_1
- gfortran_linux-64=13.3.0=hb919d3a_7
- giac=1.9.0.21=h673759e_1
- givaro=4.2.0=hb789bce_0
- glpk=5.0=h445213a_0
Expand Down
8 changes: 7 additions & 1 deletion environment-3.10-macos-x86_64.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: sage-dev
# Generated by conda-lock.
# platform: osx-64
# input_hash: 8dbfaab5443a266311e3b88481846c68f8f34f9552e4bf87b438572c48b728ae
# input_hash: 547d430073dcad6960849dd76e5cedcc0a4840137033d18ceaa468c8e61b5642

channels:
- conda-forge
Expand Down Expand Up @@ -72,6 +72,7 @@ dependencies:
- fonts-conda-ecosystem=1=0
- fonts-conda-forge=1=0
- fonttools=4.55.0=py310h8e2f543_0
- fortran-compiler=1.8.0=h33d1f46_1
- fplll=5.4.5=hb7981ad_0
- fpylll=0.6.1=py310h65a3d7e_0
- freetype=2.12.1=h60636b9_2
Expand All @@ -82,6 +83,9 @@ dependencies:
- gettext-tools=0.22.5=hdfe23c8_3
- gf2x=1.3.0=hb2a7efb_2
- gfan=0.6.2=hd793b56_1003
- gfortran=13.2.0=h2c809b3_1
- gfortran_impl_osx-64=13.2.0=h2bc304d_3
- gfortran_osx-64=13.2.0=h18f7dce_1
- giac=1.9.0.21=h92f3f65_1
- givaro=4.2.0=h1b3d6f7_0
- glpk=5.0=h3cb5acd_0
Expand All @@ -101,6 +105,7 @@ dependencies:
- ipykernel=6.29.5=pyh57ce528_0
- ipython=8.29.0=pyh707e725_0
- ipywidgets=8.1.5=pyhd8ed1ab_0
- isl=0.26=imath32_h2e86a7b_101
- jedi=0.19.2=pyhff2d567_0
- jinja2=3.1.4=pyhd8ed1ab_0
- jupyter_client=8.6.3=pyhd8ed1ab_0
Expand Down Expand Up @@ -139,6 +144,7 @@ dependencies:
- libgettextpo=0.22.5=hdfe23c8_3
- libgettextpo-devel=0.22.5=hdfe23c8_3
- libgfortran=5.0.0=13_2_0_h97931a8_3
- libgfortran-devel_osx-64=13.2.0=h80d4556_3
- libgfortran5=13.2.0=h2873a65_3
- libhomfly=1.02r6=h10d778d_1
- libiconv=1.17=hd75f5a5_2
Expand Down
8 changes: 7 additions & 1 deletion environment-3.10-macos.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: sage-dev
# Generated by conda-lock.
# platform: osx-arm64
# input_hash: 622cb27af1074540048d268767ddfdc9a61504bbae4308f2dfdaee5c086d2a95
# input_hash: a20846f94d8c398a77c7b0e2aabc5eb61c1c7fbabb5979b5da5d7b7b56c7b7be

channels:
- conda-forge
Expand Down Expand Up @@ -72,6 +72,7 @@ dependencies:
- fonts-conda-ecosystem=1=0
- fonts-conda-forge=1=0
- fonttools=4.55.0=py310hc74094e_0
- fortran-compiler=1.8.0=hc3477c4_1
- fplll=5.4.5=hb7d509d_0
- fpylll=0.6.1=py310hd9be144_0
- freetype=2.12.1=hadb7bae_2
Expand All @@ -82,6 +83,9 @@ dependencies:
- gettext-tools=0.22.5=h8414b35_3
- gf2x=1.3.0=hdaa854c_2
- gfan=0.6.2=hec08f5c_1003
- gfortran=13.2.0=h1ca8e4b_1
- gfortran_impl_osx-arm64=13.2.0=h252ada1_3
- gfortran_osx-arm64=13.2.0=h57527a5_1
- giac=1.9.0.21=h1c96721_1
- givaro=4.2.0=h018886a_0
- glpk=5.0=h6d7a090_0
Expand All @@ -101,6 +105,7 @@ dependencies:
- ipykernel=6.29.5=pyh57ce528_0
- ipython=8.29.0=pyh707e725_0
- ipywidgets=8.1.5=pyhd8ed1ab_0
- isl=0.26=imath32_h347afa1_101
- jedi=0.19.2=pyhff2d567_0
- jinja2=3.1.4=pyhd8ed1ab_0
- jupyter_client=8.6.3=pyhd8ed1ab_0
Expand Down Expand Up @@ -139,6 +144,7 @@ dependencies:
- libgettextpo=0.22.5=h8414b35_3
- libgettextpo-devel=0.22.5=h8414b35_3
- libgfortran=5.0.0=13_2_0_hd922786_3
- libgfortran-devel_osx-arm64=13.2.0=h5d7a38c_3
- libgfortran5=13.2.0=hf226fd6_3
- libglib=2.82.2=h07bd6cf_0
- libhomfly=1.02r6=h93a5062_1
Expand Down
6 changes: 5 additions & 1 deletion environment-3.11-linux-aarch64.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: sage-dev
# Generated by conda-lock.
# platform: linux-aarch64
# input_hash: 302d2a67de64356d7705f71d6d851e01c5bf785a90aeda9034b80dd614793d97
# input_hash: 5270b05aa1455cb2fb4e045553ae697357d66135a4d3a7e7bc0f417323eb4d22

channels:
- conda-forge
Expand Down Expand Up @@ -69,6 +69,7 @@ dependencies:
- fonts-conda-ecosystem=1=0
- fonts-conda-forge=1=0
- fonttools=4.55.0=py311h58d527c_0
- fortran-compiler=1.8.0=h25a59a9_1
- fplll=5.4.5=hb3a790e_0
- fpylll=0.6.1=py311h5d3d69a_0
- freetype=2.12.1=hf0a5ef3_2
Expand All @@ -80,6 +81,9 @@ dependencies:
- gcc_linux-aarch64=13.3.0=h1cd514b_7
- gf2x=1.3.0=h1b3b3a3_2
- gfan=0.6.2=h5f589ec_1003
- gfortran=13.3.0=h8a56e6e_1
- gfortran_impl_linux-aarch64=13.3.0=h174a3c4_1
- gfortran_linux-aarch64=13.3.0=h2809cf8_7
- giac=1.9.0.21=h04922a4_1
- givaro=4.2.0=h364d21b_0
- glpk=5.0=h66325d0_0
Expand Down
6 changes: 5 additions & 1 deletion environment-3.11-linux.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: sage-dev
# Generated by conda-lock.
# platform: linux-64
# input_hash: d43414bc7a8d07d3d6ab4811018b71174f8013c76f363d2f1366725f186c89fc
# input_hash: 48b95e0f20684f5ff684784c6c674a2251078ce14af62d4a59b6cc8c47dcd320

channels:
- conda-forge
Expand Down Expand Up @@ -70,6 +70,7 @@ dependencies:
- fonts-conda-ecosystem=1=0
- fonts-conda-forge=1=0
- fonttools=4.55.0=py311h2dc5d0c_0
- fortran-compiler=1.8.0=h36df796_1
- fplll=5.4.5=h384768b_0
- fpylll=0.6.1=py311hcfae7cf_0
- freetype=2.12.1=h267a509_2
Expand All @@ -81,6 +82,9 @@ dependencies:
- gcc_linux-64=13.3.0=hc28eda2_7
- gf2x=1.3.0=ha476b99_2
- gfan=0.6.2=hb86e20a_1003
- gfortran=13.3.0=h9576a4e_1
- gfortran_impl_linux-64=13.3.0=h10434e7_1
- gfortran_linux-64=13.3.0=hb919d3a_7
- giac=1.9.0.21=h673759e_1
- givaro=4.2.0=hb789bce_0
- glpk=5.0=h445213a_0
Expand Down
8 changes: 7 additions & 1 deletion environment-3.11-macos-x86_64.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: sage-dev
# Generated by conda-lock.
# platform: osx-64
# input_hash: fe98ba33ece8849d8f2337a3bcb39ea7181b8fa5a52ddebc18f3fa5e6ee50434
# input_hash: 2555438d4f4434f9195688dd6b45c84e2c965157dd440bc593c0f833080e765a

channels:
- conda-forge
Expand Down Expand Up @@ -72,6 +72,7 @@ dependencies:
- fonts-conda-ecosystem=1=0
- fonts-conda-forge=1=0
- fonttools=4.55.0=py311ha3cf9ac_0
- fortran-compiler=1.8.0=h33d1f46_1
- fplll=5.4.5=hb7981ad_0
- fpylll=0.6.1=py311h85fbf69_0
- freetype=2.12.1=h60636b9_2
Expand All @@ -82,6 +83,9 @@ dependencies:
- gettext-tools=0.22.5=hdfe23c8_3
- gf2x=1.3.0=hb2a7efb_2
- gfan=0.6.2=hd793b56_1003
- gfortran=13.2.0=h2c809b3_1
- gfortran_impl_osx-64=13.2.0=h2bc304d_3
- gfortran_osx-64=13.2.0=h18f7dce_1
- giac=1.9.0.21=h92f3f65_1
- givaro=4.2.0=h1b3d6f7_0
- glpk=5.0=h3cb5acd_0
Expand All @@ -101,6 +105,7 @@ dependencies:
- ipykernel=6.29.5=pyh57ce528_0
- ipython=8.29.0=pyh707e725_0
- ipywidgets=8.1.5=pyhd8ed1ab_0
- isl=0.26=imath32_h2e86a7b_101
- jedi=0.19.2=pyhff2d567_0
- jinja2=3.1.4=pyhd8ed1ab_0
- jupyter_client=8.6.3=pyhd8ed1ab_0
Expand Down Expand Up @@ -139,6 +144,7 @@ dependencies:
- libgettextpo=0.22.5=hdfe23c8_3
- libgettextpo-devel=0.22.5=hdfe23c8_3
- libgfortran=5.0.0=13_2_0_h97931a8_3
- libgfortran-devel_osx-64=13.2.0=h80d4556_3
- libgfortran5=13.2.0=h2873a65_3
- libhomfly=1.02r6=h10d778d_1
- libiconv=1.17=hd75f5a5_2
Expand Down
8 changes: 7 additions & 1 deletion environment-3.11-macos.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: sage-dev
# Generated by conda-lock.
# platform: osx-arm64
# input_hash: 87bedb030981eef36805a1aa1d0ab5ad66d1187b301fea6b4a133f859ab401fe
# input_hash: b9cf5847a6035915dcfdcda638f2e631b4f5776a7a21e332d8bc6ef819fc55c3

channels:
- conda-forge
Expand Down Expand Up @@ -72,6 +72,7 @@ dependencies:
- fonts-conda-ecosystem=1=0
- fonts-conda-forge=1=0
- fonttools=4.55.0=py311h4921393_0
- fortran-compiler=1.8.0=hc3477c4_1
- fplll=5.4.5=hb7d509d_0
- fpylll=0.6.1=py311h341b96b_0
- freetype=2.12.1=hadb7bae_2
Expand All @@ -82,6 +83,9 @@ dependencies:
- gettext-tools=0.22.5=h8414b35_3
- gf2x=1.3.0=hdaa854c_2
- gfan=0.6.2=hec08f5c_1003
- gfortran=13.2.0=h1ca8e4b_1
- gfortran_impl_osx-arm64=13.2.0=h252ada1_3
- gfortran_osx-arm64=13.2.0=h57527a5_1
- giac=1.9.0.21=h1c96721_1
- givaro=4.2.0=h018886a_0
- glpk=5.0=h6d7a090_0
Expand All @@ -101,6 +105,7 @@ dependencies:
- ipykernel=6.29.5=pyh57ce528_0
- ipython=8.29.0=pyh707e725_0
- ipywidgets=8.1.5=pyhd8ed1ab_0
- isl=0.26=imath32_h347afa1_101
- jedi=0.19.2=pyhff2d567_0
- jinja2=3.1.4=pyhd8ed1ab_0
- jupyter_client=8.6.3=pyhd8ed1ab_0
Expand Down Expand Up @@ -139,6 +144,7 @@ dependencies:
- libgettextpo=0.22.5=h8414b35_3
- libgettextpo-devel=0.22.5=h8414b35_3
- libgfortran=5.0.0=13_2_0_hd922786_3
- libgfortran-devel_osx-arm64=13.2.0=h5d7a38c_3
- libgfortran5=13.2.0=hf226fd6_3
- libglib=2.82.2=h07bd6cf_0
- libhomfly=1.02r6=h93a5062_1
Expand Down
6 changes: 5 additions & 1 deletion environment-3.9-linux-aarch64.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: sage-dev
# Generated by conda-lock.
# platform: linux-aarch64
# input_hash: 7983f3e1428f9b83e9432f04c15ebce20171ccc7042c476cc698c203530c50d4
# input_hash: 2baa194fde0ce285ceeba30a5c1ca2c6a9cc6e1193e7ae4eef4469a870d93e14

channels:
- conda-forge
Expand Down Expand Up @@ -69,6 +69,7 @@ dependencies:
- fonts-conda-ecosystem=1=0
- fonts-conda-forge=1=0
- fonttools=4.55.0=py39hbebea31_0
- fortran-compiler=1.8.0=h25a59a9_1
- fplll=5.4.5=hb3a790e_0
- fpylll=0.6.1=py39h97065f7_0
- freetype=2.12.1=hf0a5ef3_2
Expand All @@ -80,6 +81,9 @@ dependencies:
- gcc_linux-aarch64=13.3.0=h1cd514b_7
- gf2x=1.3.0=h1b3b3a3_2
- gfan=0.6.2=h5f589ec_1003
- gfortran=13.3.0=h8a56e6e_1
- gfortran_impl_linux-aarch64=13.3.0=h174a3c4_1
- gfortran_linux-aarch64=13.3.0=h2809cf8_7
- giac=1.9.0.21=h04922a4_1
- givaro=4.2.0=h364d21b_0
- glpk=5.0=h66325d0_0
Expand Down
6 changes: 5 additions & 1 deletion environment-3.9-linux.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: sage-dev
# Generated by conda-lock.
# platform: linux-64
# input_hash: cdf0df405182a4c9ed0bfff01a9889ce19e1929ee33a5e8d3002a1e486d73304
# input_hash: a52c15354bebd8c86b0f8a14c4514746d357f79f673cfa7998f53d9bcc42b5c1

channels:
- conda-forge
Expand Down Expand Up @@ -70,6 +70,7 @@ dependencies:
- fonts-conda-ecosystem=1=0
- fonts-conda-forge=1=0
- fonttools=4.55.0=py39h9399b63_0
- fortran-compiler=1.8.0=h36df796_1
- fplll=5.4.5=h384768b_0
- fpylll=0.6.1=py39h2525e16_0
- freetype=2.12.1=h267a509_2
Expand All @@ -81,6 +82,9 @@ dependencies:
- gcc_linux-64=13.3.0=hc28eda2_7
- gf2x=1.3.0=ha476b99_2
- gfan=0.6.2=hb86e20a_1003
- gfortran=13.3.0=h9576a4e_1
- gfortran_impl_linux-64=13.3.0=h10434e7_1
- gfortran_linux-64=13.3.0=hb919d3a_7
- giac=1.9.0.21=h673759e_1
- givaro=4.2.0=hb789bce_0
- glpk=5.0=h445213a_0
Expand Down
8 changes: 7 additions & 1 deletion environment-3.9-macos-x86_64.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: sage-dev
# Generated by conda-lock.
# platform: osx-64
# input_hash: ed4de4456d3b8fff9dcf8e82278005f2b5e709fa42bbe5f5f327b685282194b1
# input_hash: cdad1bd56606756079e5b1e9a07e3c7deb49c120a33b156a2567eaf2121dfae0

channels:
- conda-forge
Expand Down Expand Up @@ -72,6 +72,7 @@ dependencies:
- fonts-conda-ecosystem=1=0
- fonts-conda-forge=1=0
- fonttools=4.55.0=py39hd18e689_0
- fortran-compiler=1.8.0=h33d1f46_1
- fplll=5.4.5=hb7981ad_0
- fpylll=0.6.1=py39h3b3ffec_0
- freetype=2.12.1=h60636b9_2
Expand All @@ -82,6 +83,9 @@ dependencies:
- gettext-tools=0.22.5=hdfe23c8_3
- gf2x=1.3.0=hb2a7efb_2
- gfan=0.6.2=hd793b56_1003
- gfortran=13.2.0=h2c809b3_1
- gfortran_impl_osx-64=13.2.0=h2bc304d_3
- gfortran_osx-64=13.2.0=h18f7dce_1
- giac=1.9.0.21=h92f3f65_1
- givaro=4.2.0=h1b3d6f7_0
- glpk=5.0=h3cb5acd_0
Expand All @@ -103,6 +107,7 @@ dependencies:
- ipykernel=6.29.5=pyh57ce528_0
- ipython=8.18.1=pyh707e725_3
- ipywidgets=8.1.5=pyhd8ed1ab_0
- isl=0.26=imath32_h2e86a7b_101
- jedi=0.19.2=pyhff2d567_0
- jinja2=3.1.4=pyhd8ed1ab_0
- jupyter_client=8.6.3=pyhd8ed1ab_0
Expand Down Expand Up @@ -141,6 +146,7 @@ dependencies:
- libgettextpo=0.22.5=hdfe23c8_3
- libgettextpo-devel=0.22.5=hdfe23c8_3
- libgfortran=5.0.0=13_2_0_h97931a8_3
- libgfortran-devel_osx-64=13.2.0=h80d4556_3
- libgfortran5=13.2.0=h2873a65_3
- libhomfly=1.02r6=h10d778d_1
- libiconv=1.17=hd75f5a5_2
Expand Down
Loading

0 comments on commit 18b4fc9

Please sign in to comment.