Skip to content

Commit

Permalink
Merge pull request #95 from AequilibraE/V.0.6.1
Browse files Browse the repository at this point in the history
moves for building
  • Loading branch information
pedrocamargo committed Feb 18, 2020
2 parents 2333123 + 5ba95a5 commit 206760c
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 8 deletions.
File renamed without changes.
File renamed without changes.
8 changes: 0 additions & 8 deletions aequilibrae/paths/setup_Assignment.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,6 @@
from distutils.core import setup
from distutils.extension import Extension

vdfs = ['bpr', 'parallel_numpy']

for v in vdfs:
shutil.copy(f'./cython/{v}.pyx', f'./{v}.pyx')

sys.dont_write_bytecode = True

if "WINDOWS" in platform.platform().upper():
Expand All @@ -65,6 +60,3 @@
]

setup(name='AoN', ext_modules=cythonize(ext_modules), )

for v in vdfs:
os.unlink(f'./{v}.pyx')

0 comments on commit 206760c

Please sign in to comment.