source: sasview/build_tools/conda/pyopencl/bld.bat @ d7ee8b9b

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.2release_4.0.1ticket-1009ticket-1094-headlessticket-1242-2d-resolutionticket-1243ticket-1249ticket885unittest-saveload
Last change on this file since d7ee8b9b was d7ee8b9b, checked in by Peter Parker, 9 years ago

Still not working, but perhaps a step in the right direction. Referring to libs and headers that I haven't added.

  • Property mode set to 100644
File size: 648 bytes
Line 
1xcopy %RECIPE_DIR%\bin %PREFIX%\DLLs /E
2xcopy %RECIPE_DIR%\include %PREFIX%\include /E
3xcopy %RECIPE_DIR%\lib %PREFIX%\libs /E
4
5xcopy %RECIPE_DIR%\bin %PREFIX%\Library\bin /E
6xcopy %RECIPE_DIR%\include %PREFIX%\Library\include /E
7xcopy %RECIPE_DIR%\lib %PREFIX%\Library\lib /E
8
9::"%PYTHON%" setup.py build -cmingw32
10"%PYTHON%" configure.py
11if errorlevel 1 exit 1
12"%PYTHON%" setup.py build
13if errorlevel 1 exit 1
14"%PYTHON%" setup.py install
15if errorlevel 1 exit 1
16
17:: Add more build steps here, if they are necessary.
18
19:: See
20:: http://docs.continuum.io/conda/build.html
21:: for a list of environment variables that are set during the build process.
Note: See TracBrowser for help on using the repository browser.