Changes in / [e2083f1a:56dd23c] in sasview
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
build_tools/conda_qt5_min_ubuntu.yml
r00fd278 ra22b77a 3 3 - conda-forge 4 4 dependencies: 5 - matplotlib=2 6 - scipy 7 - hdf5 8 - h5py 9 - ipython 5 - matplotlib=2.2.2 6 - scipy=1.1.0 7 - hdf5=1.10.1 8 - h5py=2.8.0 9 - ipython=6 10 10 - ipykernel=4.9 11 11 - jupyter 12 - twisted 13 - lxml 14 - sphinx 15 - cython 12 - twisted=18.4.0 13 - lxml=4.2.1 14 - sphinx=1.7.4 15 - cython=0.28.3 16 16 - pytest 17 - mako 18 - pyinstaller 17 - mako=1.0.7 18 - pyinstaller=3.3.1 19 19 - pyqt>=5.9 # required for GTK themes to work correctly 20 20 - testpath=0.3.1 21 - numpy=1.14.3 # NEED TO DOWNGRADE NUMPY!!! 21 22 # - pyopencl 22 23 # - pocl 23 24 - pip: 24 - pytools 25 - periodictable 26 - bumps 27 - xhtml2pdf 28 - qt5reactor 25 - pytools==2018.4 26 - periodictable==1.5.0 27 - bumps==0.7.8 28 - xhtml2pdf==0.2.2 29 - qt5reactor==0.5 -
build_tools/conda_qt5_ubuntu.yml
rdf44689 re9b115aa 23 23 - cryptography=2.2.1=py36_0 24 24 - cycler=0.10.0=py36_0 25 - dbus =1.11.0=025 - dbus 26 26 - decorator=4.3.0=py_0 27 27 - docutils=0.14=py36_0 … … 30 30 - freetype=2.8.1=0 31 31 - gettext=0.19.8.1=0 32 - glib=2 .55.0=033 - gst-plugins-base =1.8.0=034 - gstreamer =1.8.0=132 - glib=2 33 - gst-plugins-base 34 - gstreamer 35 35 - h5py=2.8.0=py36h470a237_0 36 36 - hdf5=1.10.1=2 … … 44 44 - libpng=1.6.34=0 45 45 - libsodium=1.0.16=0 46 - libtiff =4.0.9=046 - libtiff 47 47 - libxcb=1.13=0 48 48 - libxslt=1.1.32=0 … … 51 51 - mako=1.0.7=py36_0 52 52 - markupsafe=1.0=py36_0 53 - matplotlib=2 .2.2=py36_153 - matplotlib=2 54 54 - ncurses=5.9=10 55 55 - ocl-icd=2.2.9=4 56 56 - openblas=0.2.20=7 57 - openssl =1.0.2o=057 - openssl 58 58 - packaging=17.1=py_0 59 59 - pcre=8.41=1 … … 66 66 - pyopenssl=18.0.0=py36_0 67 67 - pyparsing=2.2.0=py36_0 68 - pyqt =5.6.0=py36_568 - pyqt>=5.9.0 69 69 - pysocks=1.6.8=py36_1 70 - python=3.6 .5=170 - python=3.6 71 71 - python-dateutil=2.7.3=py_0 72 72 - pytools=2018.4=py_0 73 73 - pytz=2018.4=py_0 74 - qt =5.6.2=774 - qt>=5.9 75 75 - readline=7.0=0 76 76 - requests=2.18.4=py36_1 77 77 - setuptools=39.2.0=py36_0 78 - sip =4.18=py36_179 - six =1.11.0=py36_178 - sip 79 - six>=1.11.0=py36_1 80 80 - snowballstemmer=1.2.1=py36_0 81 81 - sphinx=1.7.4=py36_0 82 82 - sphinxcontrib-websupport=1.0.1=py36_0 83 - sqlite =3.20.1=283 - sqlite 84 84 - tk=8.6.7=0 85 85 - tornado=5.0.2=py36_0 … … 103 103 - scipy=1.1.0=py36hfc37229_0 104 104 - service_identity=17.0.0=py36_0 105 - jedi=0.12.1 105 106 - pip: 106 107 - automat==0.6.0 -
build_tools/jenkins_ubuntu_build.sh
r1095866 r8e76e49 18 18 cd build_tools 19 19 conda env create --force -f conda_qt5_min_ubuntu.yml 20 # conda env create --force -f conda_qt5_ubuntu.yml 20 21 conda env list 21 22 -
installers/sasview_qt5_min_centos.spec
r4e85147 ra22b77a 83 83 # else: 84 84 # raise Exception("No numerical library for numpy found.") 85 # 85 86 86 87 87 #import sas.sascalc.dataloader.readers … … 153 153 'site','lxml._elementpath','lxml.etree', 154 154 'scipy._lib.messagestream', 155 'IPython', 155 156 ] 156 157
Note: See TracChangeset
for help on using the changeset viewer.