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

Merge branch 'OpenPHIGS' into 'master'

switch to github for OpenPHIGS

See merge request !32
parents 9033caee 7543658c
No related branches found
No related tags found
1 merge request!32switch to github for OpenPHIGS
Pipeline #9702536 passed
......@@ -177,6 +177,7 @@ tests_al8_32:
before_script:
- umask 022
- dnf -y install gcc-c++ file libepoxy.i686 libepoxy-devel.i686 tcsh
- export LEGACY=' -m32 '
dependencies:
- cernlib_al8_32
- dstana_al8_32
......
......@@ -179,6 +179,7 @@ tests_al9_32:
before_script:
- umask 022
- dnf -y install gcc-c++ file libepoxy.i686 libepoxy-devel.i686 tcsh
- export LEGACY=' -m32 '
needs:
- cernlib_al9_32
- dstana_al9_32
......
......@@ -10,8 +10,8 @@ fi
# setup environment
. delphi.sh
git clone https://:@gitlab.cern.ch:8443/delphi/openphigs.git
cd openphigs
git clone https://github.com/CERN/OpenPHIGS.git
cd OpenPHIGS
# check cmake version
cmake_version=`cmake --version | head -1| cut -d. -f1| awk '{print $3}'`
......@@ -44,8 +44,6 @@ else
if (( $rc )); then exit $rc; fi
mkdir -p $OPENPHIGS/lib
mkdir -p $OPENPHIGS/bin
mkdir -p $OPENPHIGS/include/GL
mkdir -p $OPENPHIGS/include/VK
mkdir -p $OPENPHIGS/include/phigs/private
mkdir -p $OPENPHIGS/include/phigs/util
# install libraries
......@@ -54,8 +52,6 @@ else
# install binaries
cp -p build/tools/* $OPENPHIGS/bin
# install headers
cp -p src/include/GL/*.h $OPENPHIGS/include/GL
cp -p src/include/Vk/*.h $OPENPHIGS/include/VK
cp -p src/include/phigs/private/*.h $OPENPHIGS/include/phigs/private
cp -p src/include/phigs/util/*.h $OPENPHIGS/include/phigs/util
cp -p src/include/phigs/*.h $OPENPHIGS/include/phigs
......
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