Skip to content

Commit

Permalink
sets gcc build flags
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Park authored and Mike Park committed Oct 5, 2022
1 parent a381963 commit 63890a4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions misc/setup-k.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,8 @@ mkdir -p egads
--with-EGADS=${egads_path} \
--with-OpenCASCADE=${occ_path} \
--with-mpi=${mpi_path} \
--with-parmetis=${parmetis_path} \
CC=icc \
CFLAGS="${icc_flags}" \
--with-parmetis=${gcc_parmetis_path} \
CFLAGS="${gcc_flags}" \
) \
|| exit

Expand Down

0 comments on commit 63890a4

Please sign in to comment.