From: <bpe...@us...> - 2015-08-29 21:23:23
|
Revision: 4986 http://sourceforge.net/p/simupop/code/4986 Author: bpeng2000 Date: 2015-08-29 21:23:22 +0000 (Sat, 29 Aug 2015) Log Message: ----------- Fix an accidental commit of setup.py Modified Paths: -------------- trunk/setup.py Modified: trunk/setup.py =================================================================== --- trunk/setup.py 2015-08-29 21:22:39 UTC (rev 4985) +++ trunk/setup.py 2015-08-29 21:23:22 UTC (rev 4986) @@ -745,7 +745,7 @@ if __name__ == '__main__': SIMUPOP_VER, SIMUPOP_REV = simuPOP_version() # create source file for each module - MODULES = ['std'] #, 'op', 'la', 'laop', 'ba', 'baop', 'mu', 'muop', 'lin', 'linop'] + MODULES = ['std', 'op', 'la', 'laop', 'ba', 'baop', 'mu', 'muop', 'lin', 'linop'] # # Generate Wrapping files This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |