donate_cpu: Added auto detection for GiNaC
This commit is contained in:
parent
826609ad95
commit
922e2b5713
|
@ -15,7 +15,7 @@ import shlex
|
|||
# Version scheme (MAJOR.MINOR.PATCH) should orientate on "Semantic Versioning" https://semver.org/
|
||||
# Every change in this script should result in increasing the version number accordingly (exceptions may be cosmetic
|
||||
# changes)
|
||||
CLIENT_VERSION = "1.3.4"
|
||||
CLIENT_VERSION = "1.3.5"
|
||||
|
||||
# Timeout for analysis with Cppcheck in seconds
|
||||
CPPCHECK_TIMEOUT = 60 * 60
|
||||
|
@ -462,6 +462,7 @@ def get_libraries():
|
|||
'cairo': ['<cairo.h>'],
|
||||
'cppunit': ['<cppunit/'],
|
||||
'icu': ['<unicode/', '"unicode/'],
|
||||
'ginac': ['<ginac/','"ginac/'],
|
||||
'googletest': ['<gtest/gtest.h>'],
|
||||
'gtk': ['<gtk', '<glib.h>', '<glib-', '<glib/', '<gnome'],
|
||||
'kde': ['<KGlobal>', '<KApplication>', '<KDE/'],
|
||||
|
|
Loading…
Reference in New Issue