Skip to content

Commit

Permalink
add jekyll env definition
Browse files Browse the repository at this point in the history
  • Loading branch information
nataquinones committed Apr 11, 2022
1 parent 4bcec11 commit e09bbcb
Showing 1 changed file with 50 additions and 0 deletions.
50 changes: 50 additions & 0 deletions envs/jekyll.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
name: jekyll
channels:
- conda-forge
- defaults
dependencies:
- c-compiler=1.3.0
- ca-certificates=2021.10.8
- cctools=973.0.1
- cctools_osx-64=973.0.1
- clang=11.1.0
- clang-11=11.1.0
- clang_osx-64=11.1.0
- clangxx=11.1.0
- clangxx_osx-64=11.1.0
- compiler-rt=11.1.0
- compiler-rt_osx-64=11.1.0
- compilers=1.3.0
- cxx-compiler=1.3.0
- fortran-compiler=1.3.0
- gdbm=1.18
- gettext=0.19.8.1
- gfortran=9.3.0
- gfortran_impl_osx-64=9.3.0
- gfortran_osx-64=9.3.0
- gmp=6.2.1
- isl=0.22.1
- ld64=609
- ld64_osx-64=609
- libclang-cpp11.1=11.1.0
- libcxx=12.0.1
- libffi=3.4.2
- libgfortran=5.0.0
- libgfortran-devel_osx-64=9.3.0
- libgfortran5=9.3.0
- libiconv=1.16
- libllvm11=11.1.0
- libzlib=1.2.11
- llvm-openmp=13.0.1
- llvm-tools=11.1.0
- mpc=1.2.1
- mpfr=4.1.0
- ncurses=6.3
- openssl=3.0.0
- readline=8.1
- ruby=3.1.0
- sigtool=0.1.3
- tapi=1100.0.11
- yaml=0.2.5
- zlib=1.2.11
prefix: /Users/nquinones/opt/miniconda3/envs/jekyll

0 comments on commit e09bbcb

Please sign in to comment.