Skip to content

Commit

Permalink
Removing including ipopt in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
joshua-cogliati-inl committed Feb 20, 2024
1 parent 5ba00da commit 13e03c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# ipopt executable must be included manually
netCDF4_libs_path = os.path.join(os.path.dirname(sys.executable), "lib", "site-packages", "netCDF4.libs")
build_exe_options["include_files"] += [
("Ipopt-3.14.13-win64-msvs2019-md/","local/bin/Ipopt-3.14.13-win64-msvs2019-md"), # FIXME: Point to the correct location for ipopt executable
#("Ipopt-3.14.13-win64-msvs2019-md/","local/bin/Ipopt-3.14.13-win64-msvs2019-md"), # FIXME: Point to the correct location for ipopt executable
(netCDF4_libs_path,"lib/netCDF4")
]
# Include the Microsoft Visual C++ Runtime
Expand Down

0 comments on commit 13e03c5

Please sign in to comment.