Skip to content

Commit

Permalink
Merge pull request #17 from ccdc-opensource/bld_6874_redhat_tasks
Browse files Browse the repository at this point in the history
Tasks for RedHat (BLD-6874)
  • Loading branch information
mmaharjan-ccdc authored Jun 18, 2024
2 parents c131d0d + df67f73 commit 9ebf2c5
Showing 1 changed file with 54 additions and 0 deletions.
54 changes: 54 additions & 0 deletions tasks/RedHat.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
---
- name: Install system development libraries (RedHat)
ansible.builtin.dnf:
name:
- cairo-devel # for graphviz
- cryptopp-devel
- dbus-devel # Qt build dependency
- expat-devel # Qt build dependency
- fontconfig-devel # Qt build dependency
- freetype-devel # Qt build dependency
- gd-devel # for graphviz
- inchi-devel
- libcap-devel # Qt build dependency
- libdrm-devel # Qt build dependency
- libffi-devel
- libjpeg-turbo-devel
- libX11-devel
- libxcb-devel # Qt build dependency
- libXcomposite-devel # Qt build dependency
- libXcursor-devel # Qt build dependency
- libXext-devel # Qt build dependency
- libXfixes-devel # Qt build dependency
- libXi-devel # Qt build dependency
- libxkbcommon-x11 # Qt build dependency
- libxkbcommon-x11-devel # Qt build dependency
- libxml2-devel
- libXmu-devel
- libXrandr-devel # Qt build dependency
- libXrender-devel # Qt build dependency
- libXScrnSaver-devel # Qt build dependency
- libxslt-devel
- libXtst-devel # Qt build dependency
- mesa-libEGL-devel # Qt build dependency
- mesa-libGL-devel # Qt build dependency
- mesa-libGLU-devel # Qt build dependency
- ncurses-devel # To build clewn
- pango-devel # for graphviz
- readline-devel # To build clewn
- tcl-devel
- tcl-togl
- tcl-togl-devel
- tk-devel
- unixODBC
- urw-fonts
- xcb-util # Qt build dependency
- xcb-util-cursor # Qt build dependency
- xcb-util-image # Qt build dependency
- xcb-util-keysyms # Qt build dependency
- xcb-util-renderutil # Qt build dependency
- xcb-util-wm # Qt build dependency
- alsa-lib-devel # QtWebEngine dependency
state: present
enable_plugin: crb
become: true

0 comments on commit 9ebf2c5

Please sign in to comment.