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
5010064a
Commit
5010064a
authored
Apr 14, 2024
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm prescription: add gcc-multilib
parent
d81ef9e7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
24 additions
and
0 deletions
+24
-0
gcc-multilib.sh
prescription.d/gcc-multilib.sh
+24
-0
No files found.
prescription.d/gcc-multilib.sh
0 → 100755
View file @
5010064a
#!/bin/sh
[
"
$1
"
!=
"--run"
]
&&
echo
"Remove all 32 bit packages from 64 bit system"
&&
exit
.
$(
dirname
$0
)
/common.sh
[
"
$(
epm print info
-a
)
"
!=
"x86_64"
]
&&
echo
"Only x86_64 is supported"
&&
exit
1
case
"
$(
epm print info
-s
)
"
in
alt
)
epm assure gcc
||
exit
#GCCVERSION=$(epm print version for package gcc)
#epmi i586-gcc$GCCVERSION
epmi
$(
epmq
--short
gcc
{
8,9,10,11,12,13,14,15,16,17
}
2>/dev/null |
sed
-e
's|^gcc|i586-gcc|'
)
i586-glibc-devel
;;
ubuntu|debian
)
epm
install
gcc-multilib
;;
# fedora|centos|redos|rhel)
# ;;
*
)
fatal
"unsupported vendor
$(
epm print info
-s
)
"
;;
esac
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