Mentions légales du service

Skip to content
Snippets Groups Projects
Commit c186dfd0 authored by GRUBER Fabian's avatar GRUBER Fabian
Browse files

pypapi: bumped PAPI version to 5.5

TODO: be more flexible in what PAPI version we accept. Unfortunately PAPI_library_init does a strict check that excepts a minor revision.
parent a80b6fb2
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@ PAPI_NULL = -1
class Papi:
def __init__(self):
self.version = PapiVersion(5, 4)
self.version = PapiVersion(5, 5)
lib = ctypes.cdll.LoadLibrary(ctypes.util.find_library('papi'))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment