From: <bpe...@us...> - 2015-05-01 18:51:17
|
Revision: 4979 http://sourceforge.net/p/simupop/code/4979 Author: bpeng2000 Date: 2015-05-01 18:51:15 +0000 (Fri, 01 May 2015) Log Message: ----------- Remove conda dependency on distribute Modified Paths: -------------- trunk/development/conda/bld.bat trunk/development/conda/build.sh trunk/development/conda/meta.yaml Modified: trunk/development/conda/bld.bat =================================================================== --- trunk/development/conda/bld.bat 2015-05-01 17:51:54 UTC (rev 4978) +++ trunk/development/conda/bld.bat 2015-05-01 18:51:15 UTC (rev 4979) @@ -1,4 +1,4 @@ -"%PYTHON%" setup.py install +"%PYTHON%" setup.py install --single-version-externally-managed --record=record.txt if errorlevel 1 exit 1 :: Add more build steps here, if they are necessary. Modified: trunk/development/conda/build.sh =================================================================== --- trunk/development/conda/build.sh 2015-05-01 17:51:54 UTC (rev 4978) +++ trunk/development/conda/build.sh 2015-05-01 18:51:15 UTC (rev 4979) @@ -1,6 +1,6 @@ #!/bin/bash -$PYTHON setup.py install +$PYTHON setup.py install --single-version-externally-managed --record=record.txt # Add more build steps here, if they are necessary. Modified: trunk/development/conda/meta.yaml =================================================================== --- trunk/development/conda/meta.yaml 2015-05-01 17:51:54 UTC (rev 4978) +++ trunk/development/conda/meta.yaml 2015-05-01 18:51:15 UTC (rev 4979) @@ -4,12 +4,11 @@ source: fn: simuPOP-1.1.6.tar.gz - url: file:///simuPOP-1.1.6-src.tar.gz + url: https://binstar.org/simupop/simuPOP/1.1.6/download/simuPOP-1.1.6-src.tar.gz md5: # patches: # List any patch files here # - fix.patch - #url: https://binstar.org/simupop/simuPOP/1.1.6/download/simuPOP-1.1.6-src.tar.gz # build: # preserve_egg_dir: True This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |