Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add more packages that are necessary for aliBuild development #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
These are minimum steps to have `aliBuild` ready:
1. `yum install http://..../RPMS/x86_64/alice-system-deps-v0.1.0-1.x86_64.rpm`
2. ```
yum install -y centos-release-scl
yum-config-manager --enable rhel-server-rhscl-7-rpms
yum install -y devtoolset-7
source scl_source enable devtoolset-7
```
3. `pip3 install aliBuild`
2 changes: 1 addition & 1 deletion alice-system-deps.spec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ License: GPL
URL: None
Group: Alice/SystemDeps
Packager: [email protected]
Requires: bzip2-devel libcurl-devel ncurses-devel bison-devel flex-devel make perl-devel perl-ExtUtils-Embed
Requires: bzip2-devel libcurl-devel ncurses-devel bison-devel flex-devel make perl-devel perl-ExtUtils-Embed python3 git libX11-devel libXpm-devel libXext-devel libXft-devel mesa-libGLU-devel flex bison
%description
UC4 is a scheduler application.
%prep
Expand Down