Compare changes in build system from 5.9.2 release and current development#379
Closed
bjpalmer wants to merge 65 commits intohotfix/5.9.2from
Closed
Compare changes in build system from 5.9.2 release and current development#379bjpalmer wants to merge 65 commits intohotfix/5.9.2from
bjpalmer wants to merge 65 commits intohotfix/5.9.2from
Conversation
fixes for gcc 15
… msg, int code). Made the corresponding change to comex_error.
fixes for -std=gnu23
removed -std=gnu17 since -std=gnu23 should work
when eaf_delete is called without eaf_close #366
…ocate and MPI_Win_create
since it does not work
install gfortran with homebrew
#376) * [CMake] fix: link `ga++` to `ga` and export it as `GlobalArrays::ga++` * [CMake] fix: install `ga++` only if `ENABLE_CXX`
since breaks make check-ga
autogen.sh fix
since the macos mpi-ts check-ga is slow
updates for github actions
fix missing return value in sketch.c
Contributor
|
@bjpalmer do we still need this pull request? |
Member
Author
|
No, we can get rid of it. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The current autotools build does not appear to be working the same as the old build. This PR is focused on figuring out why.