Skip to content
Snippets Groups Projects
Commit b09baab5 authored by Tristan Walter's avatar Tristan Walter
Browse files

meta

parent 6a482c32
No related branches found
No related tags found
No related merge requests found
...@@ -32,15 +32,15 @@ requirements: ...@@ -32,15 +32,15 @@ requirements:
- pkg-config # [not win] - pkg-config # [not win]
- jom # [win] - jom # [win]
- make # [unix] - make # [unix]
- python [win] - python # [win]
- python =3.6 [not win] - python =3.6 # [not win]
- {{ compiler('c') }} - {{ compiler('c') }}
- {{ compiler('cxx') }} - {{ compiler('cxx') }}
- cmake >=3.14 - cmake >=3.14
- xorg-libxcursor - xorg-libxcursor # [linux]
- xorg-libx11 - xorg-libx11 # [linux]
- xorg-libxrandr - xorg-libxrandr # [linux]
- xorg-libxinerama - xorg-libxinerama # [linux]
- {{ cdt('mesa-libgl-devel') }} # [linux] - {{ cdt('mesa-libgl-devel') }} # [linux]
- {{ cdt('mesa-dri-drivers') }} # [linux] - {{ cdt('mesa-dri-drivers') }} # [linux]
- {{ cdt('libselinux') }} # [linux] - {{ cdt('libselinux') }} # [linux]
...@@ -68,22 +68,22 @@ requirements: ...@@ -68,22 +68,22 @@ requirements:
host: host:
- pthread-stubs # [linux] - pthread-stubs # [linux]
- ffmpeg [win] - ffmpeg # [win]
- python [win] - python # [win]
- ffmpeg ==4.0 [not win] - ffmpeg ==4.0 # [not win]
- python =3.6 [not win] - python =3.6 # [not win]
- nomkl [osx] - nomkl # [osx]
run: run:
- tensorflow-gpu ==1.13.* [not osx] - tensorflow-gpu ==1.13.* # [not osx]
- tensorflow ==1.13.* [osx] - tensorflow ==1.13.* # [osx]
- keras - keras
- ffmpeg [win] - ffmpeg # [win]
- python [win] - python # [win]
- ffmpeg ==4.0 [not win] - ffmpeg ==4.0 # [not win]
- python =3.6 [not win] - python =3.6 # [not win]
- nomkl [osx] - nomkl # [osx]
- xorg-libx11 [linux] - xorg-libx11 # [linux]
about: about:
home: https://trex.run home: https://trex.run
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment