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

Wizard recipe: MAiNGO-v0.7.2 #7812

Merged

Commits on Dec 15, 2023

  1. New Recipe: MAiNGO v0.7.2

    Aron Zingler committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    30f5978 View commit details
    Browse the repository at this point in the history
  2. Delete unused patch and cleanup build_tarballs.jl.

    Add comments explaining why certain platforms are not yet build.
    Add expansion over cxxstring and libgfortran 4 and 5.
    Aron Zingler committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    0b6de39 View commit details
    Browse the repository at this point in the history
  3. Lower preferred_gcc_version to 9

    Aron Zingler committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    ab5ebfa View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

  1. Apply suggestions from code review

    Apply directly useable suggestions.
    
    Co-authored-by: Mosè Giordano <[email protected]>
    MAiNGO-github and giordano authored Dec 19, 2023
    Configuration menu
    Copy the full SHA
    62f6a22 View commit details
    Browse the repository at this point in the history
  2. Update M/MAiNGO/build_tarballs.jl

    Add suggested commands for moving lib and bin targets.
    
    Co-authored-by: Mosè Giordano <[email protected]>
    MAiNGO-github and giordano authored Dec 19, 2023
    Configuration menu
    Copy the full SHA
    8f68f5d View commit details
    Browse the repository at this point in the history
  3. Try building for MacOS and FreeBSD

    Aron Zingler committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    3019238 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f505b6c View commit details
    Browse the repository at this point in the history
  5. Fix CMake options

    Aron Zingler committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    353fc83 View commit details
    Browse the repository at this point in the history
  6. Fix missing build folder in first CMake command

    Aron Zingler committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    da75b01 View commit details
    Browse the repository at this point in the history
  7. Fix missing build folder in first CMake command (again)

    Aron Zingler committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    418220e View commit details
    Browse the repository at this point in the history
  8. Fix typo in CMAKE_TARGET_TOOLCHAIN

    Aron Zingler committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    2580e90 View commit details
    Browse the repository at this point in the history
  9. Remove FreeBSD build.

    Not supported upstream and fails on trial build with
    
    /workspace/srcdir/maingo/build/dep/ipopt/IpoptConfig/include/config.h:17:4: error: #error "No finite/_finite function available"
    [16:31:28]    17 |   #error "No finite/_finite function available"
    
    Likely would need deeper investigation and modification of the CMake files, as Ipopt without CMake seems to build.
    Aron Zingler committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    d4c468c View commit details
    Browse the repository at this point in the history
  10. Fix bash script error

    Aron Zingler committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    d56546f View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2024

  1. Test Clang for MacOS

    aron.zingler committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    ae9f458 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2024

  1. Try forcing SDK 10.15 for std::variant

    Aron Zingler committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    a674d8c View commit details
    Browse the repository at this point in the history
  2. Fix where if statement ends

    Aron Zingler committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    8c2ce78 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. Revert to using GCC for MacOS

    aron.zingler committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    2a39e5a View commit details
    Browse the repository at this point in the history