Skip to content
This repository has been archived by the owner on Sep 29, 2022. It is now read-only.

Commit

Permalink
cloog: Add all meta.yaml about meta-data:
Browse files Browse the repository at this point in the history
home, license, license_family, summary, description, doc_url, dev_url
  • Loading branch information
mingwandroid committed Jul 11, 2016
1 parent 3bb81f9 commit 57ca1b5
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion cloog/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,27 @@ source:
fn: cloog-0.18.1.tar.gz
url: http://www.bastoul.net/cloog/pages/download/count.php3?url=./cloog-0.18.1.tar.gz

build:
number: 0

requirements:
build:
- gmp >=5.0.2
- isl

run:
- gmp
- isl

about:
home: http://www.bastoul.net/cloog/
license: GPL-3
license_family: GPL3
summary: "The CLooG Code Generator in the Polyhedral Model"
description: |
CLooG is a free software and library to generate code for scanning
Z-polyhedra. That is, it finds a code (e.g. in C, FORTRAN...) that
reaches each integral point of one or more parameterized polyhedra.
CLooG has been originally written to solve the code generation problem
for optimizing compilers based on the polytope model.
doc_url: http://www.bastoul.net/cloog/documentation.php
dev_url: http://repo.or.cz/w/cloog.git

0 comments on commit 57ca1b5

Please sign in to comment.