Skip to content
/ openscop Public
forked from periscop/openscop

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

License

Notifications You must be signed in to change notification settings

Syllo/openscop

 
 

Repository files navigation

* * * * * * * * * * * * * *
* 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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 90.0%
  • M4 6.4%
  • CMake 1.6%
  • Makefile 1.1%
  • Other 0.9%