new CLooG release (0.17.0)

66 views
Skip to first unread message

Tobias Grosser

unread,
Dec 11, 2011, 7:12:29 PM12/11/11
to cloog-de...@googlegroups.com
I pushed out CLooG 0.17.0 in commit
57470e76bfd58a0c38c598e816411663193e0f45.

The main changes are:

- Support openscop as input format
- update isl backend to changes in isl 0.08
- Add CLOOG_ prefix to LANGUAGE defines in public header files
- Replace cloog_union_domain_from_isl_union_set() with
cloog_union_domain_from_isl_set()
- Allow to build CLooG from gmp build directory
- Smaller improvements

MD5: 8562effdf567ea94b008510bd83b6ea9
SHA1: d9ed3f370406913926a7a0c49470e3a4892ef71a

The file is currently available at:

http://www.grosser.es/files/cloog-0.17.0.tar.gz

Cedric, can make it available on cloog.org?

Tobi

Cédric Bastoul

unread,
Dec 12, 2011, 3:49:03 AM12/12/11
to Tobias Grosser, cloog-de...@googlegroups.com
Thanks Tobias, and congratulation for your first CLooG release :-) ! I updated cloog.org,
cheers,

Cedric



--
You got this message because you subscribed to the CLooG Development mailing list.
To send messages to this list, use cloog-development@googlegroups.com
To stop subscribing, send a mail to cloog-development+unsubscribe@googlegroups.com
For more options and to visit the group, http://groups.google.fr/group/cloog-development?hl=en

Tobias Grosser

unread,
Dec 12, 2011, 4:03:59 AM12/12/11
to cloog-de...@googlegroups.com
On 12/12/2011 09:49 AM, C�dric Bastoul wrote:
> Thanks Tobias, and congratulation for your first CLooG release :-) ! I
> updated cloog.org <http://cloog.org>,
> cheers,

Thanks.

On the website, you forgot to update some date. Here is what the
download page states:

CLooG 0.17.0: official and recommended isl-based version
(updated: July 13th, 2011).
^^^^^^^^^^^^^^^ <- This needs to be updated

Tobi

Tobias Grosser

unread,
Dec 12, 2011, 6:00:12 AM12/12/11
to cloog-de...@googlegroups.com

Cedric just pointed out that the release package has an incorrectly
generated version number. It is still cloog-0.16.3 instead of the
correct 0.17.0.

I rebuilt the release tar ball and uploaded the corrected file to
http://www.grosser.es/files/cloog-0.17.0.tar.gz

The new hash sums are:

$md5sum cloog-0.17.0.tar.gz
0aa3302c81f65ca62c114e5264f8a802 cloog-0.17.0.tar.gz
$sha1sum cloog-0.17.0.tar.gz
decc2221b1f1bd9238288d043835cb018af15d5a cloog-0.17.0.tar.gz

The reason the wrong version numbers got calculated:

I tagged the cloog release with a simple 'git tag cloog-0.17.0'. This
creates an unannotated tag. 'git describe' is used to derive the version
number from the git tags, but it ignores unannotated tags by default.
The solution was to generate a tag with "git tag -m 'CLooG 0.17.0'
cloog-0.17.0".

This mistake does not change the git hash of cloog-0.17.0. It only
affected the building of the tar file.

Cheers
Tobi

Reply all
Reply to author
Forward
0 new messages