ESS_GUIESS_GUI_DocsESS_GUI_batch_fittingESS_GUI_bumps_abstractionESS_GUI_iss1116ESS_GUI_iss879ESS_GUI_iss959ESS_GUI_openclESS_GUI_orderingESS_GUI_sync_sascalccostrafo411magnetic_scattrelease-4.1.1release-4.1.2release-4.2.2ticket-1009ticket-1094-headlessticket-1242-2d-resolutionticket-1243ticket-1249ticket885unittest-saveload
Last change
on this file since 20f07dbc was
6dd6e32,
checked in by Mathieu Doucet <doucetm@…>, 8 years ago
|
fix os-dependent UI options
|
-
Property mode set to
100644
|
File size:
761 bytes
|
Line | |
---|
1 | Summary: sasview |
---|
2 | Name: sasview |
---|
3 | Version: 4.0.0 |
---|
4 | Release: 8 |
---|
5 | Group: Applications/Engineering |
---|
6 | prefix: /opt/sasview |
---|
7 | BuildRoot: %{_tmppath}/%{name} |
---|
8 | License: Open |
---|
9 | Source: sasview.tgz |
---|
10 | |
---|
11 | %define debug_package %{nil} |
---|
12 | %define site_packages %(python -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())") |
---|
13 | |
---|
14 | %description |
---|
15 | SasView analysis application for small-angle scattering |
---|
16 | |
---|
17 | %prep |
---|
18 | %setup -q -n %{name} |
---|
19 | |
---|
20 | %build |
---|
21 | |
---|
22 | %install |
---|
23 | rm -rf %{buildroot} |
---|
24 | mkdir -p %{buildroot}%{site_packages} |
---|
25 | |
---|
26 | export PYTHONPATH=$PYTHONPATH:%{buildroot}%{site_packages} |
---|
27 | easy_install -s %{buildroot}%{_bindir} -d %{buildroot}%{site_packages} sasview*.egg |
---|
28 | easy_install -d %{buildroot}%{site_packages} sasmodels*.egg |
---|
29 | %post |
---|
30 | |
---|
31 | %files |
---|
32 | /usr/lib/python2.7 |
---|
33 | /usr/bin/sasview |
---|
34 | /usr/bin/bumps |
---|
35 | |
---|
36 | |
---|
37 | |
---|
38 | |
---|
Note: See
TracBrowser
for help on using the repository browser.