Skip to content

Commit

Permalink
Release 0.1b2, add Linux exe (no IPOPT) and better error handling
Browse files Browse the repository at this point in the history
  • Loading branch information
loganbeal committed Nov 13, 2018
1 parent 77f14f8 commit e63a346
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def package_files(directory):
#gather all files for GUI support
gui_files = package_files('gekko/static')
#add APM executable file
extra_files = gui_files + ['bin/apm.exe']
extra_files = gui_files + ['bin/apm.exe','bin/apm']

#APM binaries based on OS (currently only available for Windows)
#if os.name == 'nt':
Expand All @@ -40,7 +40,7 @@ def package_files(directory):
# apm_binary = ['gekko/bin/apmonitor' AND LA libaries]

setup(name='gekko',
version='0.1b1',
version='0.1b2',
description='Optimization software for differential algebraic equations',
long_description=long_description,
#url="https://readthedocsurl",
Expand Down

0 comments on commit e63a346

Please sign in to comment.