From 862ac494dfd06a5c840eb7f66c65f8d9a53d83b4 Mon Sep 17 00:00:00 2001 From: Cedric Bastoul Date: Mon, 27 Jul 2015 14:03:21 +0200 Subject: [PATCH] Update release howto --- doc/howto_cloog_release.txt | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/doc/howto_cloog_release.txt b/doc/howto_cloog_release.txt index 3f18858..ed9d27b 100644 --- a/doc/howto_cloog_release.txt +++ b/doc/howto_cloog_release.txt @@ -4,7 +4,7 @@ How to generate a new release of CLooG: 1) Update the version number See commit 88986e for an example -(Modifies the version number in configure.ac) +(Simply modifies the version number in configure.ac) 2) Commit the modification of version number in configure.ac @@ -16,6 +16,19 @@ git tag -am "CLooG 0.18.2" cloog-0.18.2 4) Create release tarball +4.1) Be sure to configure with bundled isl and osl (otherwise they will + not be provided in the release tarball + +./configure --with-isl=bundled --with-osl=bundled + +4.2) Get submodules in isl (otherwise make dist will fail) + +cd isl +git submodule init +git submodule update + +4.3) finally make dist in CLooG's directory + make dist 5) Test the release tarball -- 2.11.4.GIT