Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
eepm
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
eepm
Commits
9ab65e8d
Commit
9ab65e8d
authored
2 years ago
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm repack fix pycharm-community on Sisyphus
parent
600f5b3e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
pycharm-community.sh
repack.d/pycharm-community.sh
+7
-1
No files found.
repack.d/pycharm-community.sh
View file @
9ab65e8d
...
...
@@ -70,6 +70,12 @@ for i in $BUILDROOT$PRODUCTDIR/plugins/python-ce/helpers/pydev/_pydevd_frame_eva
remove_file
$PRODUCTDIR
/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/
$(
basename
$i
)
done
epm assure patchelf
||
exit
for
i
in
jbr/lib/lib
*
.so
;
do
a
=
patchelf
--set-rpath
'$ORIGIN/server:$ORIGIN'
$BUILDROOT$PRODUCTDIR
/
$i
done
subst
's|%dir "'
$PRODUCTDIR
'/"||'
$SPEC
subst
's|%dir "'
$PRODUCTDIR
'/bin/"||'
$SPEC
subst
's|%dir "'
$PRODUCTDIR
'/lib/"||'
$SPEC
...
...
@@ -81,4 +87,4 @@ pack_dir $PRODUCTDIR/lib/
pack_dir
$PRODUCTDIR
/plugins/
subst
'1iAutoProv:no'
$SPEC
subst
'1iAutoReq:yes,nopython,nopython3'
$SPEC
subst
'1iAutoReq:yes,nopython,nopython3
,nomono,nomonolib
'
$SPEC
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment