Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adapt CMake build scripts for Ipopt 3.14.0 #64

Closed
traversaro opened this issue Jun 16, 2021 · 1 comment · Fixed by #67
Closed

Adapt CMake build scripts for Ipopt 3.14.0 #64

traversaro opened this issue Jun 16, 2021 · 1 comment · Fixed by #67

Comments

@traversaro
Copy link
Contributor

The Windows build was disabled in #63 as the CMake scripts needs to be adapted for this release (see #59 (comment)).

@traversaro
Copy link
Contributor Author

The current compilation failures are (from https://dev.azure.com/conda-forge/feedstock-builds/_build/results?buildId=337683&view=logs&jobId=a70f640f-cc53-5cd3-6cdc-236a1aa90802&j=a70f640f-cc53-5cd3-6cdc-236a1aa90802&t=f5d15007-a01c-5ad8-c9ce-4d519d3b275f):

-- Configuring done
CMake Error at Ipopt/CMakeLists.txt:297 (add_library):
  Cannot find source file:

    D:/bld/ipopt_1623790155958/work/src/contrib/LinearSolverLoader/LibraryHandler.c

  Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp .m .M .mm .h .hh .h++
  .hm .hpp .hxx .in .txx .f .F .for .f77 .f90 .f95 .f03 .ispc


CMake Error at Ipopt/CMakeLists.txt:297 (add_library):
  No SOURCES given to target: libipopt

fneum added a commit to PyPSA/pypsa-eur that referenced this issue Jun 22, 2021
fneum added a commit to PyPSA/pypsa-eur that referenced this issue Jun 22, 2021
* add github action ci

* only one environment update call

* line break in echo did not work

* fix syntax

* fix version syntax

* switch to glpk

* reduce time from month to week

* list environment

* use new ipopt version
conda-forge/ipopt-feedstock#55

* remove accidental additions

* request ipopt lower than 3.13.3
conda-forge/ipopt-feedstock#64

* add badges and release notes

* add badge to readme and make ci.yaml cc-0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant