-
Notifications
You must be signed in to change notification settings - Fork 66
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
Merge v3.2.4 release candidate for final release #966
Open
gonuke
wants to merge
36
commits into
develop
Choose a base branch
from
v3.2.4-rc1
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+63
−53
Open
Changes from all commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
7a85d43
Advance version titles in CHANGELOG
gonuke 43811cb
Advance version number in CMakeLists.txt
gonuke a6c4cba
unpin HDF5 for Windows
gonuke cc00907
don't remove yaml-cpp
gonuke d6791fc
force brew install overwrite
gonuke 787b842
force instead of overwrite in brew
gonuke 1d315f9
remove force
ahnaf-tahmid-chowdhury 91c7f59
set hdf5 to 1.10.6
ahnaf-tahmid-chowdhury 0acb3b9
Use DAGMC's FindMOAB
ahnaf-tahmid-chowdhury eaaab09
remove set(HDF5_LIBRARIES)
ahnaf-tahmid-chowdhury c1d6ebf
DHDF5_DIR
ahnaf-tahmid-chowdhury f78744a
DCMAKE_PREFIX_PATH
ahnaf-tahmid-chowdhury 603d67a
DMOAB_DIR
ahnaf-tahmid-chowdhury 430bd62
temporary fix
ahnaf-tahmid-chowdhury 8a139e7
hdf5=1.10.6
ahnaf-tahmid-chowdhury c753c43
set(HDF5_LIBRARIES)
ahnaf-tahmid-chowdhury 7300316
hdf5=1.10.6
ahnaf-tahmid-chowdhury 2afdf70
conda remove -y yaml-cpp
ahnaf-tahmid-chowdhury 5976d18
auto-activate-base: false
ahnaf-tahmid-chowdhury b905a5d
udpate conda and don't pin hdf5
gonuke c86f777
try building MOAB with master branch
gonuke 609852b
switch back to 5.5.1 since master didn't fix linking issue
gonuke 11a79d7
update CMake version requirement
gonuke 67f7ad8
add HDF5 dynamic preproc flag for windows
gonuke 87bc756
fix HDF5 1.12.2
gonuke 08174ab
fix HDF5 1.10.6
gonuke 8636589
mirror HDF5 Cmake config from MOAB to DAGMC
gonuke ea38ef7
correct Changelog
gonuke 4ac8d72
mirror compiler Cmake config from MOAB to DAGMC
gonuke 9d1377a
remove extra generator spec
gonuke bb085df
Pause Windows CI
gonuke 8aa22a4
note change in windows CI support
gonuke e0404cc
localize git submodule stuff to only when BUILD_UWUW
gonuke 1db2d07
update changelog
gonuke 08b56c5
fix path checked for submodule
gonuke f4ae921
Merge pull request #968 from gonuke/mv_submodule
pshriwise File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we still consider this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this change makes sense - it fixes one problem, but there is now a new linking problem on Windows because we don't find the HDF5 library at link time. I haven't had time to figure out why.