mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-22 17:55:57 +01:00
hdf5
This commit is contained in:
@@ -696,6 +696,14 @@ path_properties_tuples = (
|
||||
{'requires_dynamic_library': True},
|
||||
{
|
||||
'libdrm': {'requires_sudo': True},
|
||||
'hdf5': (
|
||||
{},
|
||||
{
|
||||
'hello_cpp.cpp': {
|
||||
'cc_flags_after': ['-lhdf5_cpp', LF],
|
||||
},
|
||||
}
|
||||
),
|
||||
}
|
||||
),
|
||||
'linux': (
|
||||
|
||||
Reference in New Issue
Block a user