Skip to content
Snippets Groups Projects
Commit 0f9de9c4 authored by Ulrich Schwickerath's avatar Ulrich Schwickerath
Browse files

enable powertools to install glew

parent be953601
Branches DELPHI-363
No related tags found
1 merge request!10add builds for ALMA
......@@ -76,7 +76,7 @@ delgra_al8_32:
script:
- echo "[http]" > ~/.gitconfig; echo " emptyAuth = true" >> ~/.gitconfig; echo >> ~/.gitconfig
- . /etc/kinit.sh ; klist
- yum -y install libGLEW.i686 glew-devel.i686
- dnf -y --enablerepo powertools install libGLEW.i686 glew-devel.i686
- path=`pwd`; cd install; export DELPHI_INSTALL_DIR=$path/delphi; make profiles; . delphi.sh; make openphigs delgra
artifacts:
paths:
......
......@@ -5,7 +5,7 @@ cernlib_al8_64:
image: $IMAGEAL8
stage: cernlib
before_script:
- yum -y install openssl-devel cmake
- dnf -y --enablerepo powertools install openssl-devel cmake
script:
- echo "[http]" > ~/.gitconfig; echo " emptyAuth = true" >> ~/.gitconfig; echo >> ~/.gitconfig
- . /etc/kinit.sh ; klist
......@@ -67,7 +67,7 @@ delgra_al8_64:
script:
- echo "[http]" > ~/.gitconfig; echo " emptyAuth = true" >> ~/.gitconfig; echo >> ~/.gitconfig
- . /etc/kinit.sh ; klist
- yum -y install libGLEW glew-devel
- dnf -y --enablerepo powertools install libGLEW glew-devel
- path=`pwd`; cd install; export DELPHI_INSTALL_DIR=$path/delphi; make profiles; . delphi.sh; make openphigs delgra
artifacts:
paths:
......
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