8000 GitHub - ftynse/openscop: A Specification and a Library for Data Exchange in Polyhedral Compilation Tools
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ftynse/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 89.6%
  • M4 6.3%
  • CMake 1.6%
  • Makefile 1.6%
  • Other 0.9%
0