/openscop

A Specification and a Library for Data Exchange in Polyhedral Compilation Tools

Primary LanguageCBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

* * * * * * * * * * * * * *
* OpenScop Library  0.9.0 *
* * * * * * * * * * * * * *

Install with Makefile
---------------------

$> ./autogen.sh
$> ./configure
$> make 
$> make install


Alternative: Install with CMake
-------------------------------

$> mkdir build
$> cd build
$> cmake .. # -DCMAKE_INSTALL_PREFIX="/your/install/directory"
$> make
$> make test
$> # make install # sudo make install # su -c "make install"
$> make doc


Support
-------

Please contact:
openscop-development@googlegroups.com