From 76d3b68c59ed2b5c02c0a717839e769d5dafb280 Mon Sep 17 00:00:00 2001 From: Vladimir Kulikovskiy <vkulikovskiy@km3net.de> Date: Thu, 11 Jul 2019 17:05:02 +0200 Subject: [PATCH] Adding tools to run autoreconf -if on CentOS7. --- .gitlab-ci.yml | 2 +- README.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a1113a6..a771ade 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,7 @@ image: docker.km3net.de/base/centos-full:7 build: script: - - yum -y install autoconf automake + - yum -y install autoconf automake libedit - autoreconf -if - autoconf - automake diff --git a/README.md b/README.md index 6dc4b13..8155975 100644 --- a/README.md +++ b/README.md @@ -15,4 +15,6 @@ To compile type ./configure make clean && make +Note that needed library for GENHEN is in .libs/slalib.a (.la can not be linked by gfortran). + Compillation is tested on CentOS7 and SL5. -- GitLab