# # ChangeLog for build_tools/conda in sasview # # Generated by Trac 1.0.1 # May 8, 2024 9:03:44 AM Sat, 14 Feb 2015 13:14:50 GMT Peter Parker [81b369bb] * build_tools/conda/README.md (modified) Convert to actual GitHub markdown. Sat, 14 Feb 2015 13:10:25 GMT Peter Parker [34f113ad] * build_tools/conda/pisa/bld.bat (deleted) * build_tools/conda/pisa/build.sh (deleted) * build_tools/conda/pisa/meta.yaml (deleted) Remove pisa recipe as we're moving to xhtml2pdf. Sat, 14 Feb 2015 13:10:24 GMT Peter Parker [8f51186] * build_tools/conda/pisa/meta.yaml (modified) Slightly further with pisa recipe, but ultimately doesn't work. Sat, 14 Feb 2015 13:10:23 GMT Peter Parker [6bd3b5dd] * build_tools/conda/pypdf2/bld.bat (added) * build_tools/conda/pypdf2/build.sh (added) * build_tools/conda/pypdf2/meta.yaml (added) Add PyPDF2 recipe, which is a dependancy of xhtml2pdf. Sat, 14 Feb 2015 13:10:22 GMT Peter Parker [929b964] * build_tools/conda/py2exe/meta.yaml (modified) Change source download link to point to an actual .zip file. Sat, 14 Feb 2015 13:10:20 GMT Peter Parker [b75079b] * build_tools/conda/bumps/meta.yaml (modified) Add required modules to the test step that weren't found by skeleton ... Sat, 14 Feb 2015 13:10:19 GMT Peter Parker [2b31c3c4] * build_tools/conda/pytools/bld.bat (added) * build_tools/conda/pytools/build.sh (added) * build_tools/conda/pytools/meta.yaml (added) Add pytools recipe -- another dependancy of PyOpenCL. Sat, 14 Feb 2015 13:10:18 GMT Peter Parker [2642896] * build_tools/conda/README.md (modified) Start on next step after creating a recipe. Sat, 14 Feb 2015 13:10:16 GMT Peter Parker [75bb04f5] * build_tools/conda/README.md (modified) More accurately describe common issue and solution. Sat, 14 Feb 2015 13:10:15 GMT Peter Parker [20b238df] * build_tools/conda/appdirs/bld.bat (added) * build_tools/conda/appdirs/build.sh (added) * build_tools/conda/appdirs/meta.yaml (added) * build_tools/conda/mako/bld.bat (added) * build_tools/conda/mako/build.sh (added) * build_tools/conda/mako/meta.yaml (added) * build_tools/conda/pyopencl/bld.bat (added) * build_tools/conda/pyopencl/build.sh (added) * build_tools/conda/pyopencl/meta.yaml (added) Add PyOpenCL recipe generated by skeleton, and its dependancies. Sat, 14 Feb 2015 13:10:13 GMT Peter Parker [55bde35] * build_tools/conda/README.md (added) * build_tools/conda/bumps/meta.yaml (modified) * build_tools/conda/periodictable/meta.yaml (modified) * build_tools/conda/pisa/bld.bat (added) * build_tools/conda/pisa/build.sh (added) * build_tools/conda/pisa/meta.yaml (added) * build_tools/conda/py2exe/bld.bat (added) * build_tools/conda/py2exe/build.sh (added) * build_tools/conda/py2exe/meta.yaml (added) * build_tools/conda/unittest-xml-reporting/meta.yaml (modified) * build_tools/conda/xhtml2pdf/bld.bat (added) * build_tools/conda/xhtml2pdf/build.sh (added) * build_tools/conda/xhtml2pdf/meta.yaml (added) Instead just use 'conda skeleton pypi' to generate all recipes. Sat, 14 Feb 2015 10:01:35 GMT Peter Parker [9701348] * build_tools/conda/unittest-xml-reporting/meta.yaml (modified) Getting closer on this recipe. Fails with error: Hint: ... Sat, 14 Feb 2015 10:00:59 GMT Peter Parker [6a72e1b] * build_tools/conda/bumps/meta.yaml (modified) * build_tools/conda/periodictable/meta.yaml (modified) Working recipes for bumps and periodictable. Kinda wierd how conda ... Fri, 13 Feb 2015 15:21:56 GMT Peter Parker [f479ac3] * build_tools/conda/bumps/bld.bat (added) * build_tools/conda/bumps/build.sh (added) * build_tools/conda/bumps/meta.yaml (added) * build_tools/conda/periodictable/bld.bat (added) * build_tools/conda/periodictable/build.sh (added) * build_tools/conda/periodictable/meta.yaml (added) * build_tools/conda/unittest-xml-reporting/bld.bat (added) * build_tools/conda/unittest-xml-reporting/build.sh (added) * build_tools/conda/unittest-xml-reporting/meta.yaml (added) Add the recipies that were produced by conda when I created the ...