Skip to content

Commit a6baa83

Browse files
committed
The YAML env file includes Make and GCC v.11
1 parent 6ef4c55 commit a6baa83

File tree

3 files changed

+18
-7
lines changed

3 files changed

+18
-7
lines changed

Make.pdf

-424 Bytes
Binary file not shown.

Make.pptx

-4.52 KB
Binary file not shown.

conda.yml

Lines changed: 18 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,49 @@
11
name: py2.7-pyplot
22
channels:
3+
- anaconda
4+
- conda-forge
35
- defaults
46
dependencies:
5-
- _libgcc_mutex=0.1=main
7+
- _libgcc_mutex=0.1=conda_forge
68
- _openmp_mutex=4.5=1_gnu
79
- backports=1.0=pyhd3eb1b0_2
810
- backports.functools_lru_cache=1.6.4=pyhd3eb1b0_0
911
- backports_abc=0.5=py_1
12+
- binutils_impl_linux-64=2.36.1=h193b22a_2
1013
- blas=1.0=mkl
11-
- ca-certificates=2021.10.26=h06a4308_2
12-
- certifi=2020.6.20=pyhd3eb1b0_3
14+
- ca-certificates=2021.10.8=ha878542_0
15+
- certifi=2016.9.26=py27_0
1316
- cycler=0.10.0=py27_0
1417
- dbus=1.13.18=hb2f20db_0
1518
- expat=2.4.1=h2531618_2
1619
- fontconfig=2.13.1=h6c09931_0
1720
- freetype=2.11.0=h70c0345_0
1821
- functools32=3.2.3.2=py27_1
1922
- futures=3.3.0=py27_0
23+
- gcc=11.2.0=h702ea55_1
24+
- gcc_impl_linux-64=11.2.0=h82a94d6_11
2025
- glib=2.69.1=h5202010_0
2126
- gst-plugins-base=1.14.0=h8213a91_2
2227
- gstreamer=1.14.0=h28cd5cc_2
2328
- icu=58.2=he6710b0_3
2429
- intel-openmp=2021.4.0=h06a4308_3561
2530
- jpeg=9d=h7f8727e_0
31+
- kernel-headers_linux-64=2.6.32=he073ed8_15
2632
- kiwisolver=1.1.0=py27he6710b0_0
33+
- ld_impl_linux-64=2.36.1=hea4e1c9_2
2734
- libffi=3.3=he6710b0_2
28-
- libgcc-ng=9.3.0=h5101ec6_17
35+
- libgcc-devel_linux-64=11.2.0=h0952999_11
36+
- libgcc-ng=11.2.0=h1d223b6_11
2937
- libgfortran-ng=7.5.0=ha8ba4b0_17
3038
- libgfortran4=7.5.0=ha8ba4b0_17
31-
- libgomp=9.3.0=h5101ec6_17
39+
- libgomp=11.2.0=h1d223b6_11
3240
- libpng=1.6.37=hbc83047_0
33-
- libstdcxx-ng=9.3.0=hd4cf53a_17
41+
- libsanitizer=11.2.0=he4da1e4_11
42+
- libstdcxx-ng=11.2.0=he4da1e4_11
3443
- libuuid=1.0.3=h7f8727e_2
3544
- libxcb=1.14=h7b6447c_0
3645
- libxml2=2.9.12=h03d6c58_0
46+
- make=4.2.1=h1bed415_1
3747
- matplotlib=2.2.3=py27hb69df0a_0
3848
- mkl=2020.2=256
3949
- mkl-service=2.3.0=py27he904b0f_0
@@ -42,7 +52,7 @@ dependencies:
4252
- ncurses=6.3=h7f8727e_2
4353
- numpy=1.16.6=py27hbc911f0_0
4454
- numpy-base=1.16.6=py27hde5b4d6_0
45-
- openssl=1.1.1l=h7f8727e_0
55+
- openssl=1.1.1l=h7f98852_0
4656
- pcre=8.45=h295c915_0
4757
- pip=19.3.1=py27_0
4858
- pyparsing=2.4.7=pyhd3eb1b0_0
@@ -58,6 +68,7 @@ dependencies:
5868
- six=1.16.0=pyhd3eb1b0_0
5969
- sqlite=3.36.0=hc218d9a_0
6070
- subprocess32=3.5.4=py27h7b6447c_0
71+
- sysroot_linux-64=2.12=he073ed8_15
6172
- tk=8.6.11=h1ccaba5_0
6273
- tornado=5.1.1=py27h7b6447c_0
6374
- wheel=0.37.0=pyhd3eb1b0_1

0 commit comments

Comments
 (0)