Skip to content
Snippets Groups Projects
Commit 657a9643 authored by Ralf Mueller's avatar Ralf Mueller :fishing_pole_and_fish:
Browse files

fix path the autogen.sh

parent 23a705f6
No related branches found
No related tags found
No related merge requests found
Pipeline #2452 failed
......@@ -15,7 +15,7 @@ build-gcc64:
- pwd
- ls -alh
- ls -alh libcdi
- cd libcdi && git checkout develop && autogen.sh
- cd libcdi && git checkout develop && ./autogen.sh
- autoreconf -vfi --no-recursive
script:
- module load gcc/6.4.0
......@@ -44,8 +44,8 @@ build-intel18:
- . /sw/rhel6-x64/etc/profile.mistral && module list
- module load libtool autoconf automake
# - git clone http://gitlab+deploy-token-2:Ei3CtzbsMN-v-S7LGkPZ@gitlab.dkrz.de/mpim-sw/libcdi.git && cd libcdi && git checkout develop
- cd libcdi && git checkout develop
- autoreconf -vfi && (cd libcdi && ./autogen.sh)
- cd libcdi && git checkout develop && ./autogen.sh
- autoreconf -vfi --no-recursive
script:
- module load gcc/6.4.0 intel
- mkdir intel18 && cd intel18 && ../configure CC=/sw/rhel6-x64/intel/intel-18.0.4/bin/icc CXX=/sw/rhel6-x64/intel/intel-18.0.4/bin/icpc FC=/sw/rhel6-x64/intel/intel-18.0.4/bin/ifort && make -j 4
......
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