ESS_GUI
Last change
on this file since d76beb4 was
c3b2327,
checked in by trnielsen, 8 years ago
|
Added build scripts for Debian and RPM packages
|
-
Property mode set to
100644
|
File size:
626 bytes
|
Rev | Line | |
---|
[c3b2327] | 1 | Build tools for Debian and RPM |
---|
| 2 | ------------------------------ |
---|
| 3 | |
---|
| 4 | How-to build SasView Debian and RPM packages on Ubuntu using Anaconda |
---|
| 5 | |
---|
| 6 | - Set up conda environment using the environment.yml file |
---|
| 7 | - Use pyopencl from conda |
---|
| 8 | - Do not use pyopencl from pip - this will cause pyinstaller to fail finding pyopencl |
---|
| 9 | - Copy CMakelist.txt to the sasview/build_tools folder |
---|
| 10 | |
---|
| 11 | |
---|
| 12 | Known Issues: |
---|
| 13 | ------------- |
---|
| 14 | - pyopencl from conda is not the newest version |
---|
| 15 | - To bypass one could build new pyopencl package based on the pip pyopencl package |
---|
| 16 | - Windows, OSX, Linux all have different versions of pyopencl available on conda |
---|
| 17 | |
---|
| 18 | |
---|
Note: See
TracBrowser
for help on using the repository browser.