Changeset 7628:0b07450c2693
Legend:
- Unmodified
- Added
- Removed
-
setup.py
r7627 r7628 1075 1075 else: 1076 1076 H_old = open(CYTHON_HASH_FILE).read() 1077 1077 1078 if H != H_old: 1078 1079 do_cython = True 1079 open(CYTHON_HASH_FILE,'w').write(H)1080 1080 else: 1081 1081 do_cython = False … … 1100 1100 cython(ext_modules) 1101 1101 1102 setup(name = 'sage',1102 code = setup(name = 'sage', 1103 1103 1104 1104 version = SAGE_VERSION, … … 1259 1259 1260 1260 1261 1261 # *Only* write the hash file out if the build 1262 # succeeded with no errors. 1263 open(CYTHON_HASH_FILE,'w').write(H)
Note: See TracChangeset
for help on using the changeset viewer.
