Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
mantid
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mantidproject
mantid
Commits
bdb47f36
Commit
bdb47f36
authored
5 years ago
by
Gigg, Martyn Anthony
Committed by
Martyn Gigg
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Simplify Python 3 section of mantid-developer RPM
Refs #27689
parent
6ef8233c
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
buildconfig/dev-packages/rpm/mantid-developer/mantid-developer.spec
+22
-39
22 additions, 39 deletions
...g/dev-packages/rpm/mantid-developer/mantid-developer.spec
with
22 additions
and
39 deletions
buildconfig/dev-packages/rpm/mantid-developer/mantid-developer.spec
+
22
−
39
View file @
bdb47f36
%if 0%{?fedora} || 0%{?rhel} >=
8
%if 0%{?fedora} || 0%{?rhel} >=
7
%global with_python3 1
%global with_python3 1
%else
%else
%global with_python3 0
%global with_python3 0
%endif
%endif
Name: mantid-developer
Name: mantid-developer
Version: 1.3
6
Version: 1.3
7
Release: 1%{?dist}
Release: 1%{?dist}
Summary: Meta Package to install dependencies for Mantid Development
Summary: Meta Package to install dependencies for Mantid Development
...
@@ -91,44 +91,24 @@ Requires: tex-preview
...
@@ -91,44 +91,24 @@ Requires: tex-preview
Requires: zeromq
Requires: zeromq
%if %{with_python3}
%if %{with_python3}
Requires: python3-setuptools
Requires: python3-sip-devel
Requires: python3-PyQt4-devel
Requires: python3-qt5-devel
Requires: python3-QtPy
Requires: python3-numpy
Requires: python3-scipy
Requires: python3-sphinx
Requires: python3-sphinx-bootstrap-theme
Requires: python3-dateutil
Requires: python3-h5py
Requires: python3-ipython-gui
Requires: python3-matplotlib
%{?fedora:Requires: python3-qtconsole}
Requires: python3-PyYAML
%{?fedora:Requires: python3-psutil}
%{?fedora:Requires: python3-requests}
Requires: boost-python3-devel
%endif
%if 0%{?el7}
Requires: boost169-python3-devel
Requires: boost169-python3-devel
Requires: python36-dateutil
Requires: python%{python3_pkgversion}-dateutil
Requires: python36-h5py
Requires: python%{python3_pkgversion}-h5py
Requires: python36-ipython
Requires: python%{python3_pkgversion}-ipython
Requires: python36-ipython-gui
Requires: python%{python3_pkgversion}-ipython-gui
Requires: python36-matplotlib-qt5
Requires: python%{python3_pkgversion}-matplotlib-qt5
Requires: python36-numpy
Requires: python%{python3_pkgversion}-numpy
Requires: python36-psutil
Requires: python%{python3_pkgversion}-psutil
Requires: python36-PyQt4-devel
Requires: python%{python3_pkgversion}-PyYAML
Requires: python36-PyYAML
Requires: python%{python3_pkgversion}-qt5-devel
Requires: python36-qt5-devel
%{?fedora:Requires: python%{python3_pkgversion}-qtconsole}
Requires: python36-QtPy
Requires: python%{python3_pkgversion}-QtPy
Requires: python36-requests
Requires: python%{python3_pkgversion}-requests
Requires: python36-scipy
Requires: python%{python3_pkgversion}-scipy
Requires: python36-setuptools
Requires: python%{python3_pkgversion}-setuptools
Requires: python36-sphinx
Requires: python%{python3_pkgversion}-sphinx
Requires: python36-sphinx-bootstrap-theme
Requires: python%{python3_pkgversion}-sphinx-bootstrap-theme
Requires: python3-PyYAML
%endif
%endif
BuildArch: noarch
BuildArch: noarch
...
@@ -152,6 +132,9 @@ required for Mantid development.
...
@@ -152,6 +132,9 @@ required for Mantid development.
%files
%files
%changelog
%changelog
* Thu Jan 16 2020 Martyn Gigg <martyn.gigg@stfc.ac.uk>
- Merge fedora and rhel python 3 packages using python3_pkgversion
* Tue Jan 07 2020 Martyn Gigg <martyn.gigg@stfc.ac.uk>
* Tue Jan 07 2020 Martyn Gigg <martyn.gigg@stfc.ac.uk>
- Add remaining python36 packages required for mantid.
- Add remaining python36 packages required for mantid.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment