Skip to content

Commit

Permalink
upgrade Cling from upstream (28.04)
Browse files Browse the repository at this point in the history
  • Loading branch information
wlav committed Aug 12, 2023
1 parent f0b74d3 commit 00c7bed
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 808 deletions.
4 changes: 2 additions & 2 deletions cling/create_src_directory.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def is_manylinux():
TARBALL_CACHE_DIR = 'releases'
ERR_RELEASE_NOT_FOUND = 2

ROOT_VERSION = '6.28.00'
ROOT_VERSION = '6.28.04'

#
## released source pull and copy of Cling
Expand Down Expand Up @@ -116,7 +116,7 @@ def apply(self):
patch_files = ['typedef_of_private', 'optlevel2_forced', 'explicit_template',
'alias_template', 'incomplete_types', 'clang_printing',
'improv_load', 'unload', 'pch', 'win64rtti', 'win64s2',
'locales', 'build', 'disambiguate', 'cling_update', 'cpp20']
'locales', 'build', 'cling_update']

if 'linux' in sys.platform:
patch_files.append('system_dirs')
Expand Down
Loading

0 comments on commit 00c7bed

Please sign in to comment.