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

[DO NOT MERGE] Testing a switch to Cmake #52

Open
wants to merge 22 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
88dcd87
Switch to CMake
gonuke Aug 22, 2021
d51d632
switch to CMake with updated build number
gonuke Aug 22, 2021
7ef3a15
correct the current location for building
gonuke Nov 14, 2021
3f423fb
simplify build configurations for testing
gonuke Nov 14, 2021
70f6c0d
MNT: Re-rendered with conda-build 3.21.6, conda-smithy 3.14.3, and co…
Nov 14, 2021
fb43f93
remove bad eigen3 arg & ensure args are properly prepended
gonuke Nov 14, 2021
7993762
Merge branch 'cmake' of github.com:gonuke/moab-feedstock into cmake
gonuke Nov 14, 2021
871af5c
force install into lib instead of lib64
gonuke Nov 14, 2021
eec1046
add tempest back for testing
gonuke Nov 14, 2021
8e4e24e
MNT: Re-rendered with conda-build 3.21.6, conda-smithy 3.14.3, and co…
Nov 14, 2021
8d181ef
add search path for NetCDF
gonuke Nov 15, 2021
1767131
Merge branch 'cmake' of github.com:gonuke/moab-feedstock into cmake
gonuke Nov 15, 2021
7ccd6b1
path hint for tempest
gonuke Nov 15, 2021
e60c152
turn lapack back on
gonuke Nov 15, 2021
2e72bfd
turn off tempest
gonuke Nov 15, 2021
3ddf972
MNT: Re-rendered with conda-build 3.21.6, conda-smithy 3.14.3, and co…
Nov 15, 2021
4d7ec28
turn off lapack again
gonuke Nov 15, 2021
0ce5643
Merge branch 'cmake' of github.com:gonuke/moab-feedstock into cmake
gonuke Nov 15, 2021
c52c2be
turn on mpich and zoltan
gonuke Nov 15, 2021
614cecd
MNT: Re-rendered with conda-build 3.21.6, conda-smithy 3.14.3, and co…
Nov 15, 2021
fc3f237
add opempi test
gonuke Nov 15, 2021
223c9e2
Merge branch 'cmake' of github.com:gonuke/moab-feedstock into cmake
gonuke Nov 15, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
72 changes: 12 additions & 60 deletions .azure-pipelines/azure-pipelines-linux.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

60 changes: 12 additions & 48 deletions .azure-pipelines/azure-pipelines-osx.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ libblas:
- 3.8 *netlib
liblapack:
- 3.8 *netlib
libnetcdf:
- 4.8.1
metis:
- '5.1'
mpi:
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ libblas:
- 3.8 *netlib
liblapack:
- 3.8 *netlib
libnetcdf:
- 4.8.1
metis:
- '5.1'
mpi:
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ libblas:
- 3.8 *netlib
liblapack:
- 3.8 *netlib
libnetcdf:
- 4.8.1
metis:
- '5.1'
mpi:
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ libblas:
- 3.8 *netlib
liblapack:
- 3.8 *netlib
libnetcdf:
- 4.8.1
metis:
- '5.1'
mpi:
Expand Down

This file was deleted.

Loading