Skip to content

Commit

Permalink
misc: reset default build settings to original gnu and openmpi varian…
Browse files Browse the repository at this point in the history
…ts (#702)

Signed-off-by: Karl W. Schulz <karl@ices.utexas.edu>
  • Loading branch information
koomie committed Apr 19, 2018
1 parent daab594 commit 2349a66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/OHPC_macros
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ BuildRequires: ohpc-buildroot
# these choices can be overridden by specifing the compiler_family/mpi_family
# variables via rpmbuild or other mechanisms.

%{!?compiler_family: %global compiler_family gnu7}
%{!?mpi_family: %global mpi_family openmpi3}
%{!?compiler_family: %global compiler_family gnu}
%{!?mpi_family: %global mpi_family openmpi}
%{!?python_family: %global python_family python3}

# Compiler dependencies
Expand Down

0 comments on commit 2349a66

Please sign in to comment.