🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

gridtools-cpp

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gridtools-cpp

2.3.9
100

Supply Chain Security

100

Vulnerability

95

Quality

100

Maintenance

100

License

Maintainers
1

Python package for GridTools headers and CMake files

Usage

Use the following when compiling C++ code with GridTools programmatically from Python. Either by calling a compiler directly or by generating a CMake project and calling CMake on it.

import gridtools_cpp
include_dir = gridtools_cpp.get_include_dir()   # header files can be found here
cmake_dir = gridtools_cpp.get_cmake_dir()       # cmake files can be found here

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts